|
|
|
|
Browse by Tags
All Tags » T-SQL » Tips » DBA (RSS)
-
Whenever you want to know something about SQL Server’s configuration, whether that’s the Instance itself or a database, you have a few options.
If you want to know “dynamic” data, such as how much memory or CPU is consumed or what a particular query is doing, you should be using the Dynamic Management Views (DMVs) that you can read about here: ...
-
I have scripts that re-create my databases for testing and development purposes. But sometimes I want to take the data from a set of tables and move it as well – I could use SSIS, or a SELECT INTO statement, but what if I want to “re-set” the data to a point in time? In other words, load it with some “base data”?
I thought this might be a good ...
|
|
|
|
|