Viewing 15 posts - 766 through 780 (of 6,105 total)
It depends on the connection settings. How is the Access front end set to connect with SQL Server? Via SQL Server or Windows authentication.
January 9, 2009 at 2:48 pm
Is the user's domain account in the same domain as your user account? If so, does the user have issues when connecting to other network resources such as shares or...
January 9, 2009 at 2:44 pm
If you're trying to add a machine account, it'll following the pattern domain\machinename$. So for a computer MyComputer in MyDomain:
MyDomain\MyComputer$
When you run an app under the Network Service account, such...
January 9, 2009 at 2:37 pm
When you run the second query, do you see a login failure on the second SQL Server?
January 9, 2009 at 2:31 pm
1. There is column-level encryption in SQL Server 2005/8, but it must be built in. If you check Books Online under Encryption Hierarchy, you'll see what is required. SQL Server...
January 5, 2009 at 8:00 pm
Can you open the certificate? And what function are you using to open the Symmetric Key and return the data?
January 5, 2009 at 3:55 pm
Jonathan Kehayias (1/5/2009)
January 5, 2009 at 2:33 pm
And the certificate was encrypted by the database master key and not a password? If you export the database master key from the original server and restore it on the...
January 5, 2009 at 2:17 pm
What is the symmetric key encrypted with? If it's a certificate or asymmetric key, are you able to open that key explicitly?
January 5, 2009 at 1:52 pm
Can you make a connection via SQL Server Management Studio to each one and each connection be via Kerberos authentication?
December 19, 2008 at 12:41 pm
Lynn Pettis (12/19/2008)
We keep learning. I don't want any young'ns showing me up if i can help it.
As Steve indicated, we have the experience to see what's important and...
December 19, 2008 at 12:39 pm
Can you connect to all the servers in the chain directly and get a Kerberos connection?
December 19, 2008 at 12:22 pm
Is everything (SQL Servers and user accounts) all in the same domain?
December 19, 2008 at 11:11 am
What I said in the article was that just about every edition above Express *could* use it. But Microsoft chose to only put it in Enterprise Edition. For those of...
December 18, 2008 at 11:38 am
No. Standard attack against user tables where SQL injection attacks are possible:
MSIE 0-day Spreading Via SQL Injection - SANS Internet Storm Center
December 16, 2008 at 8:35 pm
Viewing 15 posts - 766 through 780 (of 6,105 total)