Click here to Skip to main content
15,908,020 members
Everything / Database Development / SQL Server / SQL Server 2005

SQL Server 2005

SQL-Server-2005

Great Reads

by aasim abdullah
Using logon trigger, users from valid IP addresses can be restricted, but what if you forgot to add in safe list. You will be unable to login though you have sysadmin rights. Use DAC to disable logon trigger.
by Martin Thwaites
If you have an issue with a slow part of a site after a large dataload, that you can't replicate after a DB restore, it's likely you could be dealing with a similar issue.
by Tharaka MTR
How to count consecutive dates using SQL
by Tharaka MTR
This post will show you how to fix orphaned SQL users.

Latest Articles

by Narapareddy Shyamprasad
SQL Dynamic Pivots
by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
by JasonShort
Wouldn’t it be handy if you could use regular expressions (RegEx) in your SQL code?  You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use. SQL CLR can do that!
by Luca Astolfi
User defined procedure for make an HTML table from T-SQL Select statment

All Articles