Viewing 15 posts - 1,396 through 1,410 (of 22,202 total)
BTW, you'll get a lot more attention by posting your stuff to a new question. The only people likely to respond to this are those of us who are following...
March 5, 2021 at 7:56 pm
You may have kind of outlined the issue. You truncated the data, which will empty the statistics automatically. The SELECT query runs after the truncate, but before the data load...
March 5, 2021 at 7:55 pm
You're past the edge of what Express is used for. I'd strongly advise you to upgrade to a paid version of SQL Server. You can take advantage of more and...
March 5, 2021 at 12:34 pm
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
Viewing 15 posts - 1,396 through 1,410 (of 22,202 total)