Viewing 15 posts - 1,021 through 1,035 (of 2,064 total)
The permissions on the stored procedure should suffice unless the table is in another database. (crossdatabasechaining option)
I've tried your code. The procedure is created by a db_owner in tempdb.
Errors I've...
August 1, 2008 at 12:19 pm
Chain of ownership gets broken when you use dynamic sql.
August 1, 2008 at 11:50 am
A primary key is unique.
Can you give a short table description?
July 30, 2008 at 3:12 pm
Hello,
Check if the columns involved in the foreignkey are of the same type/size.
Check if 1side is really unique.
It think there is a quite high limit on the number of foreign...
July 29, 2008 at 11:22 am
It's normal that performance degrades when running DBCC CHECKDB.
What is your current disklayout?
July 29, 2008 at 11:08 am
There is a command to force a checkpoint: CHECKPOINT
CHECKPOINT permissions default to members of the sysadmin fixed server role and the db_owner and db_backupoperator fixed database roles, and are not...
July 29, 2008 at 10:58 am
Indeed weird, creating indexes on that column and selects don't cause problems.
July 28, 2008 at 11:31 am
I would drop the table at the subscriber. And see if it gets recreated.
ms page on dropping/adding articles:
http://msdn.microsoft.com/en-us/library/ms152493.aspx
Have to tried in another sequence?
Drop subscription
Drop article
Refresh
Add article
Add subscription?
July 28, 2008 at 10:06 am
Perhaps a problem with the insert/update/delete stored procedures?
July 22, 2008 at 11:55 am
Have you checked of the replication share is reachable/ not out of space?
Is there some detail info on the error?
July 21, 2008 at 5:46 am
Was there a new snapshot since the reactivation?
July 21, 2008 at 5:28 am
You will have to find why it is timing out. (bad code, bottlenecks, no indexes, ...)
Execute sp_who2 will show you a list of connections and if they are blocked. Sql...
July 15, 2008 at 10:47 am
I haven't much experience with replication. Is it feasible to store the inserts in a seperate table?
July 10, 2008 at 3:03 pm
Viewing 15 posts - 1,021 through 1,035 (of 2,064 total)