Manage your SQL Server databases with SQL DMVs
Microsoft ships SQL Server with several built-in tools that database administrators (DBAs) can use to manage their SQL Server environment....
2013-09-17
812 reads
Microsoft ships SQL Server with several built-in tools that database administrators (DBAs) can use to manage their SQL Server environment....
2013-09-17
812 reads
A database server is generally a mission critical component. Having a recovery plan is essential to ensure the business can...
2013-09-17
425 reads
I could hear SQL saying to my C: Drive "Why You Little...." Hello Dear Reader!
The Blog about SQL Saturday 232 coming...
2013-09-17
1,096 reads
Sometimes you might want to add more than one column as primary key. For example, if you have three columns...
2013-09-17
610 reads
SQL Server Data Tools (SSDT) has a new update:
VS 2010: August 2013 version: 10.3.30822.0, June 2013 version: 10.3.30618.1, December 2012 version: 10.3.21208.0,...
2013-09-17
1,241 reads
Most of the activity of the database server is related to queries. Because of this, query optimization is often a...
2013-09-17
988 reads
SQL Server allows applications and users to execute full- text search queries against character based data in SQL Server tables....
2013-09-17
640 reads
Checkout the final part of this two part article series here, in which I discussed how to create full-text index...
2013-09-17
546 reads
Managing changes to environment dependent variables is common and critical in any ETL application, especially during deployment of SSIS packages....
2013-09-17
763 reads
I've heard the argument, "I've got nothing to hide. If it helps them catch the next guy, I'm all for...
2013-09-17 (first published: 2013-09-11)
3,979 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers