Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vishwamandar
Starting Member
2 Posts |
Posted - 2010-10-25 : 06:58:13
|
Hi Peers,Could I know , where can i find in the SQL SERVER 2005 the location of the logs, which tells about , at OS levelwhen did the full Database backup has happened , if yes , than success or failure , and details of the cause.Also the logs related to differential , transactional Backups Regards :) |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-10-25 : 07:39:13
|
it's in the SQL error logs, also stored in the backup history tables in MSDB, maint plan or job history tables if the backups are run as jobs.--Gail ShawSQL Server MVP |
|
|
vishwamandar
Starting Member
2 Posts |
Posted - 2010-10-25 : 08:08:55
|
Hi Shaw,Thanks for the Reply Could you please give the location of the logs in terms of C: drive and folder or path Regards :) |
|
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-10-25 : 10:01:56
|
No idea. Depends on where you installed SQL Server. The SQL error logs are called ERRORLOG, ERRORLOG.1, etc. Open one in management studio (management -> SQL Server logs) and the location will be mentioned at the beginning of the log.As for MSDB, it's a database, again where it is depends on where you installed SQL and where you specified the DB files to go.--Gail ShawSQL Server MVP |
|
|
vna_mhars
Starting Member
37 Posts |
Posted - 2010-10-27 : 21:42:13
|
Hi, You will see it all in your event viewer of your OS.Regards,vamodente |
|
|
|
|
|
|
|