Viewing 15 posts - 2,836 through 2,850 (of 3,348 total)
I have to disagree with the comments so far. I do not consider this a very good question.
The processing order as described in the correct answer is the logical order...
May 7, 2010 at 3:48 am
Whoa! I returned to the computer after a few hours absence to find my mailbox almost overflowing with message notifications!
I won't respond to all comments individually. I read a lot...
May 6, 2010 at 5:40 pm
satya11001-1013569 (5/5/2010)
Main difference between Clustered and Non-Clustered is Clustered is physical arrangement of rows and Non-Clustered is logical...
May 6, 2010 at 1:08 am
Paul White NZ (5/4/2010)
Hugo Kornelis (5/4/2010)
--...
May 4, 2010 at 7:05 am
Christian Buettner-167247 (5/4/2010)
One important observation: This is an error caused within the client tool, not within SQL Server.
Good observation, Christian. The format of the error message, which looks quite different...
May 4, 2010 at 2:34 am
Paul White NZ (5/3/2010)
Hugo Kornelis (5/3/2010)
Using ISNULL can work around this - although the result is admittedly not trivial to understand:AND NULLIF(Column1, Column2) IS NULL
AND NULLIF(Column2, Column1) IS NULL
:w00t: ...
May 3, 2010 at 10:09 am
Scott Duncan-251680 (5/2/2010)
May 3, 2010 at 3:20 am
jswedlund (4/30/2010)
What is a tail log?
A tail-log backup is a backup you make of the active transaction log before starting an emergency repair. Withouut it, you will lose all the...
April 30, 2010 at 8:39 am
Mike McIver (4/30/2010)
Wouldn't the log chain be broken with the Tues 6p full?
No. A full backup does not break the log chain.
April 30, 2010 at 5:28 am
Great question, reminding people of an often-misunderstood and very important fact.
One minor letdown (hey! Other people moan about my questions, I get to moan back;-)) is the ambiguity in the...
April 30, 2010 at 2:27 am
Pooja-462303 (4/29/2010)
Can you pls give me an instance/how the identity column can have duplicate.
Sure!
Using SET IDENTITY_INSERT ON:
CREATE TABLE Demo1
(Id int NOT NULL IDENTITY,
...
April 29, 2010 at 4:01 pm
stewartc-708166 (4/29/2010)
Hugo Kornelis (4/29/2010)
Since the destination column is NVARCHAR(26), how can a value be outside the codepage...
April 29, 2010 at 4:46 am
I got it right, because of elimination, but I don't understand the entire scenario.
Since the destination column is NVARCHAR(26), how can a value be outside the codepage range? I though...
April 29, 2010 at 12:57 am
Hi Steve!
SQL Server include a number of encryption technologies, TDE, SSL and more. And unlike Oracle, which charges for encryption features, these are included in the price of SQL...
April 29, 2010 at 12:52 am
James Stover (4/28/2010)
Also, if you read the SQL EULA in detail, you will know their legal obligation basically ends with the initial sell.
I don't know much about US law. In...
April 29, 2010 at 12:46 am
Viewing 15 posts - 2,836 through 2,850 (of 3,348 total)