Viewing 15 posts - 1,006 through 1,020 (of 2,052 total)
The only reference I've found is
http://support.microsoft.com/kb/945674
Applying the hotfix or
remove custom formatting/appending ""
August 18, 2008 at 2:15 pm
I agree with Jack, but would switch 3 & 4
August 18, 2008 at 1:57 pm
SQLServer 2000 is a server application to which various clients can connect.
August 7, 2008 at 10:40 am
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
Viewing 15 posts - 1,006 through 1,020 (of 2,052 total)