February 2, 2012 at 7:26 am
Hi there,
What's the fastest way to move a table from Access to SQL Server? I am using the "Export" function in Access to move tables, but this takes quite a long time with large tables. I have several 2GB tables I would like to move and each 2 GB table is taking 30-45 minutes to "Export"
February 2, 2012 at 7:36 am
Try the Import/Export wizard of SQL Server.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 2, 2012 at 11:30 pm
:hehe:
or use Use the Upsizing Wizard from office
see link for detals
February 3, 2012 at 12:05 am
johnitech.itech (2/2/2012)
:hehe:or use Use the Upsizing Wizard from office
I didn't know the upsizing wizard was that funny...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
February 3, 2012 at 2:46 am
Try using BulkInsert with TabLock ..but do note that TabLock will make the table unavailable for various operations by different users during the time of data population..
February 5, 2012 at 1:50 am
So Koen Verbeeck
No not funny ,So Why i sent you link to View everything in Details ?!
What's the wrong of that !
February 5, 2012 at 2:46 am
A few of my thoughts. I'm not sure which would be quicker without testing. I'd hazard a guess that a SSIS package could be tweaked to be the fastest
-Create a linked server and import directly from a SQL query.
-SSIS using a dataflow
-Import/Export wizard in SSMS
February 5, 2012 at 5:49 am
johnitech.itech (2/5/2012)
So Koen VerbeeckNo not funny ,So Why i sent you link to View everything in Details ?!
What's the wrong of that !
I was referring to the smiley that accompanied the link (and almost every link that you post). Made me wonder if the upsizing wizard is funny...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply