If your question here is "Can you do bulk inserts from Access to SQL Server 2005 Express", then the answer is: Yes
http://msdn.microsoft.com/en-us/library/ms175915.aspxBulk inserts are used mainly for source data from text files and the like.
Standard inserts are possible as well...
http://www.w3schools.com/SQL/sql_insert.aspSee here for more info on the Transaction log:
http://support.microsoft.com/kb/110139http://support.microsoft.com/kb/873235Do you have a book on SQL Server and SQL queries yet?
http://www.amazon.com/SQL-Queries-Mere-Mortals-Hands/dp/0201433362http://www.amazon.com/Beginning-Server-2008-Express-Developers/dp/1430210907/ref=sr_1_1?ie=UTF8&s=books&qid=1260264042&sr=1-1Both of your question I posted to here are fairly basic.
;-)
JeffCoachman