Well, I was having a problem.
The user keeps getting "Access Denied" even though the u/p is correct and
the sql server ip is correct.
One thing though,the user isnt running the latest service packs. Would the
user need to upgrade to the latest version?
> Yes, it is common to connect to SQL Server remotely using Enterprise
Manager
> or Query Analyzer to perform these tasks. Depending on your SQL Server
> security configuration, you can use either SQL Server authentication
(userid
> and password) or Windows authentication.
> Hope this helps.
> -----------------------
> SQL FAQ links (courtesy Neil Pike):
> http://forumsb.compuserve.com/gvforums/UK/default.asp?SRV=MSDevApps
> (faqxxx.zip in lib 7)
> or www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
> or www.sqlserverfaq.com
> or www.mssqlserver.com/faq
> -----------------------
> > Is it possible for another user on another machine to remotely connect
to
> > SQL server to adminster thier database?
> > E.g. I've created an SQL Database, setup a user/pass for that
database...
> > now a user from a remote machine is trying to use that user/pass to
> remotely
> > connect to the SQL Server to administer things like creating tables,etc.
> > through the SQL Interface.
> > - Brian