<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4762425244190648087.post2917078375360973702..comments</id><updated>2010-01-10T09:27:06.026+05:30</updated><category term='PIVOT'/><category term='Mahesh Dhola'/><category term='Data Flow Task'/><category term='Office 2010 features'/><category term='Derived Column'/><category term='Microsoft'/><category term='SQL'/><category term='For Each Loop Container'/><category term='Query Performance'/><category term='SQL Server'/><category term='Table Variable'/><category term='Compare Database'/><category term='sp_procoption'/><category term='Log'/><category term='Data Transformation'/><category term='SQL PASS'/><category term='Pinal Dave'/><category term='For Each Container Task'/><category term='BULK INSERT TASK'/><category term='Ahmedabad User Group'/><category term='SELECT'/><category term='Event Viewer'/><category term='COALESCE'/><category term='SQL SERVER 2008 R2'/><category term='SQLYoga'/><category term='Presentation'/><category term='OpenQuery'/><category term='Windows7 Features'/><category term='Row Count'/><category term='Tejas Shah'/><category term='CONTEXT_INFO'/><category term='SSIS'/><category term='ORDER BY'/><category term='ActiveX Task'/><category term='ASP .Net'/><category term='Report Viewer'/><category term='Executing queries'/><category term='sp_MSforeachtable'/><category term='SQL SERVER Reporting Service'/><category term='SQL SERVER CENTRAL'/><category term='Transfer SQL Jobs'/><category term='Report Credentials'/><category term='Import Excel file'/><category term='TRUNCATE'/><category term='SQL Server 2005'/><category term='XML'/><category term='EXISTS'/><category term='Auto Execute Stored Procedure'/><category term='Jacob Sebastian'/><category term='Activity Monitor'/><category term='OpenRowSet'/><category term='Comma Separated List'/><category term='Back up'/><category term='SSRS Reports'/><category term='TRANSACTION'/><category term='SQL DateTime'/><category term='Replicate'/><category term='SQL Services'/><category term='Iterate Each Table'/><category term='RDLC'/><category term='SQL Developer'/><category term='SQL Tips'/><category term='SSRS'/><category term='DELETE'/><category term='DotnetChaps'/><category term='DBA'/><category term='CommunityTechDays'/><category term='Harish Vaidyanathan'/><category term='Disaster Recovery'/><category term='T-SQL'/><category term='Cursor'/><category term='Database Mail'/><category term='SSIS Task'/><title type='text'>Comments on SQL Yoga: SQL SERVER SSIS: Basic Example Of Data Flow Task</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sqlyoga.com/feeds/2917078375360973702/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4762425244190648087/2917078375360973702/comments/default'/><link rel='alternate' type='text/html' href='http://sqlyoga.com/2009/10/sql-server-ssis-basic-example-of-data.html'/><author><name>Tejas Shah</name><uri>http://www.blogger.com/profile/04041260304854571049</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://3.bp.blogspot.com/_55yV6koEy_w/Spz2GL70cwI/AAAAAAAAJoA/FDMLzlPcp3A/S220/TejasSmallImage.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4762425244190648087.post-6931058597821663410</id><published>2010-01-10T06:17:23.807+05:30</published><updated>2010-01-10T06:17:23.807+05:30</updated><title type='text'>Hi,

Can you please tell how to import a CSV file ...</title><summary type='text'>Hi,&lt;br /&gt;&lt;br /&gt;Can you please tell how to import a CSV file which has column names in first row but one of the columns does not have any name?&lt;br /&gt;SSIS puts values from two columns with in one and gives a warning that flat file parser can not parse embedded quotes and the rows will fail at run.&lt;br /&gt;I have bunch of files like this and package needs to run daily.&lt;br /&gt;Is there a solution to this </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4762425244190648087/2917078375360973702/comments/default/6931058597821663410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4762425244190648087/2917078375360973702/comments/default/6931058597821663410'/><link rel='alternate' type='text/html' href='http://sqlyoga.com/2009/10/sql-server-ssis-basic-example-of-data.html?showComment=1263084443807#c6931058597821663410' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://sqlyoga.com/2009/10/sql-server-ssis-basic-example-of-data.html' ref='tag:blogger.com,1999:blog-4762425244190648087.post-2917078375360973702' source='http://www.blogger.com/feeds/4762425244190648087/posts/default/2917078375360973702' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-480219399'/></entry><entry><id>tag:blogger.com,1999:blog-4762425244190648087.post-8102054294867521864</id><published>2009-12-22T17:22:13.735+05:30</published><updated>2009-12-22T17:22:13.735+05:30</updated><title type='text'>I have a query in SSIS can you help me.
i have a T...</title><summary type='text'>I have a query in SSIS can you help me.&lt;br /&gt;i have a T-SQL query &lt;br /&gt;With&lt;br /&gt;&lt;br /&gt;DefectUnit AS(SELECT SerialNo,MAX(GUTCDateTime)as LastGUTCTime from GPSTrack group by SerialNO having convert(datetime,CURRENT_TIMESTAMP,101) &lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;MAX(convert(datetime,GUTCDateTime,101))&amp;gt;1)select SerialNo,LastGUTCTime from DefectUnit order by SerialNo ASC &lt;br /&gt;&lt;br /&gt;  &lt;br /&gt; i need to send a </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4762425244190648087/2917078375360973702/comments/default/8102054294867521864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4762425244190648087/2917078375360973702/comments/default/8102054294867521864'/><link rel='alternate' type='text/html' href='http://sqlyoga.com/2009/10/sql-server-ssis-basic-example-of-data.html?showComment=1261482733735#c8102054294867521864' title=''/><author><name>Rake</name><uri>http://www.blogger.com/profile/11242205589872635043</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://sqlyoga.com/2009/10/sql-server-ssis-basic-example-of-data.html' ref='tag:blogger.com,1999:blog-4762425244190648087.post-2917078375360973702' source='http://www.blogger.com/feeds/4762425244190648087/posts/default/2917078375360973702' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-19516095'/></entry></feed>
