Viewing 15 posts - 3,061 through 3,075 (of 3,347 total)
hakan.winther (2/17/2009)
I guess regional settings may affect your result. How do you write datetime in your region? Do you get '2009-01-31'?
Hi Håkan,
Regional settings may affect the results, but not the...
February 17, 2009 at 6:46 am
Sam Iam (2/17/2009)
February 17, 2009 at 6:18 am
Glen Parker (2/17/2009)
Like most, I got it wrong too however given the explanation, surely the data...
February 17, 2009 at 6:16 am
I both liked and disliked this question.
The reason I like it, is that it points out a very common misconception when querying for intervals - I have lost track of...
February 17, 2009 at 1:48 am
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
Lynn Pettis (2/10/2009)
I find if you don't read too much into these questions that they are usually fairly easy to answer.
Hi Lynnn,
I would usually agree. Not in this case, though....
February 10, 2009 at 8:51 am
I don't think the given "correct" answer is in fact "the best way", as was asked. I even doubt if it takes the least effort, as the answer key says.
If...
February 10, 2009 at 1:57 am
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
Sorry Steve, but I have to disagree with you on this one.
Indexed views are not an index type. They are a special type of view, created by creating an index...
December 19, 2008 at 12:59 am
Viewing 15 posts - 3,061 through 3,075 (of 3,347 total)