Viewing 15 posts - 1 through 15 (of 2,863 total)
I'd be hesitant to use floats personally. Main reason is that floats and reals are approximate values. See this link
PLUS if you are REALLY needing a NUMERIC(30,10), the CAST...
September 19, 2025 at 7:39 pm
We actually use DH2i for handling our HA/DR, but we are only hosting a few instances in that failover - roughly 30 across all of our servers - and it...
September 18, 2025 at 7:42 pm
I don't think this is a problem with "rounding" but a problem with "precision". SQL has complicated logic around precision. The below is taken from here
The...
September 18, 2025 at 5:49 pm
The EASIEST way to do it is to download and install a SQL monitoring solution that watches for database growth.
If that isn't an option, you'd need something in place that...
September 17, 2025 at 8:07 pm
Just my 2 cents but the example provided in the link I provided to me proves that NKTg₂ is irrelevant in that example. If you assume NKTg₂ is 0, you...
September 16, 2025 at 10:28 pm
My opinion - it is LIKELY related to the job not having access to the stored procedure, but the logs will be the best way to tell what went wrong.
If...
September 16, 2025 at 5:37 pm
Check the job history. That'll probably tell you what's wrong. BUT as a guess, does your SQL Agent service account have permission to run that SP?
I would recommend changing the...
September 11, 2025 at 4:31 pm
I'd also like to add that AI can also give bad advice. Before making ANY changes to the system, you should fully understand the advice being given. Like if AI...
September 11, 2025 at 4:27 pm
Lots of resources on dynamic SQL, but the basics of it are that you are storing your SQL TEXT in an NVARCHAR variable and then passing it to the stored...
September 8, 2025 at 5:46 pm
My opinion - The first and second query are not going to be changing much, if at all as there is no logic in them, so duplicating them across 2...
September 7, 2025 at 2:19 am
I would recommend you reach out to Plesk Obsidian. It could be that their installer changes the default config file for MySQL or possibly even passes the configuration straight through...
September 5, 2025 at 4:23 pm
Sounds to me like you are using the wrong version of VS to work with that DTSX. I would try an older version of VS. I wouldn't try to upgrade...
September 5, 2025 at 4:15 pm
Just to add to what MMartin1 said, branches are good to learn early on so you can try to avoid merge conflicts or code overwriting. Multiple people working on the...
September 5, 2025 at 4:07 pm
I know you say to forget my first thought, but restrict access. Give them access to a test environment with close to live data so they can play around. My...
September 5, 2025 at 4:02 pm
As a guess - did the person who installed SSMS install it using an admin account on the machine and install all of the components as "all user" not "current...
August 25, 2025 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 2,863 total)