Viewing 15 posts - 3,121 through 3,135 (of 7,484 total)
Gary Varga (9/10/2013)
JLMayes (9/10/2013)
September 10, 2013 at 6:15 pm
KWymore (9/10/2013)
mtassin (9/10/2013)
Jeff.MSSqlSage (9/10/2013)
You guys certainly have an interesting definition of what defines "basics".I don't think an undocumented feature of the ALTER TRIGGER functionality qualifies as "basics".
I don't know why...
September 10, 2013 at 6:09 pm
sing4you (9/10/2013)
L' Eomot Inversé (9/10/2013)
Revenant (9/10/2013)
crookj (9/10/2013)
Ed Wagner (9/10/2013)
SQLRNNR (9/10/2013)
eggoBreakfast
Second breakfast
dim sum
afternoon tea
scones
pancakes
September 10, 2013 at 9:42 am
Revenant (9/10/2013)
crookj (9/10/2013)
Ed Wagner (9/10/2013)
SQLRNNR (9/10/2013)
eggoBreakfast
Second breakfast
dim sum
afternoon tea
September 10, 2013 at 9:20 am
Koen Verbeeck (9/10/2013)
jasona.work (9/10/2013)
Koen Verbeeck (9/10/2013)
Grant Fritchey (9/10/2013)
L' Eomot Inversé (9/9/2013)
Grant Fritchey (9/9/2013)
September 10, 2013 at 6:19 am
Nice question that illustrates an interesting undocumented feature.
Richard Warr (9/10/2013)
I found some supporting documentation here. Seems a bit of a "hidden gem" though :crazy:
Back in May Microsoft said this was...
September 10, 2013 at 5:57 am
Steve Jones - SSC Editor (9/9/2013)
I have...
September 9, 2013 at 8:43 pm
Grant Fritchey (9/9/2013)
September 9, 2013 at 8:22 pm
SQLTestUser (9/9/2013)
-- should this be datetime if i have Sql server 2005?
No, if you are on 2005 you need something more complicated - as batgirl suggested,
convert(datetime, datediff(0, DD, getdate()))...
September 9, 2013 at 3:58 pm
KWymore (9/3/2013)
It's now up to 73% correct. Do you think it will top out at 77%?
Six days on it's still at 73%. I think it'll stay there. Which...
September 9, 2013 at 12:38 pm
The conversion to INT may be part of the problem. But Convert(datetime, Convert(int, GetDate())) should deliver midnight tonight, not midnight this morning, so it's surprising you are getting any...
September 9, 2013 at 12:02 pm
ScottPletcher (9/9/2013)
September 9, 2013 at 10:48 am
Steve Jones - SSC Editor (9/9/2013)
September 9, 2013 at 10:31 am
hisakimatama (9/9/2013)
September 9, 2013 at 9:41 am
dtevlin 55845 (9/9/2013)
September 9, 2013 at 8:35 am
Viewing 15 posts - 3,121 through 3,135 (of 7,484 total)