Link to home
Start Free TrialLog in
Avatar of J.R. Sitman
J.R. SitmanFlag for United States of America

asked on

How to create a SQL backup Server

I have one SQL2000 server and I want to make sure that if it goes down, I have a backup Server I can use immediately.  Is this possible?  If so how?  Unfortunately, I have very little SQL knowledge.

Thanks J.R.
ASKER CERTIFIED SOLUTION
Avatar of dglenp
dglenp
Flag of United States of America 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 J.R. Sitman

ASKER

Do you know how to determine exactly what programs are using the SQL database?
J.R.,

Using the Enterprise Manager, under Management/Current Activity/Process Info, you can see the processes that are currently using SQL databases.  The info includes the user, database name, workstation, and the application name.  That should give you a good clue as to what programs are connecting from what machines.
Thanks.  Any recommendations on good books for managing SQL for the beginner?
I have used "Microsoft SQL Server 2000 Bible" from Wiley publishers by Paul Nielsen, et. al.  It is thorough in my opinion, and a good book for starters.  But almost any SQL Server text would be.  For more technical details, "Inside SQL Server 2000" by Kalen Delaney is really good.  It is more focused on what goes on under the hood.  The SQL Server 2005 Edition is not due out until July.  Kalen Delaney, among others, has been working with the SQL Server product since many versions ago.

Happy DB Administrating!