473,378 Members | 1,417 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to create a TransactionLog table?

111 100+
I am building a database which is in MS SQL 2005. It has a front end in Access 2003. The tables are linked via DSN.
There can be several users at a time hitting an application. I would like to catch each and every activity that has been perfomed on each and every table of the database, something like a transaction log. Please, let me know how should I approach?
Thanks
Dec 3 '09 #1

✓ answered by orangeCat

@AccessBeetle
AccessBeetle,

I did a little more searching and have found a couple of articles that may be helpful to you. Since I don't know your DBMS expertise, nor potential applications, I am providing these links to help put transaction logging into context.
Good luck.

General transaction log concept: http://en.wikipedia.org/wiki/Transaction_log
Importance of the Log: http://www.craigsmullins.com/dbta_049.htm
This is specific to SQL Server:
http://www.databasedesign-resource.c...ction-log.html

8 4599
missinglinq
3,532 Expert 2GB
This is not for the faint-hearted, but Allen Browne has a tutorial on Audit Logs, which is the usual term for this sort of thing:

http://allenbrowne.com/AppAudit.html

Linq ;0)>
Dec 3 '09 #2
orangeCat
83 64KB
Doesn't MS SQL 2005 include transaction logging? Wouldn't you use that instead of building something yourself?
Dec 4 '09 #3
AccessBeetle
111 100+
Orangecat,
Where to look for it in MS SQL 2005? Sorry, this is kind of a dumb question but I am new to it.
Dec 4 '09 #4
AccessBeetle
111 100+
Thanks Missinglinq, taking a look at it. but as Orangecat have said, if MS SQL 2005 builds the TransactionLog on it own than I would prefer that instead of implementing it in Access. Let me know how we can see it in MS SQL 2005.
Thanks
Dec 4 '09 #5
orangeCat
83 64KB
AccessBeetle,
I am not a SQL Server user, however, I have worked a lot with Oracle.
I did some searching and found this link to M$soft re MS SQL Transaction logging.

http://msdn.microsoft.com/en-us/library/ms190925.aspx
Dec 4 '09 #6
AccessBeetle
111 100+
Thanks.That helps. Althought will have to do yet more research on that topic.
Dec 4 '09 #7
orangeCat
83 64KB
@AccessBeetle
AccessBeetle,

I did a little more searching and have found a couple of articles that may be helpful to you. Since I don't know your DBMS expertise, nor potential applications, I am providing these links to help put transaction logging into context.
Good luck.

General transaction log concept: http://en.wikipedia.org/wiki/Transaction_log
Importance of the Log: http://www.craigsmullins.com/dbta_049.htm
This is specific to SQL Server:
http://www.databasedesign-resource.c...ction-log.html
Dec 4 '09 #8
AccessBeetle
111 100+
Thank you. I appreciate your help !!
Dec 7 '09 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Andrew | last post by:
I have a problem creating mySQL tables with PHP. I am making an app where a user can create a project. Pressing "submit" on proj_form.php goes to proj_add.php where a couple of things happen. ...
4
by: Phil Powell | last post by:
create table if not exists nnet_produkt_varegruppe ( nnet_produkt_varegruppe_id int not null auto_increment, primary key(nnet_produkt_varegruppe_id), nnet_produkt_varegruppe_navn varchar(255) not...
6
by: dev | last post by:
how create a temp table as a copy of a existing table and then update1 field and insert the hole temp table back in the existing table? please any help? if i have 10 fields in 1 record and...
4
by: Michael Jackson | last post by:
I have a stored procedure to create a table. In my program I want the user to name the table to be created, therefore I pass a parameter to the SP for the table name. I cannot get it to work. It...
1
by: poohnie08 | last post by:
i have a excel spreadsheet showing staff name, date,work hour, ot hour, slot1, slot2, slot3, slot4 and others). The "()" will keep repeating from day 1 until end of month. eg in excel spreadsheet,...
6
by: Peter Nurse | last post by:
For reasons that are not relevant (though I explain them below *), I want, for all my users whatever privelige level, an SP which creates and inserts into a temporary table and then another SP...
27
by: max | last post by:
Hello, I am a newbye, and I'm trying to write a simple application. I have five tables with three columns; all tables are identical; I need to change some data in the first table and let VB...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
2
by: lakuma | last post by:
Hi, I have a table called A (say) with columns called name, place, animal and thing. I would want to write an on insert trigger on this table, which would create a table with the name of the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.