Viewing 15 posts - 5,761 through 5,775 (of 18,926 total)
river1 (5/25/2011)
I did it to a database that is not on production.In this case what do you think?
So you don't know if the problem is solved. You'll know ONLY...
May 25, 2011 at 3:22 pm
IIRC look in dm_exec_requests there's an estimate end time column in there. That column is populated for backups, restores, checkdb. I've never heard of it being populated for...
May 25, 2011 at 3:11 pm
I'm no SSIS guru but I know this for sure, you can commit the whole process in batches and unless you specifically ask for an ordered insert you won't get...
May 25, 2011 at 3:07 pm
river1 (5/25/2011)
What i did was:
I created some new indexs on some tables includind the liquidacao table.
This are new indexs created on tables.
I have tried create the...
May 25, 2011 at 3:01 pm
cfradenburg (5/25/2011)
Ninja's_RGR'us (5/25/2011)
My issue with it is that if you kill periodically then possibly DTA will auto-reconnect.
Another issue is that this could leave hypothetical indexes in the database. I'm...
May 25, 2011 at 2:58 pm
river1 (5/25/2011)
With the indexs created and the update statistics the query is now very fast..
Has it been 24-48 hours already since you created the index?
If you created the index on...
May 25, 2011 at 12:10 pm
river1 (5/25/2011)
and in 2000? the behavior was the same? or it was neded less chages to fire the trigger?
Do you plan on regressing to sql 2K???
Focus on what you need...
May 25, 2011 at 11:44 am
Then the import is not done sequentially.
What are you using to import the data? SSIS, sps, bulk?
May 25, 2011 at 11:37 am
SeanAchim (5/25/2011)
We are not using any replication on this DB at all - so...
May 25, 2011 at 11:25 am
Vertigo44 (5/25/2011)
lol thanks Ninja... I figured it out the same time you were posting!
Yes if by same time you mean 3 minutes later :w00t: (joke in case it's not obvious)!
May 25, 2011 at 11:23 am
zach_john (5/25/2011)
May 25, 2011 at 11:22 am
opc.three (5/25/2011)
May 25, 2011 at 11:21 am
Put double quotes around the path in the command.
May 25, 2011 at 11:16 am
How's the linked server configured? Use current connection?
Can you create a specific login for that linked connection and give explicit permissions?
For a TEST you can use SA for the...
May 25, 2011 at 11:15 am
Viewing 15 posts - 5,761 through 5,775 (of 18,926 total)