Viewing 15 posts - 1 through 15 (of 457 total)
Thank you, that looks worth considering, although migrating the entire setup to Azure is much more work than I had hoped for just a (seemingly) simple authentication problem. And I...
March 14, 2025 at 12:37 pm
Thank you, that looks promising. Unfortunately, I cannot do this myself - I have to rely on the IT department, and they are not exactly enamored of my database. They...
March 12, 2025 at 11:27 pm
My usual method is as follows:
Exhaust every possible avenue of research.
Triple-check everything to ensure I am correct and won't look silly if I have to post a question somewhere.
Repeat...
December 2, 2024 at 7:41 pm
I had a heck of a time getting FileTables to work. There are four different places that require setting up a special name or alias, and NONE of the documentation...
December 2, 2024 at 7:36 am
PowerShell arrays are 0-based. We have 10 elements, so the index goes from 0 to 9. The assignment was $numbers = @(1,2,3,4,5,6,7,8,9,10). So $numbers[0] = 1, $numbers[1] = 2,...
December 23, 2023 at 1:42 pm
I don't get it. If you set element 4 to Null, why is it that number 5 vanishes from the array?
December 22, 2023 at 3:31 pm
so.. the plan you supplied does not have the MAD percentages / row counts - but it does show, very clearly in my opinion, the issues you have.
Really? It...
November 2, 2023 at 11:06 am
those "mad" numbers show up frequently in certain plans - they should be ignored.
most of the times if you get a ACTUAL explain plan those numbers will be correct...
November 2, 2023 at 7:49 am
And, I think it was mentioned earlier, but any chance you have "autoclose" or "autoshrink" turned on? I doubt that autoshrink would cause this issue, but I could see...
September 7, 2023 at 4:21 pm
And your backup process is done outside of SQL? Is there a reason you don't use the SQL Agent to schedule the jobs? I mean, nothing against doing it...
September 7, 2023 at 3:57 pm
That sounds like it may be a bug in SSMS then... but oof... using the edit GUI in SSMS? I find that to be clunky and painful to work...
September 7, 2023 at 3:48 pm
As another random thought - Are you seeing any pattern to when it blanks out? Like is it good at 8:02 but by 8:15 it is blank? If so,...
September 7, 2023 at 2:58 pm
OK, I finally found notes on the sys view I was trying to remember:
sys.dm_db_file_space_usage
This time, that should (actually) help you determine what you need to know (you would...
September 7, 2023 at 11:34 am
Even weirder. I just made some manual changes, in a table that I confirmed has a primary key. Initially, it showed a change in only one of the tables, from...
September 7, 2023 at 11:30 am
Just thought of a small scenario that MAY not impact you, but thought I'd toss this in here too - do you have any heaps? The reason I ask...
September 6, 2023 at 7:53 pm
Viewing 15 posts - 1 through 15 (of 457 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy