MSSQL Return Identity after Insert
2
When you need to perform an action on a single row of data, many people turn to cursors. Cursors come with a lot of overhead in the database engine and can be confusing. Here's a way to get the same results without the overhead in a much simplier way.
5
Shrink databases' log files to minimal size. Runs on every database on server, using undocumented
procedure.
procedure. 








