Viewing 15 posts - 6,196 through 6,210 (of 8,416 total)
BaldingLoopMan (2/9/2010)
--- removed by request ---
Ill-judged, possibly offensive, and certainly not funny.
That said, everyone else over-reacted too. Professionalism? This is a forum, not a workplace.
Summary: storm in a...
February 10, 2010 at 3:20 am
bijayanix24 (2/9/2010)
...
'Team Mindfire' might like to read the other comments in this discussion. Much better solutions exist.
February 9, 2010 at 3:51 am
CirquedeSQLeil (2/6/2010)
They may not click very often, but they do. A lot of my blog traffic comes from that link in my sig.
Several clicks have come from my mouse....
February 8, 2010 at 3:13 am
The Dixie Flatline (2/7/2010)
It's odd that Microsoft doesn't use that in DROP/CREATE scripts. I guess they rely on the fact that object names have to be unique.
Microsoft...
February 8, 2010 at 3:07 am
Bob,
You're welcome - it's amazing how many people don't know about the second parameter.
I try to include it in all my test rig set-up scripts these days to help people...
February 7, 2010 at 2:04 pm
Quassnoi (2/7/2010)
The reference you mentioned explicitly states that when a secondary index is not declared UNIQUE, it contains the values of the clustered key in the key-level pages:
:laugh: Typical. ...
February 7, 2010 at 1:58 pm
Another alternative is to change the DEFAULT_SCHEMA for the new user using ALTER USER - see Books Online (http://msdn.microsoft.com/en-us/library/ms176060.aspx)
Another way to check is:
OBJECT_ID(N'dbo.BrandNewTable', N'U')
The second parameter specifies the type of...
February 7, 2010 at 4:27 am
I would also never forgive myself if I didn't mention that another way to this is to use a SQLCLR procedure.
Paul
February 7, 2010 at 4:15 am
This is an old problem. INSERT...EXEC runs in an implicit local transaction (an INSERT statement must be atomic, remember) and SQL Server attempts to promote the local transaction to...
February 7, 2010 at 4:13 am
You might want to fix the sample output data too.
February 7, 2010 at 4:04 am
Jeff Moden (2/6/2010)
For those that believe in the myth of portability, see if you can write a portable trigger. 😉
:laugh: Perfect :laugh:
My own view on the whole ISNULL versus COALESCE...
February 7, 2010 at 3:50 am
Brent Ozar (2/6/2010)
February 7, 2010 at 3:44 am
select * from dbo.sourcea except select * from dbo.sourceb
February 6, 2010 at 5:17 pm
Quassnoi,
I don't have time this morning for a full reply, and I'm off around the island for the next few days, so this will be just a quick one. ...
February 6, 2010 at 4:06 pm
Viewing 15 posts - 6,196 through 6,210 (of 8,416 total)