Viewing 15 posts - 136 through 150 (of 813 total)
Separately, the phpbb password list is an excellent, small starter list - add in words related to your company, your software products, names from your employee list, etc. Just...
January 30, 2014 at 9:44 am
If you want to get into more advanced checking, I would recommend using Hashcat (http://hashcat.net/oclhashcat/[/url]) against passwords extracted in bulk (i.e. multi-server query) with a rules-based dictionary attack.
You will need...
January 30, 2014 at 9:40 am
ipounder (1/30/2014)
The answer is based...
January 30, 2014 at 9:25 am
I'm going to go out on a limb here.
First, the U.S. Constitutional clause that allows IP:
"To promote the Progress of Science and useful Arts, by securing for limited Times to...
January 30, 2014 at 8:30 am
Microsoft is encouraging us to pay continuous per-year fees (like the EA agreements for SA licensing), taking that money, and then failing to provide us with properly tested updates (i.e....
January 28, 2014 at 9:17 am
You can also backup to an encrypted drive/directory, be it http://www.vormetric.com/products/encryption (paid), or http://www.truecrypt.org/ (free)[/url], or the old http://sourceforge.net/projects/freeotfe.mirror/ (free)[/url], or an external drive with hardware encryption like...
January 28, 2014 at 8:57 am
taseedorf (1/27/2014)
Do most people run DBCC check DB daily? Weekly?
As often as fits into my maintenance windows. If it runs within my "slowdown OK" daily maintenance window, I run...
January 28, 2014 at 8:45 am
Jeff Moden (1/26/2014)
January 28, 2014 at 8:34 am
Netbackup or not, I agree with Jeff - failing to wait until your new backups are verified before deleting your current backups is shooting yourself; perhaps the netbackups make it...
January 28, 2014 at 8:23 am
Can you give some more detail on the big cases? From what I understand, you need to join IA.DA1.SA1.TA1 to IB.DB1.SB1.TB1, where both are "large". Please extend to...
January 28, 2014 at 8:14 am
Untrusted, but enabled constraints (autofixed when possible)
Index fragmentation (autofixed)
Database owner not "sa"
Too many VLF's or too few MB per VLF
Autoshrink
Autoclose
Log files almost full
Data files almost full
Page verify other than CHECKSUM
Full...
January 24, 2014 at 10:26 am
Access linked tables can definitely use Windows Authentication, DSN or not. Each table in each Access DB can use its own authentication.
Pass-through queries, too, can use their own authentication.
Here's...
January 23, 2014 at 8:49 am
I agree with everyone above - if at all possible, use SQL Server Enterprise edition data compression - you just need to be sure every (large) table has a clustered...
January 23, 2014 at 8:39 am
L' Eomot Inversé (1/21/2014)
January 22, 2014 at 8:59 am
I'd say coding has changed very little - and most SQL coding, much like most C or even C++ coding, also hasn't changed much. Sure, we're maybe using window...
January 22, 2014 at 8:27 am
Viewing 15 posts - 136 through 150 (of 813 total)