Tagged Questions

207
votes
84answers
16k views

Hidden Features of SQL Server

What are some hidden features of SQL Server? For example, undocumented system stored procedures, tricks to do things which are very useful but not documented enough? Answers Thanks to everybody ...
3
votes
4answers
264 views

Is there a “Code Coverage” equivalent for SQL databases?

I have a database with many tables that get used, and many tables that are no longer used. While I could sort through each table manually to see if they are still in use, that would be a cumbersome ...
3
votes
3answers
421 views

Hidden features/Best uses of SQLCLR (MS SQL Server 2005 and 2008)

Continuing on the hidden features theme, I havent found one for SQLCLR (Microsoft 2005 / 2008). For example, undocumented features, tricks to do things which are very useful but not documented enough? ...
0
votes
0answers
62 views

Hidden Feature of T-SQL? [closed]

To continue with all Hidden Features questions series, what are some hidden features of T-SQL that you might have come across. I have added one interesting features that I just found. Output Clause: ...
0
votes
0answers
109 views

Hidden Features of T-Sql? [closed]

I am .net developer and i don't have a great experience in writing T-SQL statements. I found that using SP will help a lot.But I also found that there is lot of things are available in T-SQL. I hope ...