由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Where to find log files in SQL server?
相关主题
急!!!SQL Server stupid questions
SQL questionhow to particially delete record in sql server
what is Microsoft SQL server 's version number?怎么学SQL SERVER
是学Oracle还是SQL server?如何启动Visual Studio 2005中的Visual SQL 2005?
问Jackrun, Beijing等大侠performance问题请教一个mysql Replication的问题
PostgreSQL现在好像用得地方多起来了MSSQL server database backup v.s. transaction log.
SQL Server 2012 will support Windows server Core!how to register SQL Server in intranet
求助:cacl, access to database file。万能的db版啊。请教传数据问题
相关话题的讨论汇总
话题: log话题: sql话题: files话题: server话题: where
进入Database版参与讨论
1 (共1页)
k******r
发帖数: 2300
1
For example, I delete a table then I want to look up the log files for the
deletion. Thanks.
t*****s
发帖数: 124
2
is MS SQL Server?
if yes, then \SQLHome\MSSQL\LOG\ERRORLOG

【在 k******r 的大作中提到】
: For example, I delete a table then I want to look up the log files for the
: deletion. Thanks.

k******r
发帖数: 2300
3
Yes, it is MS SQL server. But I couldn't find directory ERRORLOG(I assume it
is a directory) under LOG. I guess maybe I need configure the SQL server
somehow? Thanks for your information!

【在 t*****s 的大作中提到】
: is MS SQL Server?
: if yes, then \SQLHome\MSSQL\LOG\ERRORLOG

s******n
发帖数: 45
4
All I know is that SQL Server's log file is for data recovery purpose.
What do u mean when u say "look up"?

【在 k******r 的大作中提到】
: For example, I delete a table then I want to look up the log files for the
: deletion. Thanks.

t*****s
发帖数: 124
5
sorry, ERRORLOG is a file without extension

【在 k******r 的大作中提到】
: Yes, it is MS SQL server. But I couldn't find directory ERRORLOG(I assume it
: is a directory) under LOG. I guess maybe I need configure the SQL server
: somehow? Thanks for your information!

k******r
发帖数: 2300
6
Thanks for your reply. Actually, I am fixing a bug with database for the
client. I have been working on the bug for three days but I couldn't find any
problem with the program. Yesterday, all of sudden, I realized that most
likely there was nothing wrong with my program and instead probably the
customers modified the database manually. So I wanted to look up log files to
monitor any changes made by customers. I have never done this before so I was
asking how to do that.

【在 s******n 的大作中提到】
: All I know is that SQL Server's log file is for data recovery purpose.
: What do u mean when u say "look up"?

k******r
发帖数: 2300
7
Now I know where those log files are located but I don't know how to open
them. Any idea? Thanks.

any
to
was
the

【在 k******r 的大作中提到】
: Thanks for your reply. Actually, I am fixing a bug with database for the
: client. I have been working on the bug for three days but I couldn't find any
: problem with the program. Yesterday, all of sudden, I realized that most
: likely there was nothing wrong with my program and instead probably the
: customers modified the database manually. So I wanted to look up log files to
: monitor any changes made by customers. I have never done this before so I was
: asking how to do that.

s******n
发帖数: 45
8
Basically u r intested in "audit". The log file won't be easy to look into,
but there are tools out there that can help u do that. One of them is as
follows:
http://www.sql-server-performance.com/lockwoodtech_log_navigator_spotlight.asp
Btw, an earlier post told u about the errorlog, which is not the log u r
looking for. The right one is in ....\mssql\data\[database name]_log.ldf

【在 k******r 的大作中提到】
: Now I know where those log files are located but I don't know how to open
: them. Any idea? Thanks.
:
: any
: to
: was
: the

k******r
发帖数: 2300
9
Super! Thank you very much! Can this tool also work with Sybase transaction
log?

http://www.sql-server-performance.com/lockwoodtech_log_navigator_spotlight.asp
find
files
I

【在 s******n 的大作中提到】
: Basically u r intested in "audit". The log file won't be easy to look into,
: but there are tools out there that can help u do that. One of them is as
: follows:
: http://www.sql-server-performance.com/lockwoodtech_log_navigator_spotlight.asp
: Btw, an earlier post told u about the errorlog, which is not the log u r
: looking for. The right one is in ....\mssql\data\[database name]_log.ldf

1 (共1页)
进入Database版参与讨论
相关主题
请教传数据问题问Jackrun, Beijing等大侠performance问题
Sybase Server setting questionsPostgreSQL现在好像用得地方多起来了
[转载] Sybase/MS sql server interview questionsSQL Server 2012 will support Windows server Core!
(MSSQL) How to handle parallel processing --Copying objects to the same dbs from different source求助:cacl, access to database file。万能的db版啊。
急!!!SQL Server stupid questions
SQL questionhow to particially delete record in sql server
what is Microsoft SQL server 's version number?怎么学SQL SERVER
是学Oracle还是SQL server?如何启动Visual Studio 2005中的Visual SQL 2005?
相关话题的讨论汇总
话题: log话题: sql话题: files话题: server话题: where