Viewing 15 posts - 376 through 390 (of 814 total)
weevil (7/6/2012)
Yea I'm familiar with FIPS compliance, I have the encryption bit under control it was just how to have it retrofitted into this current scenario, everything will be AES-256.
For...
July 6, 2012 at 8:12 am
deroby (7/6/2012)
We've always used the 'rule' that every table needs a clustered index and I've never really challenged that. If the PK is lean...
July 6, 2012 at 8:10 am
TheSQLGuru (7/5/2012)
July 6, 2012 at 6:44 am
Why are you not using WITH CHECKSUM?
July 6, 2012 at 6:34 am
Adam Seniuk (7/4/2012)
July 6, 2012 at 6:32 am
The same advice holds true for a DBA learning to program as anyone else learning to program; determine your goals.
For any DBA, I'd say learning SQL would be the most...
July 6, 2012 at 5:54 am
1) Good security is more expensive, and increases how long all work takes, and increases how difficult it is.
1a) Your competitors have less security than you... and thus...
July 2, 2012 at 9:30 am
Be aware that up through 2008 R2 at least, Windows Group logins are not able to set a default schema.
https://connect.microsoft.com/feedback/viewfeedback.aspx?FeedbackID=238246&siteid=68
June 26, 2012 at 3:45 pm
D. Clark (6/26/2012)
June 26, 2012 at 3:43 pm
Note that your password is very weak for production. If you're going to use any password at all for automated encryption, it should be as long as is practical,...
June 26, 2012 at 8:24 am
I generally structure backups to handle all SIMPLE recovery model databases one way, all FULL and BULK_LOGGED recovery model databases another way, Master (which gets Full backups whenever SIMPLE databases...
June 26, 2012 at 8:18 am
Sean Lange (6/20/2012)
I too have struggled with this occasionally. I use this splitter in a lot of very unconventional ways. For example say I want to find all anchor tags...
June 20, 2012 at 9:18 am
Stueyd (6/18/2012)
June 18, 2012 at 9:38 am
SQLKnowItAll (6/15/2012)
Reread the first post by the OP. 🙂
I did; my post stands.
Yes, the other posts did help the question posed by the OP in a simple way,...
June 15, 2012 at 1:19 pm
Grant Fritchey (6/14/2012)
Don't pull the indexes. That would be bad.
Unless, of course, you can spend the time to do performance tuning and only add back what's actually required.
If that much...
June 15, 2012 at 12:35 pm
Viewing 15 posts - 376 through 390 (of 814 total)