Viewing 9 posts - 1 through 9 (of 9 total)
Hello Edward,
In the stored procedures you have used as an example you have two queries. One to retrieve all the records and one to retrieve a single record....
July 2, 2018 at 6:09 am
How long is your backup retention time? If your backup retention time is expired than it's no longer an issue. So it's only temporary a problem. How long do you...
December 20, 2015 at 4:10 am
I could think of one way, but I wouldn't recommend it. Create snapshot of your database immediately after your full backup. Look at the file size using compact.exe. For example:
compact.exe...
December 19, 2015 at 5:50 pm
Just checking. Is your cluster set up correctly? Is SQL Server installed in cluster mode or SQL Server installed normally? Is SQL Server added to the second node?
Is MSDTC set...
December 19, 2015 at 4:34 pm
You can avoid using sp_change_users_login by transferring the logins one time using sp_help_revlogin (see https://support.microsoft.com/en-us/kb/918992)
You can also use the Use the Copy Database Wizard to copy the databases...
December 19, 2015 at 4:30 pm
Dougieson (12/18/2015)
Perry Whittle (12/16/2015)
Dougieson (12/14/2015)
My mistake, I was thinking about Failover Cluster Instances >.<You can configure a Two Node environment with Standard
This has been possible since sql server...
December 19, 2015 at 4:09 pm
MSDN subscriptions are for non-production only, unless otherwise specified e.g. 1 production Office license and 1 production Visual Studio license per licensed MSDN user. Another restriction that sometimes is mentioned...
December 19, 2015 at 3:35 pm
AlwaysOn Availability Groups is a technology based on databases mirroring. The following is appropriate for both. It helps if you are familiar with setting up log shipping.
First step is...
December 19, 2015 at 2:50 pm
Something all databases on a given instance share is the buffer cache (and other memory pools). SQL Server decides on its own which database pages are kept in memory. You...
December 19, 2015 at 1:11 pm
Viewing 9 posts - 1 through 9 (of 9 total)