Re: Connecting to remote SQL Server
From: Bob Simms (bob_simms_at_somewhere.com)
Date: 11/06/04
- Next message: Kenh426: "RE: How do you backup a DB without backing up the Transaction Log?"
- Previous message: Bob Simms: "Re: restrict other users"
- In reply to: Bryce Fischer: "Connecting to remote SQL Server"
- Next in thread: Bryce Fischer: "Re: Connecting to remote SQL Server"
- Reply: Bryce Fischer: "Re: Connecting to remote SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 6 Nov 2004 22:04:54 -0000
"Bryce Fischer" <spamtrap@berzerker-soft.com> wrote in message
news:3btpo01us397pf1gmfl4bt9c8k9dcrv05e@4ax.com...
> I have SQL Server 2000 (Developer) on my computer. So I have SQL
> Server Enterprise Manager + Tools (such as Query Analyzer).
>
> I am doing some work on a remote server, mostly ASP pages (not
> ASP.NET). There is a SQL Server database on that server. I would like
> to use Enterprise Manager or Query Analyzer to access that database.
>
> My main development environment is Dreamweaver MX2004. In Dreamweaver,
> I was able to setup the database (on the databases tab) using a
> "Custom Connection String", listed below (some info obfuscated for
> security):
>
> "Provider=SQLOLEDB.1;Persist Security Info=False;Initial
> Catalog=funeral;Data Source=xx.xx.xx.xxx;Locale
> Identifier=1033;Connect Timeout=15;Use Procedure for Prepare=1;Auto
> Translate=True;Packet Size=4096;User Id=XXX;PASSWORD=XXXXXXXX;"
>
> I don't know if it is possible to use the other tools to manage this
> database. I've tried the following:
>
> 1. In Enterprise Manager, I've tried just putting the ip address as
> the server, and "Use SQL Server authentication" from the user ID and
> Password above, but I get the following error:
> "SQL Server registration failed because of the connection failure
> below... Cannot open user default database. Login failed"
>
User XXX has a login on the remote server, but does not have a user in the
database he is configured to use. To administer the remote database, User
XXX must be a member of the sysadmin role on the remote server
--- http://snodland.blogspot.com Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.788 / Virus Database: 533 - Release Date: 01/11/2004
- Next message: Kenh426: "RE: How do you backup a DB without backing up the Transaction Log?"
- Previous message: Bob Simms: "Re: restrict other users"
- In reply to: Bryce Fischer: "Connecting to remote SQL Server"
- Next in thread: Bryce Fischer: "Re: Connecting to remote SQL Server"
- Reply: Bryce Fischer: "Re: Connecting to remote SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|