Viewing 13 posts - 211 through 223 (of 223 total)
Thanks John,
An example of a row in the csv file:
"ABERDEEN FUND MANAGERS LTD","B","VOD.L","19 NOV 2008","1.249547","ABERD9001","GM","586.85","-390644.32","313100","GBP","B16GWD5"
So the error related to the Date field '19 NOV 2008' the colum is set...
November 20, 2008 at 3:12 am
Thanks again, question:
How do I pull it into SSMS and debug it?
Please see screen shot
November 7, 2008 at 7:43 am
Ok thanks for the prompt reply's!!
I am a total newbe to SSIS & DTS so im going to ask you some realy bumb questions now:
1. Where do I dind the...
November 7, 2008 at 6:58 am
Ok so I have editied the package, it now seems to be erroring:
SSIS package "Package.dtsx" starting.
Error: 0xC002F210 at Execute procImportAllFiles UPDATE AND APPEND DATA, Execute SQL Task: Executing the query...
November 7, 2008 at 6:43 am
Thanks for the clear info.
The BAT file:
dtsrun /Slocalql23\book /Usa /Peastcoat /N"Import" > e:\bookFTP\dtsftpscheduleV2.log
no referance to send email in BAT file.
Did you mean in the SSIS(DTS) package?
November 7, 2008 at 6:27 am
Thanks, I only have something like 700rows of data so it run quick for me!
Thanks again!
September 23, 2008 at 4:17 am
Thanks, so for the following returned data:
SELECT *
FROM tblPandL
WHERE Currency not like 'GBP'
AND Currency not like 'ZAR'
AND Date >= '04/08/08'
order by date desc
I want to run the power...
September 23, 2008 at 4:07 am
Thanks
AND d2.trade_date BETWEEN getdate() -730 AND getdate()
worked fine
September 18, 2008 at 3:48 am
Thanks, that cleared it up abit.
I'll try this and see how it goes!
Thanks again all
August 18, 2008 at 5:31 am
Would it just be easier to take the DB 'Off line', copy the MDF and LDF files which I need then bring the DB 'Back Online'?
Would this allow me to...
August 18, 2008 at 2:21 am
Thanks thats was a good article.
But, they are talking about transferring logibs from two servers BOTH running SQL Server 2005.
I have one server running SQL Server 2000 & one server...
August 16, 2008 at 4:23 am
Viewing 13 posts - 211 through 223 (of 223 total)