Viewing 15 posts - 9,931 through 9,945 (of 13,879 total)
That's a neat technique, thanks for posting.
Quite a common requirement seems to be reading the first n characters, or the first row, of a text file to determine its type/layout...
May 9, 2013 at 1:14 am
I've just checked your solution - the data flow starts by using a Script Component to check the file type - and every single row of every file will go...
May 8, 2013 at 8:32 am
nareshmsbi13 (5/8/2013)
Hw to import or export system varibles into an xml or csv file ,if any one tell me if it is possible or not in the package level
Yes it's...
May 8, 2013 at 3:25 am
nareshmsbi13 (5/8/2013)
hw to view the packege execution stups , if we are not using the visual studio,can some one tell me r8 way to this soluction earlier
Not easily.
You could try...
May 8, 2013 at 3:22 am
FileFoundException (5/7/2013)
Title is misleading, I think. PDF is generated using .NET CLR not SQL.
It was the use of the word 'rendering' that puzzled me - I think that 'generating' is...
May 8, 2013 at 3:20 am
dawnbrown243 (5/7/2013)
May 8, 2013 at 1:11 am
visu.cts2012 (5/8/2013)
May 8, 2013 at 12:53 am
dg227 (5/7/2013)
May 7, 2013 at 7:53 am
This is probably what you meant by "I can program the loading process in another way, I know." but to remove most of the doubt I like to code extracts...
May 7, 2013 at 5:58 am
SteveEClarke (5/7/2013)
Have a sandwich .... have a drink .... come back ....
Only to...
May 7, 2013 at 5:47 am
OK - forgot about that. But at least you can change the date bit. The error message suggests that that is where your problem is occurring.
May 7, 2013 at 5:34 am
SteveEClarke (5/7/2013)
I am trying to acheive two fields, one with a DATE in and the second with a TIME in, for an audit log.
That's what my code does.
May 7, 2013 at 5:25 am
Why not avoid the datatype conversions completely?
declare @Today date
declare @NowTime time
select @Today = getdate()
,@NowTime = getdate()
select @Today
...
May 7, 2013 at 5:19 am
manibad (5/6/2013)
sgmunson (5/6/2013)
May 6, 2013 at 11:15 pm
pmcquirk 96901 (5/6/2013)
May 6, 2013 at 11:10 pm
Viewing 15 posts - 9,931 through 9,945 (of 13,879 total)