Viewing 15 posts - 631 through 645 (of 1,129 total)
Another update, now when i drop fk/truncate/insert data back/ add fk the good table(table1) also gives bad performance? Why would that be.. In the interim i will tryt o get...
March 21, 2011 at 12:37 pm
I think i should have provided more details. I certainly did look at the execution plan and yes the actual number of rows on one of the tables is...
March 21, 2011 at 10:30 am
Thanks. I am sorry i couldn't put my question right. Mentioned below is the query i am using to enable deadlocks
dbcc traceon(1222,-1)
My question is will this trace be enabled always...
March 15, 2011 at 8:33 am
Jeff you are absolutely correct."r" has about 52K records and "r2" 16 million:).
March 14, 2011 at 1:10 pm
sp_lock gave me this
83756723860TAB[UPDSTATS] XGRANT
83756723860TAB ...
March 12, 2011 at 10:45 pm
makes sense..thanks
March 12, 2011 at 9:31 pm
Krasavita (3/10/2011)
mY publication tab IS SHOWING poor performance
Did you change the table you wanted to change? you should be able to find some good article online. Let us know how...
March 10, 2011 at 11:51 am
TheSQLGuru (3/10/2011)
March 10, 2011 at 11:36 am
GilaMonster (3/9/2011)
To clarify, there is no requirement to...
March 10, 2011 at 8:40 am
Craig Farrell (2/16/2011)
Most likely they were stale when you did the backup. To avoid things like this, do your reindexing/statistic updating before you do your backups.
Do i need to...
March 9, 2011 at 1:23 pm
Krasavita (3/9/2011)
re-sync. This will take a fresh snapshot.Do you mean reinitialize subscription? if yes do I get new snapshot or original?
Correct i mean re-intialize. Will copy over a fresh...
March 9, 2011 at 1:21 pm
Jeff Moden (3/9/2011)
sqldba_icon (3/9/2011)
March 9, 2011 at 1:16 pm
Grant Fritchey (3/9/2011)
March 9, 2011 at 10:26 am
Yes. thanks i got my answer here on a different post.
http://www.sqlservercentral.com/Forums/Topic720642-338-2.aspx
March 9, 2011 at 9:58 am
i) remove from replication
ii) make changes
iii) re-sync. This will take a fresh snapshot.
March 8, 2011 at 3:17 pm
Viewing 15 posts - 631 through 645 (of 1,129 total)