Viewing 15 posts - 1,381 through 1,395 (of 22,184 total)
I'm going to agree with Jeffrey here. I think you would need to tear down the existing AG before you can create a new AG, especially using the same name.
March 5, 2021 at 12:27 pm
Open Microsoft SQL Management Studio on the Source server. Log in to your SQL server. Expand the server and as well as Databases. Right click on the name of your database and go to Tasks...
March 5, 2021 at 12:26 pm
Oh crud. Sorry. I totally missed that this was a managed instance. I actually have never set up Extended Events on MI. I've done it multiple times on Azure SQL...
February 26, 2021 at 6:39 pm
Just be careful what you use the Developers Edition for. If the databases on your SQL Express system are production databases in any way, shape, or form, it's a...
February 26, 2021 at 1:01 pm
The service account that SQL Server is running under must have access to the folder where you expect the Extended Event session to write to. It's nothing about creating the...
February 26, 2021 at 12:58 pm
So, you want to return a list of procedures that are SELECT queries with result sets, but not INSERT, UPDATE, DELETE queries?
Honestly, I'm not sure how I'd go about doing...
February 26, 2021 at 12:55 pm
I'd suggest reading the Stairways series here on SQL Server Central. The introduction to T-SQL stairway has a lesson plan on GROUP BY. Scattered throughout the second...
February 18, 2021 at 1:44 pm
If you set the parameters yourself, as Jeff is suggesting, then you don't have to worry about simple parameterization or forced parameterization (either of which is what you're hitting). That's...
February 16, 2021 at 2:05 pm
No arguments here. Just as many business are hybrid when it comes to the cloud, many are hosting multiple data platforms. I've been learning (relearning to a degree) some Oracle...
February 16, 2021 at 2:02 pm
Call me anything you want, just not late for dinner.
The job of administering databases was radically different in 1995 than it is today. Technology has shifted radically.
Yet, there's still a...
February 16, 2021 at 1:53 pm
You can set up Availability Groups and other HA solutions using Azure (or AWS, GCP) as the secondary. I haven't had to do it myself in years & years, so...
February 12, 2021 at 1:20 pm
When they say "pages" are they actually thinking about something like a Yabingle search result? Get the first 25 "pages" could mean the first set of results and the last...
February 12, 2021 at 1:17 pm
You're looking at it. SQL Server Central has simply tons and tons of articles and instructions on how to work with SQL Server. I'd suggest the Stairways series as a...
February 12, 2021 at 1:14 pm
Troubleshooting query performance is an enormous topic. In fact, if you look down in my signature line, I have two books on it. One is nearly 1,000 pages long. The...
February 12, 2021 at 1:12 pm
Viewing 15 posts - 1,381 through 1,395 (of 22,184 total)