Viewing 15 posts - 151 through 165 (of 327 total)
This is my answer too. Although some DBA believe that the shut down for the OS does it quickly, not giving enough time to complete the write operations to disk.
I...
September 1, 2010 at 1:17 pm
I've had a sort of the same problem. Here is what we found out.
1) If the server has local disks that are not in use, use it for your TempDB....
September 1, 2010 at 8:42 am
Nicely done. I have a question about checking SQL Server Analysis services. When I check on a named instance, I get the proper status but on a default instance...
August 31, 2010 at 7:28 am
Thanks for help.
What about this location:
HKLM\System\CurrentControlSet\Services
It seems to have all the information even for the instances
August 26, 2010 at 9:35 am
I'm assuming that this would be the same if you wanted to check for Analysis Services, Integration Service and Full Text Search.
Do you know where I could find the information...
August 26, 2010 at 6:15 am
Interesting. I'll have to look into that.
The issues with this solution is that depending on the OS installed on the server, the location of that information may be in...
August 25, 2010 at 2:40 pm
I forgot to mention that you may also want to look at LiteSpeed from Quest as it can do object level restores like tables, views and stored procedures to help...
July 20, 2010 at 1:36 pm
I agree that HA products are not meant for correcting human errors like dropped tables. But the HA solutions can be used for hardware/electrical/AC failure and as a disaster recovery...
July 20, 2010 at 1:29 pm
This is not required for the CA solution.
Thanks for the information, I'll have to keep it in case someone else I know may use it. 🙂
What a great place to...
July 15, 2010 at 11:48 am
[/quote]
Actually failover is automatic, you define the failover partner in the connection string. When the primary is unavailable the application attempts to connect to the failover machine. If you have...
July 15, 2010 at 10:50 am
I looked at database mirroring.
Here is what I found:
1) With mirroring, failing over (either way) requires work to be done at the application/workstation to point application to the new...
July 15, 2010 at 8:31 am
Hello,
I have several years of experience with CA's XOSoft. It works very well in both a disaster recovery or high availability scenario.
It works with the same hardware (or not) and...
July 13, 2010 at 9:36 am
Believe it or not but Microsoft's SQL server Books On Line (BOL) is very good too! If you don't have you can view it online or download it.
I think a...
July 13, 2010 at 9:28 am
Brent is a great place to start. You should also look at Microsoft's and VMWare's websites. VMWare is generally the vendor of choice.
July 13, 2010 at 9:18 am
You could also create a virtual server on your pc with Microsoft Virtual PC application. It's free! Once you installed it you would create a server and then install SQL...
July 13, 2010 at 9:13 am
Viewing 15 posts - 151 through 165 (of 327 total)