Viewing 15 posts - 136 through 150 (of 489 total)
Can you send the errors through please.
The first thing that comes to mind is: Is the Windows Firewall enabled on the SQL Server and if so have you setup firewall...
March 29, 2012 at 3:29 pm
Have you considered doing a side by side install, then just detach and attach the databases?
This way you can migrate DB by DB (or in related groups) and test at...
March 28, 2012 at 7:40 pm
Assuming you are looking for the best option have you considered SQL 2012 AlwaysOn High Avaialbility?
This can be configured as a Geo-cluster configuration but is only supported in Enterprise Edition.
Log...
March 28, 2012 at 7:13 pm
Steve Jones - SSC Editor (3/14/2012)
Leo.Miller (3/14/2012)
March 14, 2012 at 3:42 pm
We have just done this (morning of March 8th) for one of our clients. The original environment was a 2 node cluster running SQL Server 2005 on Windows Server 2003...
March 14, 2012 at 2:10 pm
The simple answer I think is poor design by Microsoft. It would make sense for the ReportServer databases to match the system database collations. The good news is it doesn't...
March 8, 2012 at 6:07 pm
Assuming none of the row you plan to delete are being activly updated, you could backup and restore the database under another name. Put the database in SIMPLE recovery mode...
March 5, 2012 at 12:55 pm
Active/Active is really only a logical construct. If you fail one of the instances over so both named instances are running on a single node, you are technically now Active/Passive....
February 27, 2012 at 12:24 pm
Given that the UPDATE will first update the row, then update the indexes and the SELECT will work through the index and then fetch the row, and both the update...
February 27, 2012 at 12:21 pm
For a 2005 cluster start here http://msdn.microsoft.com/en-us/library/ms190438(v=sql.90).aspx
Otherwise Google "uninstall sql 2005 from a cluster"
Lots of information here.
Leo
February 27, 2012 at 12:04 pm
I've jsut been batteling with this myself. I've not found exactly what caused the issue, but the follwoing may help:
and
http://support.microsoft.com/kb/811889
I eventually manually created the SPN and suspect, but can't...
February 26, 2012 at 7:35 pm
If you are using VMware ask your vendor for a copy of the SQL Server on VMware Solution Kit. It's about 20GB zipped, but there's a lot of good information...
February 2, 2012 at 6:49 pm
We support multiple clients with multiple servers. In general we try do the backups in a reasonably resticted window so the flat file backups can get the files to tape....
January 26, 2012 at 2:21 pm
To answer your actual question, no.
We support multiple SQL servers for multiple companies and unless they have a particular reason to not use compression we have been using it...
January 25, 2012 at 5:18 pm
Steve Jones - SSC Editor (1/25/2012)
3.move certain tables to a new database.If you do #3, you will need application code changes to find the data that is moved.
This is an...
January 25, 2012 at 2:59 pm
Viewing 15 posts - 136 through 150 (of 489 total)