Viewing 15 posts - 241 through 255 (of 521 total)
RBarryYoung (12/30/2008)
Christian Buettner (12/30/2008)
a) you separate two or more statements with separators. (A;B;C;)
b) terminators...
December 30, 2008 at 6:22 pm
Jeff Moden (12/30/2008)
BWA-HAA! See why I hate the damned things? You guys are still going on about punctuation marks... :P:hehe:
Well, you started all this
!:P
No, point taken, this discussion...
December 30, 2008 at 6:14 pm
RBarryYoung (12/29/2008)
December 30, 2008 at 5:47 pm
RBarryYoung (12/29/2008)
Christian Buettner (12/29/2008)
Hi RBarryYoung,Why do you think it is not a statement terminator?
Still waiting for your response to my question:
RBarryYoung (12/28/2008)
Christian Buettner (12/28/2008)
I might be nitpicking here again, but...
December 29, 2008 at 4:48 pm
RBarryYoung (12/28/2008)
Christian Buettner (12/28/2008)
The reason they implemented this now is that the WITH has more than one meaning.
Actually, I doubt that that is the reason, otherwise why would SEND...
December 29, 2008 at 3:50 am
Jeff Moden (12/28/2008)
Christian Buettner (12/28/2008)
December 29, 2008 at 3:21 am
RBarryYoung (12/28/2008)
Christian Buettner (12/28/2008)
Putting the semicolon in front of the WITH just adds additional confusion.
This is only true if all of the other SQL statements in the same procedure or...
December 29, 2008 at 2:52 am
Hi RBarryYoung,
Why do you think it is not a statement terminator?
;
Transact-SQL statement terminator.Although the semicolon is not required for most statements in this version of SQL Server, it will...
December 29, 2008 at 2:43 am
Jeffrey Williams (12/28/2008)
December 28, 2008 at 3:44 pm
Jeff Moden (12/28/2008)
December 28, 2008 at 3:30 pm
kendal.vandyke (12/23/2008)
December 28, 2008 at 2:48 pm
Jeff Moden (12/27/2008)
;WITH
cteTally AS
(
SELECT ROW_NUMBER() OVER (ORDER BY ID)-1 AS N
FROM Master.sys.SysColumns
)
SELECT DATEADD(dd,(t.n)*14,'20090102') AS BiFriday
...
December 28, 2008 at 12:37 pm
Marc (12/23/2008)
Thanks Jack and Jeffrey for all your help!I believe this is what I need.
Happy Holidays,
Marc
Are you sure? As mentioned before by others, you probably need a calendar table that...
December 27, 2008 at 1:34 pm
Hi Scott,
As mentioned before, we assume that the documentation is bad.
But your opinon drew me in the other direction:
If the indexed view is indeed an index, then it should not...
December 19, 2008 at 7:31 am
I agree with Hugo.
I would rather call it a view-index if we are referring to the index itself.
But blame it on MS and their documentation / naming 😛
December 19, 2008 at 1:12 am
Viewing 15 posts - 241 through 255 (of 521 total)