Viewing 15 posts - 421 through 435 (of 8,416 total)
ScottPletcher (6/7/2012)
That wouldn't work if there were FK from the license_message_value table id --> license_message table.
I reversed the order of the table deletes for performance. By doing the controlling...
June 8, 2012 at 9:10 am
MichaelMontgomery (6/8/2012)
June 8, 2012 at 8:37 am
MichaelMontgomery (6/8/2012)
I have run the script and no triggers exist on the database or server...Hopefully this makes it a little clearer.
That helps a lot, thanks. The cause of your...
June 8, 2012 at 6:32 am
MichaelMontgomery (6/7/2012)
June 8, 2012 at 2:18 am
Got this one wrong, but then I never use SSIS, so no real surprises there.
June 7, 2012 at 1:45 am
When you run the follow script in SSMS, which of the outputs do you expect to be returned?
Surely all answers are right, unless chooses an unexpected answer? 😛
I was aware...
June 7, 2012 at 1:41 am
ravisamigo (6/2/2012)
June 7, 2012 at 1:33 am
SQL* (6/6/2012)
How about if we create COLUMNSTORE index on SupplierName (How the index page will be?)
See http://rusanu.com/2012/05/29/inside-the-sql-server-2012-columnstore-indexes/
June 6, 2012 at 11:50 pm
sundeep38 (6/6/2012)
UPDATE test1SET
count = '3'
WHERE
fileid = ISNULL(null, fileid) AND
count= '' AND
CONVERT(datetime, CreationDate, 112) > GETDATE()
Does your data...
June 6, 2012 at 9:59 pm
Greg J (6/6/2012)
Another table references this first "queue" table via FK (no cascade), and those records have similar INS/DEL activity.
I'm curious to know why there isn't an ON DELETE CASCADE?...
June 6, 2012 at 9:34 pm
david.castillo4 (6/6/2012)
June 6, 2012 at 4:48 pm
Jeff Moden (6/4/2012)
SQL Kiwi (6/4/2012)
Jeff Moden (6/4/2012)
SQL Kiwi (6/4/2012)
Jeff Moden (6/4/2012)
I had considered it only so briefly because it's about 8 times slower than the traditional NEWID() method...
Well sure, but...
June 4, 2012 at 11:47 pm
Jeff Moden (6/4/2012)
Didn't know if you changed the 2 million row test to a million or not.
No, I didn't.
June 4, 2012 at 9:20 pm
Jeff Moden (6/4/2012)
SQL Kiwi (6/4/2012)
Jeff Moden (6/4/2012)
I had considered it only so briefly because it's about 8 times slower than the traditional NEWID() method...
Well sure, but (a) I was just...
June 4, 2012 at 9:19 pm
Jeff Moden (6/4/2012)
SQL Kiwi (6/4/2012)
the methods presented so far to generate a million rows run for around 15-20 seconds on my laptop
Sorry... which methods? Are you talking about the...
June 4, 2012 at 9:07 pm
Viewing 15 posts - 421 through 435 (of 8,416 total)