﻿<?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 2008 / T-SQL (SS2K8)  / Data Insertion into Access DB using T-SQL / 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>Sat, 25 May 2013 06:36:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Do you really need the data in Access? If not, you could setup a linked table(s) to the source data in SQL and design the report on those tables.</description><pubDate>Wed, 13 Mar 2013 11:20:44 GMT</pubDate><dc:creator>Don Urquhart</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Sure you could do it that way. Open your excel and have it pull down the table into a worksheet and then have that worksheep mapped to a file table in access. Not sure how that's going to work with dynamic column names but it's certainly doable.</description><pubDate>Tue, 12 Mar 2013 11:29:59 GMT</pubDate><dc:creator>Erin Ramsay</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Hey Erin,this is an access report, where the client has the front GUI, i am populating the back end data tablesis there way, i could populate my data into excel and feed the access tables ....? Thanks for your help...?</description><pubDate>Tue, 12 Mar 2013 09:26:19 GMT</pubDate><dc:creator>lraju10</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>we thought about implementing this report in SSIS, but we are dealing with 24 months worth of sales data, as well quarterly and yearly data, i have dynamically changing columnsFor Example : for the Month for August 2012, my table columns names will be tblSalesData : SalesId, Name, Address, Zip,[Aug'12],[Jul'12],[Jun'12],[May'12]...... [Sep'10],[12 Months Ended Aug'12], [Q2'12],[Q1'12],[Q4'11].....[Q4'10] for the Month of September 2012, my table columns names will betblSalesData : SalesId, Name, Address, Zip,[Aug'12],[Jul'12],[Jun'12],[May'12]...... [Sep'10],[12 Months Ended Sep'12],[ Q3'12] [Q2'12],[Q1'12],[Q4'11].....[Q4'10] , i have built this column names using dynamic sqlIn SSIS,  is there a way to map this changing column names in Data Flow Task ...?may i know your thoughts on this....? appreciate your help.. Note: No Partial Quarters are allowed, so for August we start from [Q2'12], where as September we start from [Q3'12]</description><pubDate>Tue, 12 Mar 2013 09:21:20 GMT</pubDate><dc:creator>lraju10</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Another solution could be, depending on the design of the report, to put it in Excel and have a linked datasource that updates on open so that every time someone opens the report the current numbers are available. I've done book-keeping reports for clients that way.</description><pubDate>Tue, 12 Mar 2013 08:35:56 GMT</pubDate><dc:creator>Erin Ramsay</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Hallo Iraju10,this is not possible. To push data into ACCESS with OPENROWSET.Basically the only possible solution is an access db and start of it by a SQL Server JOB.In the access db you have an autoexec macro which may pull the data into local tables.Another option maybe BCP but I'm not sure whether it supports mdb as OUTPUT-Format.Last but not least think about an SSIS package - that's exactly for solutions you are looking for.</description><pubDate>Tue, 12 Mar 2013 03:44:53 GMT</pubDate><dc:creator>Uwe Ricken</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Hi Erin, Client requirement is to have a report in push off a button.. using ODBC Linked Tables is more of a manual process.. let me know your thoughts on this.....</description><pubDate>Mon, 11 Mar 2013 16:51:29 GMT</pubDate><dc:creator>lraju10</dc:creator></item><item><title>RE: Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>What about using ODBC and creating a linked table in Access so you have constant and immediate access to the data for the report?</description><pubDate>Mon, 11 Mar 2013 16:31:25 GMT</pubDate><dc:creator>Erin Ramsay</dc:creator></item><item><title>Data Insertion into Access DB using T-SQL</title><link>http://www.sqlservercentral.com/Forums/Topic1429485-392-1.aspx</link><description>Hi Guys,I am trying to insert data from SQLServer into an access database,using T-SQLI used OPENROWSET to Select the data from access into SQLServer, it worked fineQUERY:SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0','"ServerName"';'admin';'',TableName);My table has columns with the changing month namesis there any way, i could do some sort of SELECT INTO an access DB using T-SQL ..?Note : This is an automated report, i cannot use Import Export Wizard, there is no SSIS installed on the machine</description><pubDate>Mon, 11 Mar 2013 14:53:54 GMT</pubDate><dc:creator>lraju10</dc:creator></item></channel></rss>