Viewing 15 posts - 4,756 through 4,770 (of 6,105 total)
I'd like to see how the times compare between a normal backup and SQLLiteSpeed backup, especially with encryption turned on. I'm going to DL a copy myself and test it...
December 9, 2002 at 6:39 pm
Backups are a particularly troublesome bird. Especially since throwing a password on a backup doesn't encrypt them. Speaking of which, anyone have any experience with SQLLiteSpeed and how it works?
K....
December 9, 2002 at 3:55 pm
Another important point is the localsystem account has full administrative rights to the system, meaning if a client can compromise a sysadmin account, the client compromises the server.
I used to...
December 9, 2002 at 2:57 pm
SQL 7 or SQL 2K? If SQL 7, download the forcibly shrink tran log script Steve Jones posted to the site. You'll need it.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide...
December 9, 2002 at 12:23 pm
If you've not grabbed the updated BOL, the 38.5 MB DL is completely worth it.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
December 9, 2002 at 12:21 pm
The last estimate I read on cracking true 128bit encryption for SSL (not the Netscape attempt of yesteryear where only 40 bits were actually encrypted to stay in compliance with...
December 9, 2002 at 8:56 am
The biggest argument against dynamic SQL: security.
If you're comfortable letting users have access to the base tables, then it doesn't matter. However, with the case here where you're trying to...
December 9, 2002 at 8:54 am
This isn't necessarily the case. It really depends on the encryption mechanism used.
For instance, 40-bit encryption for SSL was cracked in '95 or '96. However true 128-bit encryption would...
December 9, 2002 at 6:42 am
There is the script posted here (based on shoeboy's original post to a security forum) and there's also dSQLSRVD, which you should be able to find via Google. The latter...
December 8, 2002 at 5:13 pm
Probably the easiest way is to parse everything in VB, it's not terribly difficult.
If you just want the first non-zero value, however, look at the coalesce function in T-SQL. I...
December 7, 2002 at 8:30 pm
When you say only return what is not null, what do you mean? Do you mean if a particular field for a particular row is not null return that field?...
December 7, 2002 at 8:11 pm
EFS is a very interesting technology... perfect for mobile users who might accidently get drunk with a laptop holding military software:
http://english.pravda.ru/main/2002/10/22/38519.html
If you've got sensitive data, this is definitely a technology...
December 7, 2002 at 7:40 pm
More on the weakness of the passwords:
http://www.nextgenss.com/papers/cracking-sql-passwords.pdf
Of course, since this technique requires access to sysxlogins, you can only implement as a sysadmin. Of course, if someone can take advantage of...
December 7, 2002 at 7:32 pm
Then your best bet is probably clustering using Windows 2000 Advanced Server.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
December 7, 2002 at 1:09 am
Microsoft's answer:
http://www.microsoft.com/data/mdac21info/MDACinstQ.htm
Basically, they have one of two recommendations if you don't want to stay at the ugpraded versions:
1) Restore the system from backup or image
2) Rebuild the system.
Lovely, right? They...
December 6, 2002 at 10:24 pm
Viewing 15 posts - 4,756 through 4,770 (of 6,105 total)