Once you have a user profile in SQL server 2008 that can send email saving something along the lines of the below as a...
SQL Server Articles
Update SQL Server and return ID of row updated
So you want to update a single row in your table and then return the row identifier that was affected, here's one way...
Get DatabaseID from SQL Server
My usual way to find the ID of a database to reliably filter a trace running in profiler is to look through the...
Create a million rows in no time at all
Perhaps there's a point to this, but not for me today - but maybe in future or for you today? create table #t (a int)...
Save SQL Server login details in SQL Management Studio
Today I found out something that I found out years ago, if you like me need to use multiple SQL servers but can't...