﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 General Discussion  / Which way is better to port around 60000 data into database automatically per day / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 19:18:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Which way is better to port around 60000 data into database automatically per day</title><link>http://www.sqlservercentral.com/Forums/Topic826544-149-1.aspx</link><description>BULK Insert or BCP are specifically for importing lot of data into sql server. If you are using either of them inside a procedure you can create a job that calls the procedure and schedule the job.SSIS also internally uses the same and it can be scheduled.</description><pubDate>Wed, 02 Dec 2009 23:21:34 GMT</pubDate><dc:creator>ChiragNS</dc:creator></item><item><title>RE: Which way is better to port around 60000 data into database automatically per day</title><link>http://www.sqlservercentral.com/Forums/Topic826544-149-1.aspx</link><description>Thanks a lot.let me try these option.</description><pubDate>Wed, 02 Dec 2009 03:06:05 GMT</pubDate><dc:creator>Chandhini</dc:creator></item><item><title>RE: Which way is better to port around 60000 data into database automatically per day</title><link>http://www.sqlservercentral.com/Forums/Topic826544-149-1.aspx</link><description>You can achieve this using bcp or BULK INSERT. You can also try SSIS or DTS</description><pubDate>Tue, 01 Dec 2009 05:58:41 GMT</pubDate><dc:creator>vidhya sagar</dc:creator></item><item><title>Which way is better to port around 60000 data into database automatically per day</title><link>http://www.sqlservercentral.com/Forums/Topic826544-149-1.aspx</link><description>Hi,Which way is better to port around 60000 records from one CSV file into database through schedular per day (every day old data will be removed and new data will be inserted).  For time being, m using select * from openrowset query in one sp and create a schedular for that.but if i need to execute that sp, admin privilege is needed. is there any other way to achieve this?</description><pubDate>Tue, 01 Dec 2009 03:42:33 GMT</pubDate><dc:creator>Chandhini</dc:creator></item></channel></rss>