In a previous blog entry, I talked about the new FILESTREAM data capability in SQL Server 2008 where we can store Binary Large Object (BLOB) data on the file system but have it transactionally part of ...
Database Mirroring was introduced in SQL Server 2005 SP1 and gave us a method of synchronizing a database across two servers with automatic failover and transparent client redirection, all without the ...
Without using any special hardware, it allows you to duplicate (real time mirroring) a production database on another SQL Server at a different location. In addition, if the first server should become ...
Guys I would like to know has anyone here used NLB with SQL server database mirroring? I'm interested in this setup for a Sharepoint Farm however I can't seem to find any documentation on it. I'm ...