 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: import data from access into sql server 2005</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/import-data-from-access-into-sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/import-data-from-access-into-sql-server-2005/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kurthp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/import-data-from-access-into-sql-server-2005/#comment-50643</link>
		<dc:creator>kurthp</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:24:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-50643</guid>
		<description><![CDATA[To the best of my knowledge, you can&#039;t do it this way. Your 100+ table Access database is inside one Access .mdb file. Using xp_cmdshell to copy the .mdb file will not create the database structure/data within SQL Server. 

Using the SQL Server Migration Assistant for Access would allow you to convert the tables/data from Access to SQL Server. Best would be to then change your front end/reports to be directed toward the SQL Server database.

Having said that, once the base structure/data exists within SQL Server, you could then create a &lt;a href=&quot;http://www.aspfree.com/c/a/Microsoft-Access/Configuring-a-Linked-Microsoft-Access-Server-on-SQL-2005-Server/&quot;&gt;Linked Server&lt;/a&gt; within SQL Server to your Access database and then write procedures to bring in new data from Access.]]></description>
		<content:encoded><![CDATA[<p>To the best of my knowledge, you can&#8217;t do it this way. Your 100+ table Access database is inside one Access .mdb file. Using xp_cmdshell to copy the .mdb file will not create the database structure/data within SQL Server. </p>
<p>Using the SQL Server Migration Assistant for Access would allow you to convert the tables/data from Access to SQL Server. Best would be to then change your front end/reports to be directed toward the SQL Server database.</p>
<p>Having said that, once the base structure/data exists within SQL Server, you could then create a <a href="http://www.aspfree.com/c/a/Microsoft-Access/Configuring-a-Linked-Microsoft-Access-Server-on-SQL-2005-Server/">Linked Server</a> within SQL Server to your Access database and then write procedures to bring in new data from Access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/import-data-from-access-into-sql-server-2005/#comment-50638</link>
		<dc:creator>77</dc:creator>
		<pubDate>Tue, 20 Nov 2007 06:02:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-50638</guid>
		<description><![CDATA[can I use this command extended procedure xp_cmdshell to copy data from access (refer to its path) and set them inside the database on sqlserver 2005 which is taking the same format database structure as access????
As I am receiving data on a daily basis which are set into access database and I have to implement front end pages and reports. For this aim, I want to create a stored procedure to generate the data from access into sql server 2005 in an auto schedualed job. Please a help for this!!!!!!!!!!!!!!!]]></description>
		<content:encoded><![CDATA[<p>can I use this command extended procedure xp_cmdshell to copy data from access (refer to its path) and set them inside the database on sqlserver 2005 which is taking the same format database structure as access????<br />
As I am receiving data on a daily basis which are set into access database and I have to implement front end pages and reports. For this aim, I want to create a stored procedure to generate the data from access into sql server 2005 in an auto schedualed job. Please a help for this!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.019 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 18:27:03 -->