Re: ISV Using SQL Authentication - a login concern
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 05/26/04
- Next message: Greg: "allowing anyone into SQL Server 2000"
- Previous message: dev: "Re: ISV Using SQL Authentication - a login concern"
- In reply to: dev: "Re: ISV Using SQL Authentication - a login concern"
- Next in thread: dev: "Re: ISV Using SQL Authentication - a login concern"
- Reply: dev: "Re: ISV Using SQL Authentication - a login concern"
- Reply: Stefan Berglund: "Re: ISV Using SQL Authentication - a login concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 16:19:52 -0400
How you login depends on the tool you are using.
If you are writing code using ADO you provide a different login and password
in the connection string.
If you are using SQL-DMO for the administrative tools, you change the server
connection credintials.
If you are using Enterprise Manager or Query Analyzer, you are violating the
license.
Again, you can backup a database with users in it. You myst have exclusive
access to restore a database.
-- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "dev" <anonymous@discussions.microsoft.com> wrote in message news:731A9102-7063-4ED3-966E-DC01267ED0AD@microsoft.com... > Thanks Geoff, > > I will need backup, restore, attach and detach (occasionally) and will have only 1 login & user (as I mentioned). So: > - how can I login as sa (who is part of sysadmin role) and backup or restore the database while the client is interacting with the database logged in as myAppUser. I mean how do I specify to use sa just for the action of backup and restore. > > Thanks >
- Next message: Greg: "allowing anyone into SQL Server 2000"
- Previous message: dev: "Re: ISV Using SQL Authentication - a login concern"
- In reply to: dev: "Re: ISV Using SQL Authentication - a login concern"
- Next in thread: dev: "Re: ISV Using SQL Authentication - a login concern"
- Reply: dev: "Re: ISV Using SQL Authentication - a login concern"
- Reply: Stefan Berglund: "Re: ISV Using SQL Authentication - a login concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|