<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Community Samples: Integration Services</title><link>http://sqlsrvintegrationsrv.codeplex.com/Project/ProjectRss.aspx</link><description>Samples for use with SQL Server Integration Services samples created by the Integration Services product team.</description><item><title>New Post: Extracting numbers from Sharepoint generates zeros</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=204464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First of all, this is my first post here. I am from Germany and using the Sharepoint List Adapters for my Master-Thesis.&lt;/p&gt;
&lt;p&gt;I have encountered a problem when extracting numbers from a Sharepoint List. If I have the number, let's say, 160, in Sharepoint it is viewed as 160. But when I load the list in SSIS, converting the number from DT_R8 to any other data type (I tried numeric, int, unicode), it fills the number with zeroes, so the result in my SQL-table is something like 160000000000000.&lt;/p&gt;
&lt;p&gt;That is a huge problem. Did anyone yet encounter the same problem and has a solution for it? I saw a discussion about problems with numeric to float conversion here, but it was for writing into a Sharepoint list and not this way.&lt;/p&gt;
&lt;p&gt;If you need more information, please don't hesitate to ask. Thanks in advance.&lt;/p&gt;
&lt;p&gt;Boris&lt;/p&gt;&lt;/div&gt;</description><author>boris_w</author><pubDate>Wed, 10 Mar 2010 16:30:02 GMT</pubDate><guid isPermaLink="false">New Post: Extracting numbers from Sharepoint generates zeros 20100310043002P</guid></item><item><title>New Post: Synchronise SQL table with SharePoint List</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=46800</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Allen, thanks for the details. I have been searching for updation on sharepoint lists and found the way out here..Iam new to integration and this question may&amp;nbsp;sound silly..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I used create and update sharepoint lists destinations...Even if only one row is updated, its looks like all the rows in the destination are getting updated.&lt;/p&gt;
&lt;p&gt;Would this affect the performance on the system..Currently we have 1800 rows in our sharepoint list and when i update one row in my sql-database, I could see that its updating all those 1800 rows..&lt;/p&gt;
&lt;p&gt;Is it possible to update just that one row which changed..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;&lt;/div&gt;</description><author>anits</author><pubDate>Wed, 10 Mar 2010 03:49:42 GMT</pubDate><guid isPermaLink="false">New Post: Synchronise SQL table with SharePoint List 20100310034942A</guid></item><item><title>Created Issue: SharePoint Utility DLL returns items recursively, but does not include folders [12023]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=12023</link><description>This is a placeholder for me to update the ViewAttributes scope to make the Scope&amp;#61;RecursiveAll instead of Scope&amp;#61;Recursive.&lt;br /&gt;</description><author>kevinidzi</author><pubDate>Sat, 06 Mar 2010 07:44:38 GMT</pubDate><guid isPermaLink="false">Created Issue: SharePoint Utility DLL returns items recursively, but does not include folders [12023] 20100306074438A</guid></item><item><title>New Post: Code for SSIS-SP adapters 2005</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203920</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Where is it possible to download the code about SSIS-SP adapters for SQL Server 2005, please?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Fri, 05 Mar 2010 10:47:01 GMT</pubDate><guid isPermaLink="false">New Post: Code for SSIS-SP adapters 2005 20100305104701A</guid></item><item><title>Created Issue: About inserting a datetime (DT_DBTIMESTAMP) with SP List Destination [12013]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=12013</link><description>With the newest version of SharePoint List Adapters isn&amp;#39;t possible to insert correctly the time part of a datetime in a list.&lt;br /&gt;With an user suggest &amp;#40;converting datetime in a DT_WSTR with 50 chars&amp;#41; this issue is skipped but when an updated version&lt;br /&gt;could be available to download&amp;#63;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>pscorca</author><pubDate>Fri, 05 Mar 2010 10:45:15 GMT</pubDate><guid isPermaLink="false">Created Issue: About inserting a datetime (DT_DBTIMESTAMP) with SP List Destination [12013] 20100305104515A</guid></item><item><title>New Post: Writing a date + time inside a SP list with the Destination Adapter</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203756</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In the project code I can see these statements:&lt;/p&gt;
&lt;p&gt;case DataType.DT_DBTIMESTAMP:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (buffer.IsNull(_bufferLookup[fieldName]))&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rowData.Add(fieldName, String.Empty);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rowData.Add(fieldName, buffer.GetDateTime(_bufferLookup[fieldName]).ToString(&amp;quot;&lt;strong&gt;yyy-MM-dd hh:mm:ss&lt;/strong&gt;&amp;quot;));&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/p&gt;
&lt;p&gt;Is it rigth to write yyy (3 chars for the year)?&lt;/p&gt;
&lt;p&gt;Is it right to write hh:mm:ss? In the regional settings, hh indicates hour expressed with AM/PM but I cannot see &amp;quot;tt&amp;quot; after &amp;quot;ss&amp;quot;;&lt;/p&gt;
&lt;p&gt;moreovert, to render the hous as 24 hours format it is to use HH (uppercase) and not hh.&lt;/p&gt;
&lt;p&gt;Perhaps it occurs to substitute &amp;quot;yyy-MM-dd hh:mm:ss&amp;quot; with &amp;quot;yyyy-MM-dd hh:mm:ss tt&amp;quot; or &amp;quot;yyyy-MM-dd HH:mm:ss&amp;quot;.&lt;/p&gt;
&lt;p&gt;To write correctly into a SP list, do I convert my SQL date in a particular date format, please? Thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Thu, 04 Mar 2010 22:24:47 GMT</pubDate><guid isPermaLink="false">New Post: Writing a date + time inside a SP list with the Destination Adapter 20100304102447P</guid></item><item><title>New Post: Writing a date + time inside a SP list with the Destination Adapter</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203756</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Do I convert my SQL date in a particular date format? Thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Thu, 04 Mar 2010 14:36:00 GMT</pubDate><guid isPermaLink="false">New Post: Writing a date + time inside a SP list with the Destination Adapter 20100304023600P</guid></item><item><title>New Post: Writing a date + time inside a SP list with the Destination Adapter</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203756</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Nothing results also if I set the time zone to Greenwich one.&lt;/p&gt;
&lt;p&gt;Any helps, please. Thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Thu, 04 Mar 2010 13:22:54 GMT</pubDate><guid isPermaLink="false">New Post: Writing a date + time inside a SP list with the Destination Adapter 20100304012254P</guid></item><item><title>New Post: Writing a date + time inside a SP list with the Destination Adapter</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203756</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have tried to modify the time format of the Regional settings on the db server and the web server by changing it as H:mm:ss,&lt;/p&gt;
&lt;p&gt;with nothing results.&lt;/p&gt;
&lt;p&gt;Any helps is necessary to solve this issue, please. Many thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Thu, 04 Mar 2010 12:36:35 GMT</pubDate><guid isPermaLink="false">New Post: Writing a date + time inside a SP list with the Destination Adapter 20100304123635P</guid></item><item><title>New Post: Writing a date + time inside a SP list with the Destination Adapter</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203756</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm using the SharePoint List adapter destination to write in a SP list from a SQL table. I have a datetime column with value expressed with date + hour + minutes.&lt;/p&gt;
&lt;p&gt;I have two servers, the web server and the db server. On the db server I have installed the Adapters (SQL Server 2005 RTM): the Regional Settings is set to en-us&lt;/p&gt;
&lt;p&gt;and the hour is set to AM/PM (but I think it is no matter). The web server that has the SharePoint content db are the same Regional settings (en-us + hour in AM/PM).&lt;/p&gt;
&lt;p&gt;I'm using the same regional settings as site settings.&lt;/p&gt;
&lt;p&gt;For a SQL datetime as 2010-03-19 10:00 PM, the adapter writes 2010-03-19 10:00 AM.&lt;/p&gt;
&lt;p&gt;For writing in my list, in SSIS I must convert my SQL datetime in a DT_DATE: I have used a grid data viewer to observe the data passed before and after&lt;/p&gt;
&lt;p&gt;the data conversion and before the writing and I can see the same datetime in the SQL table.&lt;/p&gt;
&lt;p&gt;Any suggests to solve this issue, please? Many thanks&lt;/p&gt;&lt;/div&gt;</description><author>pscorca</author><pubDate>Thu, 04 Mar 2010 10:08:32 GMT</pubDate><guid isPermaLink="false">New Post: Writing a date + time inside a SP list with the Destination Adapter 20100304100832A</guid></item><item><title>Source code checked in, #40668</title><link>http://sqlsrvintegrationsrv.codeplex.com/SourceControl/changeset/view/40668</link><description>Added a deployment Diagram to the document to visualize how things need to lay out.</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 19:18:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #40668 20100303071837P</guid></item><item><title>Closed Issue: Create Sample for a Full Install of a Custom Task/Component [8407]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8407</link><description>I&amp;#39;ve beaten my head on this one for a few days over the past weeks - and have gotten very close, but am still unable to create an installer that will&amp;#58;&lt;br /&gt;1 - Copy the DLL to the PipelineComponents or Tasks folder &amp;#40;easy&amp;#41;&lt;br /&gt;2 - Install the DLL into the GAC&lt;br /&gt;3 - Add the component&amp;#47;task to the appropriate VStudio toolbox&lt;br /&gt;&lt;br /&gt;It would be fantastic if you guys could work your magic, do a little nudge-nudge over to the Windows Installer and Visual Studio Extensibility folks if necessary, and cobble together a very simple end-to-end installer for just one of the custom components in this sample set, with an eye to creating simple instructions to use it as a template for packaging up other tasks&amp;#47;components.&lt;br /&gt;&lt;br /&gt;It doesn&amp;#39;t have to be complicated and install all of the components here in one shot - just one component at a time, per MSI&amp;#47;VSI &amp;#40;or whatever it ends up being&amp;#41; would be fantastic.&lt;br /&gt;Of course, having a single &amp;#34;package&amp;#34; that could contain and automatically detect and install the appropriate BIDS 2005 and&amp;#47;or 2008 versions of a component would be uber-sweet too...&lt;br /&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 19:12:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Create Sample for a Full Install of a Custom Task/Component [8407] 20100303071200P</guid></item><item><title>Commented Task: Error updating SP datetime fields by using SharePointListDestination [8528]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8528</link><description>I have a SQL Server datetime field and a SharePoint datetime list field. The SP datetime field hasn&amp;#39;t the time. When I try to update a particular item of the list containing the SP datetime field with the SQL Server datetime field I have an error that says that the datetime is in invalid format. Why&amp;#63; How can I solve this issue&amp;#63; Thanks&lt;br /&gt;Comments: Changing from Issue to Task since the task is to look at the otheritem mentioned which this was consolidated with.</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 19:05:23 GMT</pubDate><guid isPermaLink="false">Commented Task: Error updating SP datetime fields by using SharePointListDestination [8528] 20100303070523P</guid></item><item><title>Commented Task: How SharePoint List source returns the list fields? [8491]</title><link>http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8491</link><description>I&amp;#39;m trying to read the SP list field using SharePoint List Source, but when I read the SP numeric fields &amp;#40;float - DT_R8&amp;#41;&lt;br /&gt;and then convert them in an eight-byte signed integer I see the number, that I put inside the list, followed by some zero digits.&lt;br /&gt;Does SharePoint List source return the list numeric fields as nvarchar fields&amp;#63; Thanks&lt;br /&gt;Comments: Changing from Issue to Task since the task is to look at the referenced work item :)</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 19:04:00 GMT</pubDate><guid isPermaLink="false">Commented Task: How SharePoint List source returns the list fields? [8491] 20100303070400P</guid></item><item><title>New Post: Sharepoint Utility DLL</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=82628</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That is discussed in a closed issue:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8568"&gt;http://sqlsrvintegrationsrv.codeplex.com/WorkItem/View.aspx?WorkItemId=8568&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:10:19 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Utility DLL 20100303061019P</guid></item><item><title>New Post: SP List Destination 0x8102001c</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=82489</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you for the followup, I was surprised to see issues with the date/time still popping up.&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:07:35 GMT</pubDate><guid isPermaLink="false">New Post: SP List Destination 0x8102001c 20100303060735P</guid></item><item><title>New Post: SSIS SharePoint List Source - Missing Columns</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=195729</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Pull the data into a table and look at it, it is most likely there with a different name. Sharepoint might have other ideas for what the names of your columns should be :)&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:05:56 GMT</pubDate><guid isPermaLink="false">New Post: SSIS SharePoint List Source - Missing Columns 20100303060556P</guid></item><item><title>New Post: Update SP List using Sharepoint Destination List</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=69127</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If you happen to just let the adapters pick all of the columns when they are not needed, then it updating fields you did not intend may happen as it 'passes' through.&lt;/p&gt;
&lt;p&gt;In the adapter properties, you can turn off columns (can't do it in the default views) so that the adapter completely ignores columns you do not care about.&amp;nbsp; It also reduces your impact if those fields are later dropped or changed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:05:06 GMT</pubDate><guid isPermaLink="false">New Post: Update SP List using Sharepoint Destination List 20100303060506P</guid></item><item><title>New Post: Porting pkg on prod environment</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=200008</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes&amp;nbsp;- make the lists the same.&amp;nbsp; The problem is that you have different underlying list column names.&amp;nbsp; Generally this happens when you create a list in one environment, adjust the names, and then use Excel or something to create the list in the other environments.&lt;/p&gt;
&lt;p&gt;The way to make this smoother is to make your list, and when you are ready to go to other environments, you either make the columns the exact same way - or you export to excel and dump to the other environments INCLUDING The dev environment (as a new list).&amp;nbsp; Resync to the new list, and the other environments will adjust without warnings given.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:02:53 GMT</pubDate><guid isPermaLink="false">New Post: Porting pkg on prod environment 20100303060253P</guid></item><item><title>New Post: List Item's version history in the pipeline</title><link>http://sqlsrvintegrationsrv.codeplex.com/Thread/View.aspx?ThreadId=203437</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No, this is a whole different API which turns out is not row by row, but field by field -- which makes a generic querying more complicated.&lt;/p&gt;&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 03 Mar 2010 18:01:04 GMT</pubDate><guid isPermaLink="false">New Post: List Item's version history in the pipeline 20100303060104P</guid></item></channel></rss>