gmmastros

Stories kicked by gmmastros

SSRS 2005 Matrixes(blogs.lessthandot.com)

submitted by gmmastrosgmmastros(5) 2 years, 6 months ago

Excellent example of working with matrices in SQL Server Reporting Services read more...

add a comment |category: |Views: 10

tags: another

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

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 2 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

An Interview With Kevin Kline About SQL In A Nutshell Third Edition(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 3 months ago

An Interview With Kevin Kline About SQL In A Nutshell Third Edition. SQL In A Nutshell covers MySQL, PostgreSQL, Oracle and SQL server read more...

add a comment |category: |Views: 99

tags: another

SQL Server - Set based random numbers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 4 months ago

SQL Server - Set based random numbers The problem with the rand function occurs when you use set based operations. read more...

add a comment |category: |Views: 98

tags: another

The Ten Most Asked SQL Server Questions And Their Answers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 5 months ago

Then 10 most asked SQL Server Programming questions and their answer read more...

1 comment |category: |Views: 729

tags: another

SQL Server Precision And Scale Problems(blogs.lessthandot.com)

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

Many people are confused about SQL Server’s precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type read more...

add a comment |category: |Views: 194

tags: another

Compound Operators Or How T-SQL Is Morphing Into VB Or C#(blogs.lessthandot.com)

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

C# is becoming more dynamic (like Python and Ruby) but now SQL is becoming more like C# (but with LINQ C# is becoming more like SQL) Confused? SQL Server has added compound operators...................................... read more...

add a comment |category: |Views: 261

tags: another

LessThanDot? - Mark Smith(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years ago

Mark Smith talks about a new IT community site (named LessThanDot) aimed at providing forums, wikis and blogs for the community to discuss ideas, share knowledge and learn from the experts. read more...

3 comments |category: |Views: 203

tags: another

How to implement Paging in Microsoft SQL Server Databases With a Web C(ubk.co.in)

submitted by ubk1004ubk1004(15) 4 years ago

How to implement Paging in Microsoft SQL Server Databases With a Web Control read more...

add a comment |category: |Views: 6

tags: another

The alternate IDE and an apology to MS(blogs.aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years ago

I am on the hunt for an alternative for upgrading to VS 2008 Pro. I am sick of the bloated files and bests taklng ages to download,install and load. This is part two, an update of the progress. read more...

4 comments |category: |Views: 33

tags: another

Do you depend on sp_depends (no pun intended)(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years ago

Why you cannot depend on the sp_depends proc when checking for dependent objects in SQL Server read more...

1 comment |category: |Views: 183

tags: another