Version StoreA interesting quote " Are you using Read Committed Snapshot isoloation? We are and it is blowing up our TempDB. "...
Database SnapshotWhen we create the database snapshot in the live operational database, it takes a database point in time static view and Rollback all...
Common Table Expressions (CTEs)if you need to reference/join the same data set multiple times you can do so by defining a CTE. Therefore, it can be a form of code...
#temp table v.s. @tableDatabase is all about tables. Apart from normal tables, there are two kinds of tables: Temporary tables (#temp table) and table variables...