Viewing 15 posts - 1,471 through 1,485 (of 19,564 total)
jellybean (3/30/2015)
March 30, 2015 at 4:57 pm
Kris Gruttemeyer (3/30/2015)
SQLRNNR (3/30/2015)
If you try to change to compat 90 (sql...
March 30, 2015 at 11:19 am
The documentation poses an interesting conundrum for which I previously submitted connect items (MS closed saying they won't fix).
If you try to change to compat 90 (sql 2005) you will...
March 30, 2015 at 10:59 am
Welsh Corgi (3/30/2015)
Eirikur Eiriksson (3/29/2015)
Welsh Corgi (3/28/2015)
Lowell,I have googled and googled.
I can't find one.
Do you have a link to one that works?
Thanks.
March 30, 2015 at 9:41 am
To get to 2014, you will need to upgrade to 2008 or R2 first.
There is not a direct upgrade path to 2014 from 2005 (2005 compat mode is not even...
March 30, 2015 at 9:25 am
What have you tried to do so far to make it work?
March 30, 2015 at 7:47 am
Eirikur Eiriksson (3/30/2015)
;With due respect, additional and extra semicolons between statements will not cause any problems and CTE statements will run, without the semicolon it will not.😎
A CTE will run...
March 30, 2015 at 7:40 am
sipas (3/30/2015)
Koen Verbeeck (3/30/2015)
Such a bad habit to start a CTE with
;WITHI hate it 😀
Nice question though, thanks Steve.
+1 - maybe part of the answer should be promoting the correct...
March 30, 2015 at 7:37 am
GilaMonster (3/30/2015)
Koen Verbeeck (3/30/2015)
Such a bad habit to start a CTE with
;WITHI hate it 😀
.This .It's a statement terminator .It has no place at the beginning of statements .I can't...
March 30, 2015 at 7:33 am
Did you guys hear about this awesome new feature in SQL Server called indexed views? It is so awesome that you can create 999 indexes on a view and...
March 27, 2015 at 11:37 am
Luis Cazares (3/27/2015)
Starting on April 21st I'll be working in the US. I'll make a stop at...
March 27, 2015 at 10:31 am
Brandie Tarvin (3/27/2015)
Eirikur Eiriksson (3/27/2015)
My Friday fun version:rolleyes:
IF EXISTS (SELECT 1 FROM (VALUES(CAST(1 AS BIT))) d (n)) SELECT 1 FROM sys.all_columns X,sys.columns Y,sys.computed_columns Z
AWESOME!!!!!!!
Yes you can certainly get a red...
March 27, 2015 at 10:07 am
Viewing 15 posts - 1,471 through 1,485 (of 19,564 total)