Forum Replies Created

Viewing 15 posts - 31 through 45 (of 57 total)

  • RE: Index

    using sp_helpindex 'TableName' will give you the details of the index on particular table

  • RE: Rename the new instance to be same the old instance

    Try with sp_dropserver and sp_addserver stored procedures

  • RE: Problem with Linked Sever

    Please check the authentication mode under security. For all the linked servers, it should be Mixed mode. if the below error is logged in windows application log,

    SSPI handshake failed with...

  • RE: Error with SQL Agent & SQL Server Logs

    It is because the server is not able to connect properly. Check the port number and the servername (should match with My Computer --> properties --> Network Identification--> Name) in...

  • RE: SQL Linked Server Query failed with “Login failed for user

    Try to add the server in SQL client network utility. Keep an entry for the server in C:\WINNT\system32\drivers\etc\hosts

  • RE: Merge Replication set up

    ya.. I have changed the compatability level at database level only. I am facing this in development server only.

  • RE: Merge Replication set up

    The database compatibility level is 90. Actually, this server act as a subscriber of another replication(let it be AB). So, please let me know if am changing the compatibility to...

  • RE: SSPI handshake failed with error code 0x8009030c

    Check the server name in My Computer --> Properties

    Using the same name add an entry in SQL client Network Utility. (Start --> Run --> cliconfg). Give the correct port number....

  • RE: Database Replication - Snapshot agent Fails

    Thanks Deba....

    Your solution worked fine for me also...

  • RE: Snapshot Agent Failure

    I have changed the path in the registry. The agent is working now.

    \software\Microsoft\Microsoft SQL Server\90\VerSpecificRootDir to correct path.

    Thanks for all replies....

  • RE: Snapshot Agent Failure

    When i have run from command prompt as DISTRIB.exe -publisher<> PublisherDB [] -subscriber [] it is throwing the error "The system cannot find the path specified"

  • RE: Snapshot Agent Failure

    I have created the publication and then I checked the snapshot agent status, where I got the error "The system cannot find the path specified". I tried to create another...

  • RE: Snapshot Agent Failure

    This is the error code I obtained when I run from command prompt today

    2009-12-09 11:06:51.52

    2009-12-09 11:06:51.52 Microsoft (R) SQL Server Snapshot Agent

    2009-12-09 11:06:51.52 [Assembly Version = 9.0.242.0, File Version =...

  • RE: Snapshot Agent Failure

    I checked the permissions and all. It is full control only for the agent login.

  • RE: Snapshot Agent Failure

    I checked the permissions and all. It is full control only for the agent login.

Viewing 15 posts - 31 through 45 (of 57 total)