Viewing 15 posts - 16 through 30 (of 541 total)
It appears you have two different sets of information shoe-horned into the same table. Maybe the information was derived from base tables which are more straightforward to query? How...
February 26, 2020 at 3:13 pm
You're not going to want to use a Flat File Source for this. You're going to (very likely) want a Script Component, and will need to write your own...
February 25, 2020 at 10:20 am
How do you know when one data set begins and another ends? Is the first line always a different dataset to the rest, or could you have something that...
February 25, 2020 at 9:54 am
Thanks John.
I forgot to mention that this SSIS job failure is intermittent and does not occur on a regular basis.
I have tried logging to a text file but it wasnt...
October 11, 2019 at 12:11 pm
The Netezza syntax is okay and equivalent of SQL server but I think I am not using it correctly in the SP.
The error I am getting is - ERROR: syntax...
September 27, 2019 at 10:21 am
You'll need to add the value of the variable first as a column, using a Derived Column Transformation (Like I showed in your other topic). Then, instead of...
June 18, 2019 at 11:13 am
Thanks very much, it helped immensely !
June 8, 2019 at 12:52 pm
Hi,
Thanks.
The file format will always remain the same with the same length. Also, the dates will always be positioned at the end.
I am using VS2010 with SQL Server 2012. Thanks.
June 6, 2019 at 10:07 am
Hi,
Please find the DDL and sample data below.
CREATE TABLE TABLE1
(
ID INT,
WEEK_NUMBER VARCHAR(10),
AUTHOR NVARCHAR(255),
COMMENTS NVARCHAR(500)
)
INSERT INTO TABLE1
VALUES('1','201905','ABC','')
INSERT...
March 22, 2019 at 6:26 am
November 19, 2018 at 5:42 am
November 15, 2018 at 7:00 am
October 31, 2018 at 7:55 am
Phil Parkin - Monday, October 22, 2018 5:54 AMThis is the same number, formatted as Scientific (left) and General (right).
Thanks...
October 22, 2018 at 6:48 am
Viewing 15 posts - 16 through 30 (of 541 total)