Viewing 15 posts - 1,351 through 1,365 (of 39,538 total)
I've had to do this in the past for an app. Here's what I did:
April 25, 2022 at 5:16 pm
I think the key words there are performance. If we've improved performance with an OVER(), then yes, we ought to refactor older code. If we've changed from an IF statement...
April 25, 2022 at 5:10 pm
I get less concerned over the formatting of code. These days we have products like SQL Prompt and other tools that can reformat things as we need them. I do...
April 25, 2022 at 3:33 pm
Indeed. Part of what I wanted to convey is that you need to look at the problem and decide if it's a nail or screw.
I think most people get using...
April 22, 2022 at 4:33 pm
This is something where the question itself is kind of nonsensical, like what is better eating a steak or watching a good TV show. There might be some overlap...
April 20, 2022 at 3:22 pm
I prefer to use Powershell, and Invoke-DbaQuery from within my Powershell scripts for things that require T-SQL. The source of all scripts is then in my Powershell library, instead...
April 20, 2022 at 3:21 pm
Btreieve, wow, I remember that on Novell. Not a fan.
April 11, 2022 at 2:01 pm
Great advice. Similar to what I've heard from other sources
April 9, 2022 at 2:48 pm
Glad you liked it. I thought it was a good post on a topic that many of us spend minimal time thinking about.
April 8, 2022 at 3:27 pm
And as you can see, I replied under the test account, which I logged into with an email that is different from the user name
April 6, 2022 at 9:50 pm
FWIW, I wouldn't ever install SSMS 2014 or anything below the current SSMS v18, which works with all instances of SQL Server.
April 6, 2022 at 9:34 pm
What you are looking to do here is pivot the data. As noted above, we would prefer to see DDL that helps set up the problem. Use a small set...
April 6, 2022 at 9:07 pm
Viewing 15 posts - 1,351 through 1,365 (of 39,538 total)