Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Distributes DataBase in Sql Server 2005

    Hi all,

    How I can update linkedserver?

    Example :

    Begin Set @provstr = 'Server = Server1;database =DB;uid =sa;pwd=sa'

    Now update : linkedserver

    Set @provstr = 'Server = Server2;database =DBNEW;uid =sa;pwd=sa'

    Thanks!

  • RE: Distributes DataBase in Sql Server 2005

    Hi,

    Thank you very much!

    Regards!

  • RE: Distributes DataBase in Sql Server 2005

    Hi Jack Corbett,Thank very much for your reply!

    -TCP/IP and Named Piped is enable .

    -both Server and Client same domain.

    - This is store procedure :

    EXEC EZV2.dbo.sp_addlinkedserver @server = N'REMOTE_DB',...

  • RE: Error "Login timeout expired"

    Hi,

    both server same domain . I Configure Surface Area for ... is Remote Compute. Then Configure Surface Area for Service and Connection ->

    Service Connection -> Local and Remote Connection...

  • RE: Error "Login timeout expired"

    I enable Names pipes in SqlServer Configuration Manager.But then execute this query -> error.

    If connect by Login Form of Sqlserver 2005 -> BDEnger on server ok

    But can not excute query...

Viewing 5 posts - 1 through 5 (of 5 total)