Viewing 15 posts - 226 through 240 (of 266 total)
No there won't be a performance improvement in simple mode as the log file is still is use but will get marked for re-use. How many rows are you deleting...
May 18, 2017 at 2:59 am
There is no way to run a delete statement without it being logged. What is your recovery model? How many rows are you deleting? How much space you have on...
May 18, 2017 at 2:29 am
It's not possible and why would you want to? Are you trying to prevent your log file from growing?
Thanks
May 18, 2017 at 2:18 am
You can always use Task Manager to have a look at what is running besides SQL Server and go from there. It possible you might need to either add more...
May 8, 2017 at 2:30 am
Is it purely a database server or is anything else running on there?
Thanks
May 8, 2017 at 1:49 am
SQL Server will always use all the memory allocated to it. How much memory do you have on your server and what have set as your max server memory for...
May 8, 2017 at 1:26 am
Have you run the Validate a Configuration wizard and what was the result?
Thanks
May 5, 2017 at 1:09 am
Are these the only 2 errors you can see? Have you been able to successfully failover in the past? It might be something like your dependencies aren't set correctly but...
May 4, 2017 at 1:58 am
Is there any additional information after the error message? It might be bacause your database currently in use. If so you will need to close all existing connections to the...
May 3, 2017 at 3:36 am
Did you receive any error message? You say that two resources were moved so some failover successfully and some don't?
Thanks
May 3, 2017 at 1:43 am
We use Spotlight and I'm very happy with but it is quite expensive. It all depends on the level of detail you need and of course your budget. As has...
April 27, 2017 at 5:30 am
Just to be clear you can perform hourly transaction log backups AND daily full backup backups.
Thanks
April 26, 2017 at 4:57 am
Also just to add it may be worthwhile looking to upgrade the version of SQL Server you are using to take advantage of some HA features that have been added...
April 26, 2017 at 3:35 am
Viewing 15 posts - 226 through 240 (of 266 total)