Viewing 15 posts - 421 through 435 (of 600 total)
If it's the inserts that are slowing it down, is the table heavily indexed?
April 13, 2010 at 2:33 pm
lol..I'll go ahead and make a deposit to your account.
thanks man!
April 13, 2010 at 11:14 am
thanks for answering
so if I use a high precision/scale (like DECIMAL(37,12))
Will it then stop cutting off the numbers shown below?
The numbers I'm importing look like:
1997841.98000
752000.00000
3798077
April 13, 2010 at 9:26 am
Not sure if standard/enterprise will matter to Doubletake.
So, we have disparate versions....how do we fix that?
April 1, 2010 at 8:58 am
The idea about playing back traces on a dev box is a good one.
Thanks everyone..
March 19, 2010 at 8:56 am
missing index dmv is what I was looking for..
February 11, 2010 at 9:37 am
No...I realize I could (and maybe should) start a trace on the table...and then optimize it using ETA. Unless I missing something in ETZ I could use.
But I thought I...
February 11, 2010 at 8:53 am
damn ....can't upload a txt file either....
im using the part of Lowells scriipt in this post starts with declare @sql varchar(max)
February 10, 2010 at 12:42 pm
Sorry Lynn but I can't post code...something wierd @ work stops me from posting code...tried everything
but if you look in this post..it's the restore part of the statement that...
February 10, 2010 at 12:11 pm
When I run the restore part -
I get an error
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'MSPHXX_ARC'.
Msg 319, Level 15, State 1, Line 4
Incorrect syntax near the...
February 10, 2010 at 11:47 am
Lol..
Okay should have asked this but..
How do I create a 'delete' trigger that sends any delete transaction on my table to a different table?
February 3, 2010 at 8:50 am
Viewing 15 posts - 421 through 435 (of 600 total)