SQL_Menace

Stories submitted by SQL_Menace

Visual Studio 2010 Concurrency Profiling And Parallel Programming(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 1 year, 10 months ago

A post about Visual Studio 2010 Concurrency Profiling And Parallel Programming, includes a video of the Concurrency Profiler reports read more...

add a comment |category: |Views: 14

tags: another

Validating Architecture with Visual Studio 2010(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years ago

I went to a local MS launch event for Visual Studio today, mainly to see what was new with Team Foundation Server, but what really impressed me was some of the new architecture tools they've added. I admittedly haven't read too much about this before today (my needs have been well-served by NDepend) but I'm happy to see some improved architecture tools find their way into Visual Studio. Looking at the version comparison chart, it appears this is only available in the Ultimate version. read more...

add a comment |category: |Views: 9

tags: another

Do we need to know basic math as programmers?(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 4 months ago

How much math does a programmer need to know to do his job? These days with all the frameworks that exists you don't need to know how to do a square root, a power function or a quick sort these will likely already be built in read more...

add a comment |category: |Views: 16

tags: another

6 ways to import data into SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 4 months ago

6 different ways are shown to import data from a file into SQL Server read more...

add a comment |category: |Views: 442

tags: another

Recover a SQL Server database without the ldf file(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 5 months ago

How to recover a SQL Server database if you don't have the LOG file read more...

add a comment |category: |Views: 11

tags: another

Arranging your VB.Net and C# code with NArrange(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 6 months ago

How to arrange your VB.Net and C# code with NArrange read more...

add a comment |category: |Views: 20

tags: another

The differences between LEN and DATALENGTH in SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 6 months ago

The differences between LEN and DATALENGTH in SQL Server! I have seen a bunch of questions about this recently and decided to do a little post to clear up the confusion. read more...

add a comment |category: |Views: 6

tags: another

Dynamic column names and fields in SSRS (Custom Matrix)(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 7 months ago

creating dynamic column headings and dynamically determine what field in my dataset should go where in a report read more...

add a comment |category: |Views: 204

tags: another

Visual Studio 2010 Screenshots(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 8 months ago

Visual Studio 2010 has been made available to MSDN subscribers yesterday. I downloaded Visual Studio 2010 today and installed it on Windows 7 RC. I took some images so that you can see what it looks like read more...

add a comment |category: |Views: 74

tags: another

Client Statistics in SSMS. Check execution times(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 10 months ago

Do you use Client Statistics when testing queries?. When set on you can get the same results and much more that can help you measure your performance while altering your code. read more...

add a comment |category: |Views: 11

tags: another

Create XML Files Out Of SQL Server With SSIS And FOR XML Syntax (blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 11 months ago

Create XML Files Out Of SQL Server With SQL Server Integration Services And FOR XML Query Syntax read more...

add a comment |category: |Views: 27

tags: another

Collection Of Puzzles For Programmers(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 11 months ago

A nice collection of puzzles. Some are harder than others so there is something for everyone. You can choose any language you want, you will see that there are solutions in C#, Ruby, Python, Visual Basic, SQL, JavaScript, C++ and other languages. read more...

2 comments |category: |Views: 578

tags: another

SQL Server 2008 Proximity Search With The Geography Data Type(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Showing how you can use the geography data type in SQL Server 2008 to do zipcode proximity search, link to data is available as well as a link to 2000/2005 version read more...

add a comment |category: |Views: 66

tags: another

Key Feature list For All the Different Windows 7 Versions (blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Here are the key features for all the different windows 7 versions read more...

add a comment |category: |Views: 9

tags: another

Cool Way To Launch The Malicious Software Removal Tool(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Did you know that you can run the Malicious Software Removal Tool from the run command or create a shortcut in 2 easy steps read more...

add a comment |category: |Views: 23

tags: another

Sharing ASP.net Session State Between Web Applications With SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Sharing ASP.net MVC Session State Between Web Applications With SQL Server read more...

add a comment |category: |Views: 23

tags: another