TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Riddhi Valecha
443
3.3k
413.1k
Database Logs
Mar 22 2016 9:22 AM
Dear All...
I have a requirement for Database Logs -
There are many databases used - SQL Server , Oracle, Microsoft Access, etc.
Now, I want to make a program to get the Database Logs.
I know one command - select * from sys.fn_dblog(NULL,NULL)
But, I want other output along with the output of this query -
Computer name - The machine name from which the command was executed.
Command Name - Select / Insert / Update
I have to make this Logs in asp.net web application.
How do I proceed ?
I just have server (10.11.12.12) and username and password .....
Reply
Answers (
2
)
How to create View based on Controller Code in mvc4?
Windows service to insert files in tables at timers.