Viewing 15 posts - 31 through 45 (of 174 total)
If you are concerned with the number of VLFs a database has as too many, we handle that by setting up a job which counts the number of VLFs per...
September 18, 2017 at 8:04 am
You may be able to follow some of these steps. Based on your comments, each step may or may not apply depending on if the disk was ever properly presented to...
September 18, 2017 at 7:47 am
Just to add, as far as changing database owners, one thing we noticed when we changed the owner of the databases to 'sa', the previous owner which was removed as...
September 13, 2017 at 12:08 pm
This is another "depends" question. Is each instance treated as equally important? Are the database sizes and expected I/O comparable for each instance? How critical is the application whose back-end database...
September 11, 2017 at 2:08 pm
Pretty sure you will need to remove the databases from the AG, and then re-add them back which will require database restores with no recovery as you know which is where the new transaction...
September 6, 2017 at 11:30 am
There are a good bit of articles out there which state that for Synchronous Always-On, the server is likely to take a performance hit due to the confirmation it requires for commits,...
August 30, 2017 at 6:43 am
Hi, no, each named instance will need to have its own static reserved IP address. The Sql Server Network Name, which you will complete during the Sql Server failover Cluster installation will...
August 29, 2017 at 8:40 am
The reason we both mentioned AG failover is because your configuration sounded like you had both FCIs (Failover Clustered Instances) and AGs (Availability Groups) in which case you would want to...
August 22, 2017 at 1:18 pm
I would probably approach this task similarly. The key is always ensuring that NO instances or Ags are running on the node you are upgrading until after it is upgraded.
August 18, 2017 at 9:26 am
Some experts say that the log file for tempdb should be twice the size of a single data file and to set the log file auto-growth to a hard value...
August 14, 2017 at 10:26 am
Just to add - with TDE enabled you cannot exercise Instant File Initialization for Sql Server which has been proven to speed up the creation of databases (files in windows) (for...
May 23, 2017 at 9:07 am
Without going into too much detail on this, if you are referring to Sql Server Replication, for example, transactional or merge, etc., replication occurs at the field(s) level for the database...
May 22, 2017 at 12:39 pm
Try removing the (all) quotes around the file name and path in the @file_attachments and retry.
May 17, 2017 at 8:55 am
These queries should tell you -
select cpu_count
May 16, 2017 at 9:52 am
Viewing 15 posts - 31 through 45 (of 174 total)