Viewing 15 posts - 2,791 through 2,805 (of 6,038 total)
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
Gary Varga (3/14/2016)
Eric M Russell (3/14/2016)
March 15, 2016 at 8:04 am
For years, folks have been using Linux servers as a VM host for running instances of Windows / SQL Server. At least for these customers, Windows is an uncessary OS...
March 15, 2016 at 7:54 am
.. You wish to temporarily disable all foreign key constraints on the table since this is an archive database and you orphaned records are acceptable for this one load only...
March 15, 2016 at 7:42 am
Viewing 15 posts - 2,791 through 2,805 (of 6,038 total)