Viewing 15 posts - 61 through 75 (of 115 total)
I am getting the same error but for a different reason. below as I google has solved that error message for some.
You may be able to solve this issue...
September 29, 2009 at 9:02 am
I would appreciate greatly to know atleast were the package installl wizard is located if know one has had this error with the XML
thanks
September 24, 2009 at 12:26 pm
Thanks u all for your steps and encouragement!
September 11, 2009 at 9:03 am
Thanks, I will try that. So its not me, its SSIS.
so as a whole, do SSIS users like SSIS ?
I want to think so, I am excited to master it...
September 10, 2009 at 4:03 pm
Ok, to clear things up, it is looking and sounding more like a paramterized report to me too after he had me name the to parameters @dtReportingBegin and @dtReportingEnd. But,...
September 6, 2009 at 8:48 am
Well, I printed and followed your instructions and the steps are in sync., thanks!
I copied and pasted the dates from your link and tested them out and tweeked 1 of...
September 4, 2009 at 12:08 pm
Thanks you very much, He, i can't believe it, said take some time to work on figuring this out. I am astonished.!
I am looking into to your suggestion.
September 4, 2009 at 9:24 am
Yes
August 17, 2009 at 10:41 am
Thanks so much for you answer!
On part 1: I may have used the wrong terminolgy,so I will say it differently.
its 1 xls file with 3 tab (representing the 3...
July 27, 2009 at 2:39 pm
1. Should my cursor bring back 1 result set per record? is that what it should be doing.attatched is a pick of reuslts
2. i am getting a divide by 0...
July 27, 2009 at 5:39 am
FOR UPDATE --Problem was that even though i am just selecting,needed update there for some reason before the
OPEN Crs_DelosCatSkinner line.
it is counter intuitive if i am using the corsor...
July 23, 2009 at 2:08 pm
just a syntax thing so i left out the meat and just left the bones:
DECLARE Crs_DelosCatSkinner CURSOR
FOR
SELECT
--how to handle in cursor-- '????' AS Program_ID,
A.CertificateNrClean AS Policy_Number
FROM dbo.vwApplication AS...
July 23, 2009 at 1:45 pm
sorry , it was there I just did not past it.
I looks like this
DECLARE Crs_DelosCatSkinner CURSOR
FOR
SELECT
--how to handle in cursor-- '????' AS Program_ID,
A.CertificateNrClean AS Policy_Number,
--how to handle in...
July 23, 2009 at 1:27 pm
error Msg. 'Missing keyword near select' -I asume its the second select, tried with a semi colon after the from , i tried to use a table Alias and not...
July 23, 2009 at 12:44 pm
Lynn, haha!! u r excatly write , he is old school and keeps wishing we could still use COBOL. u hit that on the mark! Once i get this I...
July 23, 2009 at 10:38 am
Viewing 15 posts - 61 through 75 (of 115 total)