Viewing 15 posts - 436 through 450 (of 22,189 total)
Someone has to set the recovery model of the database. They don't change randomly. Now, if the full backup of a database was in a different recovery model than the...
May 8, 2023 at 1:25 pm
Well, I hope you both get a little refresh going. I'm feeling a bit more on it today after playing radio all day Saturday (Tour De Tulsa, bike rides and...
May 8, 2023 at 12:14 pm
Through SQL? No. It's a command line driven process. Powershell is how I would do it. Check out DBATools.
May 5, 2023 at 1:52 pm
Why not take a backup, transfer that, restore it? I'm lazy too.
May 4, 2023 at 1:19 pm
Just remember, Managed Instance is a SQL Server instance. The server aspects are gone, so no worries about that. However, all the internals are still there. So, database consistency, that's...
May 4, 2023 at 1:15 pm
I don't have an answer or even a guess. Hang on though. I'll see if I can get some help.
May 4, 2023 at 12:31 pm
What you're seeing there is the internal server name. It's not actually a database, but the VM on which your databases are running. I don't have all the internals access...
May 3, 2023 at 12:41 pm
Instead of quoting the column names - I would recommend changing the names to something else. For example:
plan_name instead of [Plan]
total_count instead of [Count]
total_amount_dollars instead of [Amount ($)]
Makes it...
May 2, 2023 at 12:07 pm
Are there constraints on the tables you're inserting to? I'm with everyone else, not enough information to make a single suggestion, not even a guess.
May 2, 2023 at 12:05 pm
So, I did a little experiment with ChatGPT. I'd strongly exercise caution using it.
April 10, 2023 at 2:57 pm
Also, all previous recordings from all previous Summits are on Youtube. Well, all Summits that had recordings available. I think it only goes back a few years to 2017.
April 10, 2023 at 1:05 pm
Be real, real cautious about using ChatGPT for any tuning advice. I was testing it out asking questions and it gets a lot of stuff badly wrong. I mean, very...
April 10, 2023 at 1:02 pm
Here's all the recordings from the 2021 virtual event. That'll give you some idea. Otherwise, I'd suggest using the Wayback Machine and seeing if that shows last year's...
April 10, 2023 at 12:53 pm
Several different things reset that information. It's part of why when someone says they're looking to remove unused indexes, I suggest caution when referencing that stuff as a way of...
April 6, 2023 at 10:58 am
Viewing 15 posts - 436 through 450 (of 22,189 total)