Viewing 15 posts - 16 through 30 (of 30 total)
Hi Bob and Wayne
Thanks for the suggestions.I will definitely keep in mind on how to post the questions with proper data and code and will use this approach in future.I...
September 6, 2009 at 12:53 pm
Thanks Lutz,i apologise i had to do this on sunday.I was so desperate about resolving query i have tried for few days but couldn't combine two queries ,i tried "between"...
September 6, 2009 at 12:46 pm
Hi,
Thanks for the reply and i appreciate help on this . Its a hourly base booking.
The following is the data table structure without any index on it
bookingid,username,startdate,enddate
startdate...
September 6, 2009 at 5:59 am
Hi,
Sorry missed this
SELECT * FROM Table WHEREStartDate NOT LIKE '[0-3][0-9]/[0-1][0-9]/[0-9][0-9][0-9][0-9]'
The above returned the records
Thanks for the help
September 1, 2009 at 4:33 am
Hi,
Thanks for the reply, when i run the below
SELECT * FROM Table WHERE ISDATE(StartDate = 0
i dont get any records returned.So i think table has valid datetime's
and also...
September 1, 2009 at 4:30 am
Hi,
Thanks for the reply,every file has different schema, some of them straight way work and some them break
current datatype of columns is set DT_STR with a length of 250
I...
August 31, 2009 at 5:55 am
Hi,
Sorry for sequence of ?'s
I can dynamically map the flat file source value to the variable value but i get metadata error when i run it
[Flat File...
August 31, 2009 at 12:27 am
Hi there,
I tried derived column and that worked,thanks very much.i would like to set the flatfile source which is to a dynamic file which has a value of foreach iteration...
August 31, 2009 at 12:00 am
Hi,
Please disregard above post .Actually this worked for me by setting
delayvalidation=true;
Thanks
August 29, 2009 at 3:54 am
Hi All,
I resolved the issue by encrypting the package with the password and by providing the same password to decrypt in sql server at Job step properties-command line level
Thanks...
August 19, 2009 at 8:57 pm
Hi,
when i run under msdb,integration services the package works but when i run same thing under sql server it doesnt work any idea
Please suggest me on how
Thanks
July 7, 2009 at 1:16 am
Hi,
You gave me hint,and thanks for the reply everything is soughted now
Thanks
July 3, 2009 at 9:39 am
Thanks for the reply,
I went and checked manually in destination folder,the file transfer is complete with in 15mins.I comparing sizes i assume that file transfer is complete(but the file size...
July 3, 2009 at 4:19 am
Viewing 15 posts - 16 through 30 (of 30 total)