Viewing 15 posts - 1 through 15 (of 65 total)
Hi,
I have amended the code and verified it executed without errors. Yes, I will agree the column name conventions are not appropriate.
CREATE TABLE #table1
(table1id INT IDENTITY(1, 1),
name VARCHAR(40),
department VARCHAR(30),
city VARCHAR(30),
modifieddate...
April 28, 2020 at 6:39 am
Hi John,
The Multiple Join condition returns multiple lines from #table1 for each #Table2. Currently I am using these two joins query separately, because I can using RowNumber to eliminate multiple...
April 24, 2020 at 12:16 pm
Hi,
@scottpletcher, @Grant Fritchey: I am really glad for your messages, I have figured it out how to handle this scenario as follows
CREATE TABLE #TableA (Type int, Col1 int,...
January 16, 2020 at 4:20 pm
Hi,
My apologies for duplicate post, Initially I have posted this thread in 2019, then I have realized it might be in-appropriate to post in 2019 forum when I am working...
January 16, 2020 at 2:37 pm
March 11, 2019 at 2:38 am
;WITH cte as March 11, 2019 at 2:35 am
October 31, 2017 at 5:17 am
Hi
I am glad for your message, Being a newbie in SSIS, I am avoiding Script task for two reason, I don't know script and in my office laptap...
October 30, 2017 at 5:59 pm
July 26, 2017 at 5:34 pm
July 19, 2017 at 7:45 am
Luis Cazares - Wednesday, July 19, 2017 6:35 AMWill you have gaps in your Id column?
Hi,
I am glad for your reply, yes...
July 19, 2017 at 6:59 am
Thom A - Wednesday, July 19, 2017 4:01 AMUse BETWEEN:WHERE Id BETWEEN 1 AND 5;
Hi,
I am glad for your reply,...
July 19, 2017 at 4:18 am
July 17, 2017 at 6:46 am
July 17, 2017 at 4:17 am
Viewing 15 posts - 1 through 15 (of 65 total)