Viewing 15 posts - 481 through 495 (of 6,105 total)
ankur_libra (8/26/2009)
Can you please explain more about Rainbow tables? This is the first time i have heared of...
August 26, 2009 at 8:46 am
Is there a reason why you don't just reset Ted's password?
August 26, 2009 at 7:03 am
Jeffrey Williams (8/25/2009)
August 25, 2009 at 10:54 pm
Inside SQL Server, these groups are given permissions. On the OS, these groups have permissions to the file directories. I'm sure PolyServe has some way of handling it, because of...
August 25, 2009 at 7:13 pm
SQLdba (8/25/2009)
But only demand is we should use otherdomain\serviceaccount to connect to sql server.
What type of app is it? If it's a web application, say ASP.NET-based, you can specify...
August 25, 2009 at 12:37 pm
No, any DSN will have this issue. Are the user accounts in a trusted domain compared to the server where SQL Server is installed? You'll need to verify this with...
August 25, 2009 at 12:35 pm
You can create the credential, but that requires SQL Server to store the password in an encrypted format. With respect to Profiler or traces, the command will be obscured by...
August 25, 2009 at 11:41 am
For #1, yes, via brute force for sure. While it is theoretically possible that a decryption algorithm may be found, usually it's typical for researchers to instead focus on finding...
August 25, 2009 at 11:38 am
I'm assuming you checked to verify SQL Browser was running. If it is, check the error log to see what port it says it is starting DAC up on. Then...
August 25, 2009 at 11:36 am
Lowell (8/25/2009)
Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86) Feb 9 2007 22:47:07 Copyright (c) 1988-2005 Microsoft Corporation Express Edition with Advanced Services on...
August 25, 2009 at 9:16 am
You can find an algorithm that works in the August 2007 issue of SQL Server Magazine. There's not a need to purchase anything (except maybe access to the SQLMag.com site).
August 25, 2009 at 8:20 am
Then that means there is a trust relationship, which is why your system administrator is insisting on Windows authentication. However, when you configure a System DSN, it's going to use...
August 25, 2009 at 7:48 am
You can make a connection from the system in question using Windows authentication? Or are you connecting from your workstation/laptop and not the server in question?
If the computer attempting...
August 22, 2009 at 7:45 pm
You also have to worry about ALTER TABLE. Here I explain the issue and why the DDL trigger works:
Granting limited permissions to create views in another schema in SQL Server...
August 21, 2009 at 6:25 pm
You shouldn't be storing passwords using an algorithm which allows for the encryption to be reversed (for the passwords to be decrypted). Rather, you should be using a hash function....
August 21, 2009 at 6:22 pm
Viewing 15 posts - 481 through 495 (of 6,105 total)