Viewing 15 posts - 13,576 through 13,590 (of 39,919 total)
The other challenge is understanding what you use. I've always hated the $$/MB charges for phones for a couple reasons. One is that I have no idea how much MB...
July 5, 2012 at 9:32 am
There is asymmetric and symmetric encryption in SQL Server. You can create keys there (even temp ones) and do the encryption.
What PGP does, and most encryption algorithms is take a...
July 4, 2012 at 9:30 am
You can shrink the specific file for that data, but make sure you leave some free space for maintenance operations (Reindexing) and data growth.
July 4, 2012 at 9:24 am
Completely agree with Gilamonster. Differentials save time in recovery, and save space on your disk with smaller backups than fills.
However you need the full backup, and if you implement differentials,...
July 4, 2012 at 9:22 am
I'd concur with Adam, both on the analysis and advice. Tempdb can benefit, if you use it a lot, but you have to test.
July 4, 2012 at 9:21 am
USE master
GO
EXEC xp_regread 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Microsoft
SQL Server\80\Registration','CD_KEY'
July 4, 2012 at 9:19 am
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
Viewing 15 posts - 13,576 through 13,590 (of 39,919 total)