PDA

View Full Version : export داده ها



setarehman
دوشنبه 18 مهر 1384, 07:08 صبح
سلام
من میخوام اطلاعات یه جدول رو انتقال بدم به یه فایل excle ولی چون حجم این اطلاعات زیاده حدود2000000 میلیون رکورد داره این کارو نمیتونه بکنه و error میده حالا چه جوری باید این اطلاعات رو منتقل کنم

Achchan
دوشنبه 18 مهر 1384, 18:56 عصر
Don't export whole table,use a query in DTS to export a subset of whole rows into a distinct file.For example :
First create a temp table to hold whole rows of original table.Each time transfer 10000(for example) rows using TOP clause in SELECT statement and delete those 10000 rows from temp table.
.Repeat this until you export whole data.
This is just a scenario,I am sure if you think carefuly you can find better ones.
-Best wishes and feel free to mail me: baronc_rampantc@yahoo.ca

hmm
سه شنبه 19 مهر 1384, 07:13 صبح
اکسل توانایی ثبت بیش از 60000 رکورد رو نداره برای اینکار میتونید از اکسس استفاده کنید یا همونطور که دوستمون گفتند هر باز مقداری از جدولتون رو به یه فایل مجزا export کنید