Viewing 15 posts - 5,956 through 5,970 (of 13,874 total)
When I run the query using mulitple joins on Fact table and Dimension Table,
my Output would...
February 8, 2017 at 8:41 am
Can you 100% confirm that SSIS is the culprit, by setting up an ODBC connection using the exact same conn string & using it within Access or Excel to execute...
February 8, 2017 at 8:31 am
February 8, 2017 at 7:58 am
February 8, 2017 at 5:07 am
I have a table called temporary where it has 4 countries data information -- we have...
February 7, 2017 at 2:31 pm
February 7, 2017 at 12:52 pm
CREATE TABLE #test
(UID varchar(50),
DateTimeStamp timestamp
);
INSERT INTO #test 'DJeter@yanks.com', '2017-02-06...
February 7, 2017 at 11:28 am
I have this piece of code in script task when the package is running It will...
February 7, 2017 at 11:12 am
I posted this question earlier yesterday, but I don't think I asked the question...
February 7, 2017 at 11:00 am
February 7, 2017 at 8:41 am
February 6, 2017 at 1:30 pm
February 6, 2017 at 11:06 am
February 6, 2017 at 10:35 am
February 6, 2017 at 8:59 am
Viewing 15 posts - 5,956 through 5,970 (of 13,874 total)