Viewing 15 posts - 16 through 30 (of 54 total)
January 20, 2018 at 1:15 am
You can try below lines of code. I hope that it will work.;WITH CTE_Main AS (
SELECT
Customer,
TranID,
TranDate,
Reason,
TranStatus,
LEAD(Reason) OVER (partition...
January 19, 2018 at 6:28 am
For more detail, you can go throught following link:
https://technet.microsoft.com/en-us/library/ms176029(v=sql.105).aspx
December 29, 2017 at 4:46 am
First,...
October 26, 2017 at 9:49 am
October 26, 2017 at 9:38 am
September 13, 2017 at 12:19 am
September 11, 2017 at 11:39 pm
Is it possible there to create linked servers there and using that to connect both db(s) residing in different instances?
September 11, 2017 at 11:28 pm
September 11, 2017 at 1:25 am
So, following is what is the nutshell of our discussion:
1. Whenever, we code execute commands in SSMS. It doesn't matter what user option is selected in default connections...
August 16, 2017 at 11:45 pm
Thanks Gail. Makes sense. But why default connection options are available to choose for?
August 16, 2017 at 5:32 am
August 14, 2017 at 8:01 pm
Viewing 15 posts - 16 through 30 (of 54 total)