acessing data from other system on a network

  • Thread starter Thread starter a.mustaq
  • Start date Start date
A

a.mustaq

Hi,


I have installed sql server in my
system.I have developed a program which have to access the data. I want
to run this program on other sytem.How can I to connect to sql server
on my sytem and store the data entered on that system.please send how
to write connection string.
 
It's not that easy. By default SQL Server is configured to be invisible to
other systems on the network. See my whitepaper on getting connected
http://betav.com/blog/billva/2006/06/getting_and_staying_connected.html or
Chapter 9 in my new book.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
 
Back
Top