| Thread | Last Post | Replies |
|
| SQL Profiler - What is ClientProcessID ? | 31 May 2008 21:58 GMT | 3 |
in SQL profiler, we see some activity from ClientProcessID = 980 (malicious commands) , how do I figure out what is causing this security breach.
|
| multiple-step ole db operation generated errors? (Member of proble | 31 May 2008 15:05 GMT | 6 |
I get this error when I run my ado query object which in turn runs a stored proc. CREATE PROCEDURE sp_InsertUserLogonDateTime @UserNRI INT = NULL,
|
| Reparing Orphaned SQL 2005 Logins | 30 May 2008 16:49 GMT | 10 |
Can someone tell me if there is a proc out there that will repair orphaned SQL 2005 users (Windows and SQL)? I have already transferred all the logins to a new server. Ideally I'd like for it to repair this for all databases, but I am fine with repairing this on an individual ...
|
| xp_logevent and service broker queues | 29 May 2008 22:42 GMT | 3 |
I got stuck in the SQL Server 2005 security dependencies and can't find out. Here's my problem: I am using the service broker for running asynchronous stored procedures and have created a queue with
|
| Howto troubleshoot login failure - State 11? | 29 May 2008 11:30 GMT | 12 |
I have a problem where a logon account is denied access to SQL Server 2005. The server log: Login failed for user 'Domain\User' [Client: xx.xx.xx.xx] Error: 18456, Severity: 14, State: 11
|
| Error: 18456, Severity: 14, State: 16. | 29 May 2008 05:27 GMT | 3 |
We're seeing ton of these error on our test server. Before this meesage appears, we're seeing following thing: Login failed domain\username [client:<ip_address>] Any help appreciated.
|
| Encryption Best Practices | 28 May 2008 05:34 GMT | 1 |
I'm looking for a whitepaper for the best practices for using encryption in SQL Server 2005. Our PCI Assessor said that there was some sort of whitepaper Microsoft put out detailing both encryption and key management. I appreciate any and all help available.
|
| encrypted value storage | 26 May 2008 14:12 GMT | 8 |
I have a varchar column that I would like to encrypt and store within the same column. Encryption functions return binary. I would change the column datatype , but certain parties will not change the datatype to varbinary. I can store the value after explicitly converting the
|
| Using CA issued Certificates for SQL Certificate Encryption | 23 May 2008 03:59 GMT | 5 |
I am trying to create a certificate in SQL Server 2005 using the CREATE CERTIFICATE TSQL statement, however, the certificates that I have are in CER and PFX format - for some reason, SQL Server 2005 is requiring a PVK file rather than the Microsoft standard private key exchange ...
|
| Msg 15404: Could not obtain information about user | 22 May 2008 10:05 GMT | 8 |
We have two build servers running Windows Server 2003 R2 SP2 and default instances of SQL Server 2005 SP2, I'll refer to them as ServerA and ServerB. Both servers are members of our only domain (MyDomain) and each SQL service runs as a domain account (ServerASqlUser and ...
|
| Application error event every minute on MSSQLSERVER : "Failure Audit: Login failed for user 'NT AUTHORITY\SYSTEM' [Client: <local machine>] | 21 May 2008 03:43 GMT | 3 |
My event viewer offers up an error each and every minute with a source of MSSQLSERVER: "Failure Audit: Login failed for user 'NT AUTHORITY\SYSTEM' [Client: <local machine>. Can anyone suggest a possible source and a possible solution? Clearly it is
|
| Trying to set up a SQL Server Agent Account and I hit a wall.... | 20 May 2008 23:25 GMT | 1 |
I'm trying to set up a SQL Server Agent account and I just hit a wall. I was following these instructions. http://msdn.microsoft.com/en-us/library/ms187901.aspx and
|
| SSL SQL 2005 | 20 May 2008 10:08 GMT | 2 |
Is there any way to tell if a SQL 2005 has SSL enabled? Thanks, Eric Sabo
|
| Problem Granting Permission to Usernames containing / or . ??? | 19 May 2008 09:53 GMT | 4 |
Can someone explain why I am unable to do this now on my SQL Database. Suspect it is some settings / collation or the like but when I say GRANT EXECUTE ON functionname TO DOMAIN\Fred.bloggs I get Incorrect syntax near \
|
| sql2k standard to enterprise edition | 16 May 2008 22:33 GMT | 3 |
any step by step procedures that lead me to upgrade sp2k sp4 standard edition to sql2k enterprise edition without prod databases retoring... thanks,
|