Link to home
Start Free TrialLog in
Avatar of jumpstart0321
jumpstart0321

asked on

SQL database manager

I'm looking for a SQL database manager that I can remotely access on my site and delete records, fields, etc. Anybody have any clue what I should look for?
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jumpstart0321
jumpstart0321

ASKER

Thanks guys, but I believe this tool is only for local management. What if I have to manage my database at a seperate location? I would like to do something like www.mysite.com/Manage.aspx. Any ideas?
>>What if I have to manage my database at a seperate location?

Yes, you can. You can use it to connect to your remote database.
Refer to this image:

http://www.development.ccs.neu.edu/home/rasala/images/sql/Connect_to_Server_Remote.jpg

try enter the Remote IP address, or Domain Name in field "Server Name", select the "Authentication Mode" and then enter appropiate login user info to login.
SSMSE has no problems connecting to remote servers.


Thanks guys, I don't know why I didn't try that earlier. I thought I read somewhere that the express edition didn't allow remote connections. I'm very happy:) thanks again:)
jumpstart:

FYI - you may well have read about Express edition not allowing remote connections. This will refer to the default installation of the database engine - not to the client tools. Glad you got it working!