Viewing 15 posts - 706 through 720 (of 2,356 total)
This is not an uncommon issue with a search procedure. The fact that you are getting good performance most of the time is great.
As a first step, I would attempt...
September 15, 2021 at 2:28 pm
Break it into smaller pieces. Do the tables, procs, functions, etc.
September 10, 2021 at 3:55 pm
Depending upon how much data you are saving, it may be faster/easier to select what you want to keep into a new table. Drop the PK, FK and indexes on...
September 10, 2021 at 3:37 pm
BTW: Jeff is of course our SSIS expert 😉
Define "Expert"
September 7, 2021 at 5:59 pm
How are the backups set up in the AG confiratiopn?
This setting overrides that
OverrideBackupPreference
Override the backup preference for availability groups. This option only applies to copy-only full backups and regular transaction...
September 2, 2021 at 3:41 pm
This is a great resource on Extended Events
https://www.sqlservercentral.com/stairways/stairway-to-sql-server-extended-events
September 2, 2021 at 3:38 pm
Hello, I am attempting to create a SQL Server Distributed Availability Group in my Azure EC3 environment. When I attempt to alter my Distributed AG on AG2 using the...
September 2, 2021 at 3:33 pm
If there is a large amount of free space, I would shrink it incrementally in smaller chunks.
September 1, 2021 at 1:17 pm
The Stairway series on this site is also a very good learning resource
https://www.sqlservercentral.com/stairways/stairway-to-sql-server-security
September 1, 2021 at 1:15 pm
August 31, 2021 at 6:03 pm
Ok,
No. Neither one of you are even close.
Yes. I can go there as per the screenshot.
I don't see anything significant there. Its just couple of...
August 31, 2021 at 12:08 pm
Setting a default database is not permissions. It just tells SQL which database to set the initial connection for that user.
Correct. But if you won’t or can’t change the...
August 30, 2021 at 4:00 pm
One is to change the options of how the user connects,User will use Windows Authentication login in SSMS. No change here.
What are the DEFAULT options when...
August 30, 2021 at 3:36 pm
So, my personal and heartfelt request as a member of "the community that was", I'd love it if you and JLS (another recent revisitor) and a...
August 30, 2021 at 2:46 pm
Viewing 15 posts - 706 through 720 (of 2,356 total)