Viewing 13 posts - 1 through 13 (of 13 total)
I am using standard, transactional replication. But I needed a way to automate publications and subscriptions, so I used Profiler to spy on qwhat SQL did during the GUI portion...
March 30, 2006 at 6:08 am
ok, I think new indexes were in order.
i ran the same query on both servers, and the new index on the replicated table is now much faster
select * from response_1000...
March 29, 2006 at 6:17 pm
I had created a long reply, and after submitting it disapeared, so I won't go back into details...
k, I just dropped the existing Indexes, and created a clustered index on...
March 29, 2006 at 6:05 pm
These would be entirely new tables....
March 29, 2006 at 12:44 pm
It doesn't crash the SQL Server, it crashes the software that populates the sql server...
March 29, 2006 at 12:41 pm
I can't post any of this data unfortunately...
The respondent table is a list of people who took part, and their completion code.
I just link to that to only import the...
March 29, 2006 at 11:30 am
Here's my table creation script... For some reason the replication didn't copy over the PK, but it does create the PK clustered index. Plus the query runs just as slow...
March 29, 2006 at 11:07 am
There's already a clustered index, and it's already using it.
A lot of my initial queries seem to need to use an Index Scan, not a seek. (SELECT DISTINCT(ANSWERTEXT) WHERE QUESTION...
March 29, 2006 at 10:31 am
My Nightmare is well on it's way already RyanRandall, here's how I got here. I posted another topic in Performance and Tuning too...
- We have a survey software that is...
March 29, 2006 at 10:12 am
Wonderful! Thanks....
March 29, 2006 at 9:49 am
Never mind that last post.. I've fixed that portion of it....
Even after adding the article and having the new table exist on the subscriber, the new article does not work....
March 20, 2006 at 10:02 am
It's odd, my log reader is giving me errors now so even a straightforward replication is not working...
Now I'm getting...
"The process could not execute 'sp_repldone/sp_replcounters' on 'MYSERVERNAME'"
March 20, 2006 at 9:23 am
I was able to figure out sp_addarticle, and it did modify the publication correctly, but never updated the subscriber.
So if the table on the subscriber exists, it will automatically start...
March 20, 2006 at 8:38 am
Viewing 13 posts - 1 through 13 (of 13 total)