Viewing 15 posts - 601 through 615 (of 6,105 total)
rgranucc (3/2/2009)
The problem exists for a user we created with datareader, and MSDynamicsSL....
March 5, 2009 at 2:22 pm
SAS70, as you've probably realized, is extremely subjective and really dependent upon the caliber of folks from that certified accounting firm. Hard to argue meeting SAS70 as a reason.
Your better...
March 5, 2009 at 11:30 am
Why not encrypt at the ASP.NET application and store as VARBINARY(MAX)? That's a much simpler choice than trying to break up, separately encrypt, and store and then the reverse.
March 5, 2009 at 10:53 am
I know I'm coming in late on this, but the preference is not to use the local System account. It's not a minimal account (that's Local Service). It has all...
March 5, 2009 at 10:51 am
Mohit (3/5/2009)
March 5, 2009 at 10:49 am
My personal preference, and the recommended security best practice, is to use stored procedures. In that way ownership chaining can be used and direct access to the base tables is...
March 5, 2009 at 10:47 am
Jason Shadonix (3/3/2009)
We ended up deciding to just do this outside of SQL.
How did you deal with the untrusted situation? FTP?
March 3, 2009 at 1:38 pm
Jason Shadonix (3/3/2009)
March 3, 2009 at 11:13 am
Sugesh Kumar (2/29/2008)
Granting execute on xp_cmdshell won't work as sql server requires the user to be a member of OS admin.
The operating system credentials of the user don't enter into...
March 3, 2009 at 11:10 am
There is a big difference between a regular server build, and a Small Business Server build. SBS is intended to provide an all-in-one solution for smaller than enterprise businesses. This...
March 3, 2009 at 10:31 am
That will bring up a domain, etc. SBS isn't exactly a small undertaking.
March 3, 2009 at 9:19 am
Vista is fine for individual development efforts, but you'll need a copy of Developer edition to be able to install. Since you're talking SQL Server 2008, your best bet would...
March 3, 2009 at 7:10 am
Steve Jones - Editor (3/2/2009)
Make sure it's the same on both nodes as well.
Aye, I'd agree with Steve on this one, check the registry on both nodes. I don't believe...
March 2, 2009 at 10:21 am
Greg Charles (3/2/2009)
nymgk_75 (3/2/2009)
Ahhh, makes sense. Have a 1:1 relationship for a db_user and a db_login....
March 2, 2009 at 10:18 am
When you open up the database backup file after the decrypt, can you find readable text strings? You should be able to do so if it's fully decrypted. Also, what...
March 2, 2009 at 9:21 am
Viewing 15 posts - 601 through 615 (of 6,105 total)