Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing SQL Server from a web site on a remote machine

Status
Not open for further replies.

mikelawrence

Programmer
Sep 19, 2001
68
GB
I currently have a sql server 2000 db and several websites on the same physical server. I now want to be able to access the db from web pages on another server. I want to restrict access to just stored procedures so there is no access to the data tables or to sql analyser etc. What is the best way to go about this? I am terrificly ignorant on this area and would appreciate any help. For example say i have a stored proc called GETBALANCE on a db with a name of MYDB001 how do i address it from a different server. I would really appreciate any guidance on this!

Thanks

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top