Viewing 15 posts - 2,011 through 2,025 (of 7,187 total)
Note that the BETWEEN operator includes both the upper and lower bound and therefore 5 is captured in both the 10 and 20 ranges. Because of the way the CASE...
January 16, 2017 at 3:51 am
January 16, 2017 at 2:58 am
We have a database with multiple schema and I am trying to...
January 16, 2017 at 2:31 am
I feel for you, having to complete an exercise that isn't written in coherent sentences. Goodness knows how you're supposed to understand what is required. Putting that aside, though, do...
January 16, 2017 at 2:23 am
Use the DATEDIFF function to get the number of years, then use DATEADD to add that to the acquisition date, then use the DATEDIFF function again to get the number...
January 16, 2017 at 2:13 am
EwanAC - Friday, January 13, 2017 9:33 AMNo problem, are there any issues with permissions with windows and SSIS that you know of?
Not...
January 13, 2017 at 9:38 am
January 13, 2017 at 9:31 am
January 13, 2017 at 9:15 am
Here's some benefits I can see:
(1) If you want to install client tools on a server (which I think is a bad idea), you have to make a conscious...
January 13, 2017 at 7:26 am
Well, you decide whether you want to call it a requirement or an enhancement! But yes, from 2016 SSMS is no longer bundled in the server product, but instead is...
January 13, 2017 at 7:03 am
PowerShell might be a good way to go here. You can use the Invoke-SQL (I think that's what it's called) cmdlet and then pipe the results to the Format-Table cmdlet,...
January 13, 2017 at 5:33 am
The splitter function is indeed a table-valued function, but that doesn't mean you have to use the results in a table. You can use it in a view if you...
January 13, 2017 at 4:45 am
This will work, but I suspect it's not what you're looking for. So are you going to share the business rules with us, or wait for us to get bored...
January 13, 2017 at 3:12 am
You just need a splitter function. Take a look at this.
John
January 13, 2017 at 3:08 am
January 13, 2017 at 3:01 am
Viewing 15 posts - 2,011 through 2,025 (of 7,187 total)