Viewing 15 posts - 721 through 735 (of 2,912 total)
I am glad I could help. I also want to make a note, which is in my signature, but I want to make it very clear:
As with all advice you...
December 22, 2021 at 3:22 pm
I have not tested this, but I am 99.99999% confident you could create a temp table (CREATE TABLE #tmpTable(col1 datatype1, col2 datatype2, ...)) with the columns you expect then do...
December 22, 2021 at 3:17 pm
I don't think SQL will be able to rank those the way you wanted them. The reason why - if you are ordering it by "Rating", ID 8 has a...
December 22, 2021 at 3:14 pm
One thing to keep in mind is if you are using SSIS, you will want the SSMS version that matches the SSIS database version. For example, if you have SSIS...
December 21, 2021 at 2:59 pm
If that error pops up when opening SSMS, I would try doing an uninstall and reinstall. I would also check for free disk space and if you are on a...
December 20, 2021 at 9:19 pm
We still have Windows XP computers that are "critical" to the company due to similar things. In-house built software that is used for a product we are working to EOL...
December 20, 2021 at 9:14 pm
My HOPE is that your application is throwing an error. Since the application is known, you either have the source to it OR can contact the vendor to get them...
December 20, 2021 at 7:47 pm
To add to your patching notes, it also falls under how much planned downtime can you get. I have some systems that require maximum uptime and downtime on them is...
December 20, 2021 at 7:21 pm
To add to what Phil said, my understanding is that ADS (Azure Data Studio) is more of a "development" tool and SSMS is more of a "management and administration" tool.
Deploying...
December 20, 2021 at 7:13 pm
My opinion - VERY. In general, what you are going to be doing the most of in SQL is NOT going to be CPU heavy operations but memory and disk...
December 19, 2021 at 9:05 pm
I MAY be mistaken on this, but I think that an i9 is a desktop processor not a server processor. Generally, you would want to have SQL Server running on...
December 19, 2021 at 2:15 pm
Ah yes, that's much easier to read now, on my brand new 20-metre-wide screen.
You just need to make your font smaller if it doesn't fit 😛
BUT even if you...
December 17, 2021 at 2:46 pm
That is VERY hard to read and consume... But stripping out everything prior to the line of *'s, fixing a bad piece of formatting, and running it through a SQL...
December 17, 2021 at 2:39 pm
To add to what Phil is saying - I would try it out and see what happens. Basically, run your code and then either SELECT or PRINT @Where to see...
December 16, 2021 at 5:37 pm
Looks like you changed the post after ratbak replied?
What I would recommend is rather than executing the dynamic SQL, print it so you can see exactly what will be run...
December 16, 2021 at 5:36 pm
Viewing 15 posts - 721 through 735 (of 2,912 total)