Viewing 15 posts - 1 through 15 (of 36 total)
Sorry i could not get to this yesterday.
How we solved it was with MSFT on the phone but not the SQL division but the OS support. Apparently the problem...
September 3, 2009 at 9:56 am
Before continuing, please let me thank you for your help so far.
After your previous posting I went ahead and tried the following in the new server:
DECLARE @plaintext nvarchar(2000), @cyphertext nvarchar(2000)
SET...
January 6, 2009 at 6:22 am
And the certificate was encrypted by the database master key and not a password?
Yes it was encrypted by the DBMK because it was not encrypted with a password.
If you...
January 5, 2009 at 2:30 pm
Thanks for your help.
>>>What is the symmetric key encrypted with?
>>>If it's a certificate or asymmetric key, are you able to open that key explicitly?
The symmetric key...
January 5, 2009 at 2:00 pm
Thanks so much. I had always heard about SQLLiteSpeed but never considered it. The reallity is that we have been able to do this restore until last week. Suddenly it...
October 30, 2007 at 1:36 pm
Because you are going to a different server, have you thought about remapping users to logins in the new server?
October 29, 2007 at 3:33 pm
Your Scan Density [Best Count:Actual Count].......: 99.32% [1348824:1358003] is not bad.
Try to run DBCC INDEXDEFRAG on the indexes of the table and see if you get an improvement. The adavantage...
October 29, 2007 at 2:57 pm
Have you checked the SQL Server Network Utiliity?
October 29, 2007 at 2:51 pm
I am having similar problem. I am updating 2000 from 2005 and I get the following error
OLE DB provider "SQLNCLI" for linked server "ServerName" returned message "Multiple-step OLE DB...
June 15, 2007 at 2:18 pm
Thank you.
I finally played with the security in Mgt Studio.
We are encrypting the SYMMETRIC KEY with a CERTIFICATE.
So...how I made it work was by creating a database role to...
February 9, 2007 at 11:34 am
Thank you very much for the idea. REVOKE did not do it. I even had to go the further step of DENY. Now the [User] cannot create objects (procedures, tables)...
December 2, 2006 at 6:35 am
Well, I have checked the server roles and the user is member of none of these roles. The same thing for database roles, as I said when checking the sysuser...
December 1, 2006 at 9:14 pm
Thank you both. David Poole's was a very good start but the CHAR(10) was still there. I then combined the input from both David A Long and David Poole and...
August 3, 2006 at 7:15 am
Thanks. Yes that is what we are shrinking the log after the back up. But now I am able to shrink it and hence recover the space from the unactive...
May 10, 2006 at 7:01 pm
Thank you very much for your reply.
It was saying (LOADING) in Enterprise Manager. The restore script from VERITAS indicated WITH RECOVERY. What I did was to run the following statement...
April 7, 2006 at 8:44 am
Viewing 15 posts - 1 through 15 (of 36 total)