Viewing 15 posts - 3,061 through 3,075 (of 3,348 total)
David Jackson (2/14/2009)
What I want is a query that will generate the result sets as posted above, possibly using a tally or self join?
Hi David,
Interesting question. And no, the answer...
February 14, 2009 at 12:06 pm
Shaun McGuile (2/2/2009)
February 2, 2009 at 11:25 am
Shaun McGuile (2/2/2009)
REPLICATE function is obviously broken then.
Hi Shaun,
No, it's not. It just adheres to the standard operating procedure of datatype in = datatype out.
CREATE TABLE #t
...
February 2, 2009 at 8:50 am
karthik.nallajalla (2/1/2009)
what is the meaning of N in N'A'? is it the maximum length.
I executed the below statements,
INSERT #t VALUES (1, REPLICATE( N'A', 4000000));
INSERT #t VALUES...
February 2, 2009 at 1:33 am
Christian Buettner (1/28/2009)
Could someone please explain why "Applies data changes to subscribers" is wrong?Thanks!
Hi Chris,
I guess the short answer would be "because only the other three are verbatim quotes from...
January 28, 2009 at 2:10 am
Hi Tom,
Thanks for your elaborate post. You raise some very interesting points, and I'll address them one at a time.
For SQL 2000 (and the question explicitly includes "before SQL 2005")...
January 26, 2009 at 3:05 pm
Hi Steve,
Impersonation is a generic term for using the security settings of a user that you are not authenticated as. This term is used *both* for
(a) database users impersonating other...
January 6, 2009 at 4:38 am
EdVassie (12/19/2008)
I have added some community content to http://msdn.microsoft.com/en-us/library/ms175049.aspx. If anyone wishes to add to it please...
December 19, 2008 at 3:30 am
Viewing 15 posts - 3,061 through 3,075 (of 3,348 total)