Forum Replies Created

Viewing 15 posts - 226 through 240 (of 307 total)

  • RE: Replication: Synchronization Error

    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

    http://support.microsoft.com/kb/832902

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Error 9004 After CREATE DATABASE

    Hope this helps....

    http://www.mcse.ms/message1852894.html

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Confused with server name

    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...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: script for server roles needed

    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...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: script for server roles needed

    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...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Could not allocate space in database because the 'PRIMARY' filegroup is full

    Romain Pelissier (10/24/2007)


    I fact the maintenance plan has been created by the application that use this db so I have not created or modifying anything.

    I far as I know, the...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Is replication available in SQL Version 7??

    Thanks for the link its very helpfull (two thumbs up!!!!) 😀

    "-=Still Learning=-"

    Lester Policarpio

  • RE: REplication with filtered data

    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...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Replication Question

    Thanx for the replies guys 😀

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Replication Question

    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??...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Object

    THanks lowell!!!!!!! found out that the table is not owned by dbo

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Replication TImeout

    Renuka (10/19/2007)


    Hi,

    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...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Cannot replicate

    Yeah right thanks happycat im just double checking if i there is no connections or problems in deleting sql server registration names thankss...

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Terminating this procedure. Cannot have an open transaction when this is run.

    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

    "-=Still Learning=-"

    Lester Policarpio

  • RE: Linked Server

    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...

    "-=Still Learning=-"

    Lester Policarpio

Viewing 15 posts - 226 through 240 (of 307 total)