Order of a Result Set in SQL
I have seen people build procedures that rely on a result set being returned in a certain order. This is...
2013-09-14
750 reads
I have seen people build procedures that rely on a result set being returned in a certain order. This is...
2013-09-14
750 reads
When I first saw this question I thought to myself, “Self. Don’t you think that’s comparing apples to hammers? Yes,...
2013-09-13
926 reads
All ColoradoSQL user group meetings start at 5:30 p.m. and provide food and refreshments. There is no cost to attend...
2013-09-13
531 reads
Sometimes below error occurs on our web applications hosted on IIS connected with SQL Server.
Timeout expired. The timeout period elapsed...
2013-09-13
32,291 reads
Buck Woody (blog | twitter) is often seen as one of the wise men of the SQL Server community and with...
2013-09-13 (first published: 2013-09-10)
2,637 reads
In the last couple of months SQLTreeo has improved her customer contact skills. Before it was just an email to...
2013-09-13
823 reads
One of the best lines I heard in the past few weeks was “That train has sailed.” Combine that with a crazy schedule and we now have a SQL...
2013-09-13
5 reads
One of the best lines I heard in the past few weeks was “That train has sailed.” Combine that with...
2013-09-13
897 reads
For those of you who may have been living under a rock for the last few years every year PASS...
2013-09-13
485 reads
A few weeks back spoke at a Pragmatic WorksTraining on the T’s on indexing that was titled 5 Ways to Improve Performance through...
2013-09-13
681 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