Viewing 15 posts - 13,471 through 13,485 (of 39,818 total)
You'd have to describe the sequence of what you did. If you tried to apply a log with the LSN earlier than what's already been applied, it might not error...
July 6, 2012 at 9:24 am
It would be contained databases, if they were contained. Only the basis for it in 2012.
I do like the T-SQL enhancements. IIF and Window functions, but my favorite would be...
July 6, 2012 at 9:21 am
If you can break your reindexing into separate transactions (separate tables), then running a log backup in the middle can help.
Or use a script that reindexes only some tables when...
July 5, 2012 at 12:51 pm
Try the key for the instance and the setup. I think I see mine in there. It's MSDN, so hard to tell if that's the right key
July 5, 2012 at 12:26 pm
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
Viewing 15 posts - 13,471 through 13,485 (of 39,818 total)