Viewing 15 posts - 1,996 through 2,010 (of 3,347 total)
kapil190588 (10/5/2012)
Worng...
October 5, 2012 at 10:08 am
kapil190588 (10/5/2012)
I am a newbie in filed of DBa. Can anyone plz explain me how the 41,80 coming while executing--
DECLARE @nvarchar nvarchar(40)
DECLARE @nchar nchar(40)
SET @nvarchar = '7 chars'
SET @nchar...
October 5, 2012 at 7:13 am
kyliedude (10/5/2012)
where did that lecture come from?
It wasn't intended as a lecture. It was just me letting off steam after seeing too many messages (not only in this topic, many...
October 5, 2012 at 3:21 am
kyliedude (10/5/2012)
Give me my point!
If points are that important for you, you can have one of mine. Heck, you can have all of mine. Last time I checked, the grocery...
October 5, 2012 at 2:47 am
carl.landry (10/2/2012)
The query can be redone using a LEFT OUTER JOIN, which results in the same output and the same...
October 5, 2012 at 1:34 am
I *knew* when I saw the answer options that there would be a possible source of confusion here.
Yes, the insert into the second table will fail. But that insert is...
October 5, 2012 at 1:30 am
BowlOfCereal (9/28/2012)
There's been a lot of discussion in this (oddly) revived thread today.
The reason for the revival of the thread is that the article was prominently featured in the newsletter.
According...
September 28, 2012 at 5:05 pm
Knut Boehnert (9/28/2012)
Check out http://sqlblog.com/blogs/hugo_kornelis/archive/2007/11/21/curious-cursor-optimization-options.aspx. While specialised in its case it counteracts the above general statement and...
September 28, 2012 at 4:20 am
A good question; thanks!
However, I did find myself staring at the wording for a bit before answering - and hoping that my interpretation was the correct one. The term "failing"...
September 25, 2012 at 12:23 am
ronmoses (9/21/2012)
Is sp_processdetails actually a thing?
Nope!
September 21, 2012 at 5:47 am
iguillon (9/21/2012)
With the drop in the last line, it returns nothing, does it?
With the DROP coming after the SELECT, I don't see how it could affect what the SELECT returns?
September 21, 2012 at 4:09 am
BP-503183 (9/20/2012)
Running the query on SQL 2008R2 10.50.2796, nothing is returned. Still trying to determine why.
Run it lots of times. Then read the explanation, the...
September 20, 2012 at 6:29 am
Miles Neale (9/19/2012)
September 19, 2012 at 1:32 pm
lanre_makinde (9/19/2012)
Even if go is not a standard tsql,...
September 19, 2012 at 11:13 am
Miles Neale (9/19/2012)
Kind of erodes the confidence in certain uses of the product.
Huh? Why?
SELECT TOP ... without ORDER BY is like saying "give me the first by any order of...
September 19, 2012 at 10:53 am
Viewing 15 posts - 1,996 through 2,010 (of 3,347 total)