Viewing 15 posts - 16 through 30 (of 926 total)
Your response wasn't very clear this time around too. Having said that i have tried to answers with my best guess.
Question 1. How...
November 17, 2017 at 3:30 am
November 16, 2017 at 11:23 pm
You need to cast your integer values to string in order to achieve this.For loop will increment your integer number but not really sure what you want to achieve through...
November 16, 2017 at 12:49 am
November 16, 2017 at 12:42 am
November 7, 2017 at 12:44 am
Well, I assume all Database have set to Recovery model 'Full' and you don't take periodic Transaction Log file backup. It is necessary to take transaction log backup so that...
November 6, 2017 at 11:10 pm
Well, this can be achieved through dynamic sql. All you need to do it to construct the select CASE portion of the query with dynamic column list you have in...
October 30, 2017 at 1:26 am
Nice question Steve. Thanks for being easy on start of the week 🙂
October 30, 2017 at 1:16 am
There are few ways to get the desired output. You can look at this one.
Note: Aded an 'ID' column (Identity) in the result table to ensure order by and...
October 30, 2017 at 1:12 am
For the query you shared you need to do the following:
1. You need to remove the "EndTime" column from your Group by Clause.
2. Remove the Distinct Key word...
October 27, 2017 at 4:48 am
October 10, 2017 at 2:01 am
October 10, 2017 at 1:11 am
1. First you need to make sure WinSCPnet.dll to Global Assembly Cache (GAC). For SSIS you need to register your WinSCPnet.dll to Global Assembly Cache (GAC).
2. to download file from...
October 10, 2017 at 1:00 am
October 10, 2017 at 12:00 am
Viewing 15 posts - 16 through 30 (of 926 total)