Viewing 15 posts - 2,791 through 2,805 (of 6,041 total)
There are some DMV functions that will return cached exection plans, including number of executions, min, max, avg runtime, resource consumption, etc. but the problem is that not all queries...
March 21, 2016 at 12:09 pm
I believe there is an important role for "New Men" in IT, so long as you're referring to the smart and adaptable type who graduated from university with an MBA,...
March 21, 2016 at 7:55 am
The only users who automatically have access to all databases are members of the SYSADMIN role. For non-sysadmin users, you must create their account in a database. To faciliate the...
March 20, 2016 at 6:40 am
SQL Server running on Linux is interesting and a step forward, but SQL Server running on bare metal would be an even bolder move.
March 19, 2016 at 5:21 pm
Eirikur Eiriksson (3/18/2016)
Luis Cazares (3/18/2016)
I haven't met a read-only database, so you could probably compare backups.
Easy enough, if differential backups are consistently 0 in content and no connections are made...
March 18, 2016 at 12:57 pm
Once you've identified what you believe to be a list of databases no longer used, then set the database option 'Restrict Access' for each to RESTRICTED_USER mode (default is MULTI_USER),...
March 18, 2016 at 11:49 am
Taking this one step further, how about SQL Server OS running on bare metal? If the machine is a dedicated database server, then you don't really need Windows or Linux....
March 17, 2016 at 3:16 pm
I don't think electric shock can be used effectively to teach developers how to write set-based SQL... but it could be applied to discourage the use of cursors. 😉
March 17, 2016 at 9:11 am
If you only know "how" to do somthing technical, then at best you're just a cog in an organizational machine. Consider all these folks who use "brain dumps" to pass...
March 17, 2016 at 6:58 am
If you do create a linked server connection specifically for this purpose, then remember to drop it afterward or restrict it to only your login. Otherwise it could be abused...
March 16, 2016 at 12:02 pm
My knowledge of SAN technology is limited, but I do know that when a SAN is setup, the disk array can be optimized to support different application case usages. For...
March 16, 2016 at 9:04 am
xsevensinzx (3/15/2016)
I also don't think this is to target the MySQL market share....
March 16, 2016 at 8:58 am
To copy rows from source table(s) to target tables(s) with minimal performance impact on both the source database (less blocking) and target database (less transaction logging), I would reccomend using...
March 15, 2016 at 2:51 pm
The new Live Query Statistics feature (available when using SSMS 2016 with MSSQL 2014/2016) looks like it will be a game changer. How many times have you been watching a...
March 15, 2016 at 8:14 am
Viewing 15 posts - 2,791 through 2,805 (of 6,041 total)