Viewing 15 posts - 1 through 15 (of 157 total)
Thanks!
It seems our ETL Server is not on UTC time. Some deployed packages seem to be loading UTC and some Local after the morning ETL loads. Our DBA suspects its...
December 5, 2019 at 7:30 pm
Sorry Phil.
My questions are:
December 5, 2019 at 6:55 pm
I think you nailed it Drew! Thank you for both references.
November 22, 2017 at 11:32 am
Spoke too soon.
Looking at the result set:
Row 11 should have 'Y' since previous Temp was 'VENT'.
and
Row 22 should have 'Y' since previous Temp was 'VENT'.
November 22, 2017 at 10:22 am
Jason! This worked perfectly! Thanks so much!
June 16, 2015 at 1:34 pm
Interesting. Server time is UTC +1. Just noticed that. Africa?
May 28, 2015 at 8:48 pm
Jack Corbett (5/8/2015)
Vertigo44 (5/7/2015)
1, 366834292, 333040947, 8
2, 366834292, 333054601, 2
3, 367096281, 333293527, 2
4, 367096281, 333282008, 8
5, 368005352, 111111111, 2
6, 369005341, 111111100, 8
I need from this subquery...
May 8, 2015 at 6:52 am
pietlinden (5/7/2015)
CREATE TABLE t1 (
n INT PRIMARY KEY,
note_ID INT,
Note_Serial_Num INT,
NoteStatus TINYINT);
INSERT INTO t1...
May 8, 2015 at 6:51 am
5 was just a made up number. I actually need all columns up until the last two in the after file. Thanks for your help on this!
March 24, 2015 at 8:33 pm
Hi Jeff,
See attached. I only included the file headers in the file as I think that's all your really need to see what is taking place. If the FF connection...
March 24, 2015 at 1:55 pm
Yes, I just stepped into this environment not too long ago but apparently this has been happening with the vendor for over 2 years now. Its been brought up but...
March 24, 2015 at 11:16 am
Oh yes that might have been helpful!
So we have 5 columns that we will always want from that file. That is fixed. However as you know if the flat file...
March 23, 2015 at 4:18 pm
Sorry Phil. No.
I found a possible solution to dynamic flat file columns using...
and a script task component. I am going to try to implement it and see if...
March 23, 2015 at 1:37 pm
I would like to get started with these...
DML:
http://www.sqlservercentral.com/stairway/75773/
Advanced T-SQL:
http://www.sqlservercentral.com/stairway/104497/
The only thing I could not determine is which version of SQL Server Express I should install and...
July 28, 2014 at 9:43 am
Viewing 15 posts - 1 through 15 (of 157 total)