Viewing 15 posts - 151 through 165 (of 284 total)
Please see the pacakge hierachy. Let me know if i can cahnge anything with copying? As the move file should be locked but copying of file should work fine. I...
August 25, 2016 at 9:23 am
In excel connection manager : Retain same connection manager : true.
August 24, 2016 at 10:17 pm
Mine are xlsb files and they require retain same connection , as i am trying to load 2 xlsb files in foreach loop ...each file load process has sequence...
August 24, 2016 at 5:01 pm
It runs fine with all the SQL agent owner when i diable to task which copies the file to a archive folder. This can be done in Dev enviornment...
August 24, 2016 at 3:14 pm
Hi Phil,
Thank you for your quick reply. I tried the sql agent permissions and it ran perfectly. I was banging my head from morning to fix this issue.
August 24, 2016 at 2:20 pm
Thanks Phil for replying. It works.
August 22, 2016 at 9:11 am
Did you find any solution, as i am running into same error.
August 17, 2016 at 4:24 pm
Can you be more precise...i did not know exactly where you changed?
August 16, 2016 at 1:54 pm
I tried the same...but no use. it still appends 0's for hh:mm:ss. 2016-07-18 00:00:00
I don't need 0's appended at last.
August 10, 2016 at 10:00 am
here is the ccolumn date output in text file :2016-07-05 02:38:52.1900000 +00:00
The column from table is of type datetimeoffset
truncation of timezone apprears in tsql but not when loaded to...
July 28, 2016 at 9:11 am
I used Convert(varchar(19) , [Date] ,120 )
still i get the same in text file with datetimeoffset
July 27, 2016 at 3:50 pm
My query column coversion to varchar :
CONVERT(varchar(19),[Date],0) =2016-07-05 02:38:52
Before conversion date column value in table: 2016-07-05 02:38:52.1900000 -04:00
Since there is change in flat file columns, i changed datatype on...
July 27, 2016 at 3:25 pm
I wanted to delete this post in this section but could not. So, cross posted in correct section.
July 25, 2016 at 2:33 pm
if i remove the colons i get this format:
2016721 102358 but requirment is to have hh:mm:ss
July 21, 2016 at 9:24 am
Viewing 15 posts - 151 through 165 (of 284 total)