Question : Can I Use BULK INSERT from ACCESS 2003 into SQL SERVER EXPRESS

I have a lot of data to move into SQL SERVER 2005 EXPRESS eidition.  But does this version allow bulk copy so I don't fill up the transaction log?

Answer : Can I Use BULK INSERT from ACCESS 2003 into SQL SERVER EXPRESS

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.aspx

Bulk 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.asp

See here for more info on the Transaction log:
http://support.microsoft.com/kb/110139
http://support.microsoft.com/kb/873235

Do you have a book on SQL Server  and SQL queries yet?
http://www.amazon.com/SQL-Queries-Mere-Mortals-Hands/dp/0201433362

http://www.amazon.com/Beginning-Server-2008-Express-Developers/dp/1430210907/ref=sr_1_1?ie=UTF8&s=books&qid=1260264042&sr=1-1

Both of your question I posted to here are fairly basic.

;-)

JeffCoachman
Random Solutions  
 
programming4us programming4us