Viewing 15 posts - 226 through 240 (of 307 total)
Got the answer now in microsoft support for those who have the same problem here is the llink of why this is happening in replication
October 29, 2007 at 6:38 pm
Have you tried running this statement?
SELECT @@servername,serverproperty ('servername')
If the values are not equal you can use the script below
got this from http://support.microsoft.com/kb/818334
-- Use the Master database
USE master
GO
-- Declare local variables
DECLARE...
October 25, 2007 at 8:09 pm
And one thing before you apply the result of the script above to the database you already restored you must delete first the orphaned users. Here is the script to...
October 25, 2007 at 7:49 pm
Hope this helps i made the script few weeks ago this script will generate another script of your server/database user log-in and roles. It is in 3 parts: Generate Server...
October 25, 2007 at 7:43 pm
Romain Pelissier (10/24/2007)
I far as I know, the...
October 24, 2007 at 8:02 pm
Thanks for the link its very helpfull (two thumbs up!!!!) 😀
October 24, 2007 at 2:42 am
If your problem is replicating data from 1 publisher to 55 subscriber i guess you can do it even by setting up 1 replication process. THe thing is that the...
October 23, 2007 at 7:13 pm
SO as you are saying i MUST manually update or add the new views and stored procedures?? it is not automatically replicated when i created it in the publisher database??...
October 22, 2007 at 7:31 pm
THanks lowell!!!!!!! found out that the table is not owned by dbo
October 21, 2007 at 8:14 pm
Renuka (10/19/2007)
If you want the updates on publisher should be replicated to Subscriber, you can use either Snapshot or Transactional Replication (Depending on your requirement). Only if you require the...
October 21, 2007 at 7:32 pm
Yeah right thanks happycat im just double checking if i there is no connections or problems in deleting sql server registration names thankss...
October 19, 2007 at 1:16 am
Yeah thats the reason why im having lots of orphaned users but anyways i made a script that will delete orphaned users, recreate server and database logins/roles
October 18, 2007 at 6:58 pm
Ok problem solved all i did is to change the server's IP with its computer name. Then on the security tab i choose Be made using this security content and...
October 16, 2007 at 9:19 pm
Viewing 15 posts - 226 through 240 (of 307 total)