Viewing 15 posts - 13,486 through 13,500 (of 39,818 total)
One benefit of the clustering on a VM is hardware abstraction. This can be handy for DR, and also for not worrying about HCL parts on the list. If you...
July 3, 2012 at 11:31 am
Elliott Whitlow (7/3/2012)
July 3, 2012 at 11:23 am
I don't think it's possible. Usually a sproc has a known result set, even for a report, so you would have the values being returned.
July 3, 2012 at 11:15 am
You cannot have two default instances. You cannot have two different versions alternating as the same instance.
Your post doesn't explain which is a default instance and which is a named...
July 3, 2012 at 11:10 am
That's great, Elliot. Extra keys. Hadn't thought about that. Do you use procs then for encryption/decryption? If so, doesn't that defeat the purpose of the extra keys?
July 3, 2012 at 11:08 am
I think this will work fine, just be sure that you have all the log backups with the copy only backup. The one thing I'd be worried about is the...
July 3, 2012 at 10:48 am
Don't think so. The first error is an I/O subsystem error, surfaced when the I/O system doesn't respond correctly.
The backup error would surface differently as a failure to read from...
July 3, 2012 at 10:46 am
Or enable detailed logging.
July 3, 2012 at 10:44 am
You can't change a default instance to a named instance. You can install another instance and transfer your databases, logins, linked servers, etc. to the new instance.
July 3, 2012 at 10:44 am
Why does the table have to be created on the fly? You know the output of the proc already, so create the temp table using that basis.
If you say you...
July 3, 2012 at 10:43 am
You can encrypt the column data a few ways, but they usually require some application changes. There is column level encryption using symmetric and asymmetric keys in SQL Server. Typically...
July 3, 2012 at 10:42 am
I found this: http://shaunjstuart.com/archive/2010/06/failure-when-upgrading-cluster-to-sql-2008-sp1-cu7/
Similar issue?
July 3, 2012 at 10:37 am
Stefan Krzywicki (7/2/2012)
A friend of mine was unable to check in his code for days because his company kept it in "the cloud" and when Amazon services went down because...
July 2, 2012 at 3:13 pm
Jeff Moden (7/2/2012)
July 2, 2012 at 3:11 pm
Chad Crawford (7/2/2012)
July 2, 2012 at 3:08 pm
Viewing 15 posts - 13,486 through 13,500 (of 39,818 total)