Results 1 to 2 of 2

Thread: Sql Server

  1. #1
    yusra Guest

    Sql Server

    How to access sql server remotely from other server or from client.eg. if i want to create database or table or edit fields in table from a server that connected to sql server or from my client.

  2. #2
    al Guest

    Sql Server (reply)


    If you need to connect from different server, you need to install the Client tools. Then you need to configure your Client access, adding either TCPIP and Port or name pipe of your REmote SQLServer giving a name for that configuration. Then you can use isqlw or any other tool to access the remote SQL Server just selecting the server name given.

    ------------
    yusra at 3/28/01 12:25:50 AM

    How to access sql server remotely from other server or from client.eg. if i want to create database or table or edit fields in table from a server that connected to sql server or from my client.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •