Re: ISV Using SQL Authentication - a login concern
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 05/27/04
- Next message: DaveK: "RE: How do people use SQL in Win authenticated mode only?"
- Previous message: Hari: "Re: SQL Accounts"
- 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"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 May 2004 11:21:17 -0400
SQL Backup and restore are done online. No restart is needed. It sounds
like you really need to read the BOL (Books On-Line) section on backup and
restore. You can download the latest edition from:
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
-- 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:ED26EE2A-1437-4B27-96E9-84547DC52B2E@microsoft.com... > Thanks Geoff, some more question (sorry about so many qs): > -do I need to start the SQLServer service before backing up or restoring from my app. (generally for simple db work there is no need to start the service) > -Is it best to store the backup and restore T-SQL command in stored procedures. If yes then I will keep them in my app's database. But if I want to backup Master db too then is it ok to say "Use Master" in stored procedure which is residing in my app's db. > > I am sorry if these questions have too simple reply. I am learning (fast) > > Thanks
- Next message: DaveK: "RE: How do people use SQL in Win authenticated mode only?"
- Previous message: Hari: "Re: SQL Accounts"
- 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"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|