Viewing 15 posts - 1 through 15 (of 368 total)
It IS NOT guaranteed! Your test cases are invalid! Case in point:
I have a table with an IDENTITY column as the PK with a clustered index on...
December 3, 2013 at 9:51 am
Mighty (12/2/2013)
Guess that all has been said before. Only the "order by" answer is correct.Agree with some others to delete this question, before people might get a wrong idea.
I totally...
December 2, 2013 at 2:27 pm
I assign all of my SQL Server logins to the tempdb as the default database. NEVER master. This way no harm can be done by an application that...
November 14, 2013 at 7:54 am
lkent (9/26/2013)
Usually we only count days stay with a default of 1. ...
September 26, 2013 at 9:03 am
Another case where the SSMS GUI failed...
Bug in SSMS where page level locking is disabled.
Whereas, if the SQL DDL command to create the index was coded by hand, the coder...
June 11, 2013 at 11:13 am
I couldn't agree more. I hate the "noise" generated by SQL Server's reverse-engineering.
I've been coding RDBMS (IBM'S DB2, Oracle, SQL Server) code (DDL and DML) for 30 years. ...
June 10, 2013 at 9:59 am
Hugo Kornelis (3/21/2011)
stefan.hoffmann (3/21/2011)
I'd like to disagree. While the last example uses only @var = column the explanation above it clearly states:
"If a SELECT statement returns more than one...
September 28, 2012 at 6:57 am
There is a lot of reinvention of the wheel. I've worked with full-text in both Oracle (9i, 10g) and SQL Server (2000, 2005, 2008) as well as external, i.e.,...
September 7, 2012 at 1:27 pm
Suresh Kumar-284278 (6/4/2012)
I landed in your thread when searching for a similar solution. Thanks a lot for your effort and a sample script. However, is there a easy...
June 4, 2012 at 9:11 am
paul.morgan-1069605 (11/2/2011)
The...
November 2, 2011 at 10:51 am
Greg Grater (8/29/2011)
August 30, 2011 at 8:42 am
My first computer. Extra points to those that can identify it.
March 15, 2011 at 12:21 pm
First off, the "SQL_" prefixed default collation for a new installation of SQL Server is bad, bad, bad! This is a legacy collation going back to the "dark ages",...
March 15, 2011 at 11:27 am
Robert Bourdeau (3/4/2011)
March 4, 2011 at 10:52 am
Viewing 15 posts - 1 through 15 (of 368 total)