Viewing 2 posts - 1 through 2 (of 2 total)
Hi, I am new to SSIS. I need to pull data from EDW.
can you please tell me which connection manger (OLEDB or ADO.NET ...)do we need to use to connect...
July 25, 2011 at 2:40 pm
#1358152
Hi, you have posted below string:
sqlcmd -Sservername -d myDB -E -Q "select col1, col2, col3 from SomeTable" -o "MyData.csv" -h-1 -s"," -w 700
In the above string you are deviding data...
April 6, 2010 at 1:06 pm
#1146737