Viewing 15 posts - 13,561 through 13,575 (of 39,898 total)
GilaMonster (7/3/2012)
For anyone not on/not paying attention to twitter.....It seems to be official.... I'm a Microsoft Certified Master for SQL Server 2008.
https://twitter.com/SQLintheWild/statuses/220252281847808001
Woo-hoo!!!
July 3, 2012 at 5:00 pm
You are welcome, and glad things are working for you.
Steve
July 3, 2012 at 5:00 pm
Lynn Pettis (7/3/2012)
July 3, 2012 at 3:14 pm
Job history isn't detailed logging. You can enable logging inside the package to a text file.
July 3, 2012 at 11:35 am
Except that if you are space bound, you can move new data to the new file this way. And if space is your issue, not performance, this can work.
Depending on...
July 3, 2012 at 11:33 am
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
Viewing 15 posts - 13,561 through 13,575 (of 39,898 total)