Viewing 15 posts - 856 through 870 (of 39,520 total)
I hate rebrands/renames. I think it creates confusion and often doesn't make anything better. Either you execute well or you do not and people know that, regardless of name.
However, for...
August 1, 2023 at 4:08 pm
When in doubt, assume the columns exist and defaults are used. NULL is the default.
July 31, 2023 at 9:52 pm
My recent favorite, which let's me see where I've been
https://www.sqlservercentral.com/articles/using-power-bi-to-analyze-my-travels
Gathering the data has been a fun challenge as well, with me going through various feeds and things I've documented...
July 31, 2023 at 9:51 pm
Last update: Instructions in CVE-2023-21704 state that the update can be obtained through the February GDR update.
From MS engineering. I assume for your 2016 server there was a Feb GDR...
July 31, 2023 at 9:48 pm
OK, not as clean as you may like, but just saw this. Here's what I'd do:
$source="c:\fileloading" #location of starting directory
$destination="c:\filecopy"; #location where files will be copied to
$files="*dys_ihhist*"...
July 31, 2023 at 8:55 pm
Please don't cross post. Closing this one.
Answer here: https://www.sqlservercentral.com/forums/topic/when-running-stored-procedure-which-records-got-added-updated-deleted-2
July 31, 2023 at 8:21 pm
Ha, maybe you'll even get a subsidized license for that version from Dell, NetApp, or whoever your SAN vendor is if you system version everything. Add in Ledger tables and...
July 31, 2023 at 7:53 pm
You can also use the OUTPUT clause to return this information. If you want to know later, you have to store this information somewhere. This isn't tracked by SQL SErver...
July 31, 2023 at 6:57 pm
Great guess, aligns with where the Data Community Summit is likely to be. Or Ignite.
July 31, 2023 at 5:32 pm
Not sure that helps. I think debugging why SQL Agent won't start is likely the best case here. I don't quite know what's wrong, but I'd dig...
July 31, 2023 at 5:08 pm
We might disagree with what a large PR is. To me, a PR should include everything that is needed for a piece of work, or for a deployment. Could that...
July 31, 2023 at 2:50 pm
This is a scenario that causes me to lose sleep at night. I'm on a two-person team that's migrating all our source code out of an old, on-prem TFS...
July 28, 2023 at 2:32 pm
From another MVP, they want you to verify with the DLL that it's version 14.xx
Their advice is upgrade SQL Server if this vulnerability is an issue. I haven't heard from...
July 20, 2023 at 3:12 pm
Viewing 15 posts - 856 through 870 (of 39,520 total)