Viewing 15 posts - 76 through 90 (of 110 total)
Yes, all memory related counters are zero :
"Time", "Available KBytes", "Connection Memory (KB)", "Granted Workspace Memory (KB)", "Optimizer Memory (KB)", "Target Server Memory (KB)", "Total Server Memory (KB)"
"07/04/2008 13:37:20.605","9043136","0","0","0","0","0"
"07/04/2008 13:37:35.605","9045300","0","0","0","0","0"
"07/04/2008...
July 4, 2008 at 12:34 am
Exactly.
In fact, its Total & Target Server Memory are far below its Physical Memory, and high in Paging File(Total) % Usage : around 28 %, high PhysicalDisk (Total) % Disk...
July 2, 2008 at 1:54 am
We use default value :
min. 0 MB, max : 2147483647 MB
July 2, 2008 at 1:37 am
Thanks for your reply, but could you give examples of what you said : SHA1 hash of the unencrypted value ? What is that ?
June 20, 2008 at 1:05 am
But is my SQL statement a proper way to select an encrypted record :
SELECT AccountID, CandidateID from dbo.Candidate
WHERE CONVERT(VARCHAR, DecryptByKey(eEmail)) = 'bacteric21@yahoo.com.sg'
Although I could select a record successfully, are...
June 18, 2008 at 8:19 am
"Dont think you can do this. Each time you encrypt the same value you will get different encrypted values."
Yes, in fact, I found this fact just after I sent this...
June 18, 2008 at 12:09 am
Thanks,
but are there any Web sites or documents which tell me how to append the encrypted data chunk together ?
June 18, 2008 at 12:08 am
Thanks.
I fixed the problem by myself.
In fact, what I did was what you suggested.
Thanks a lot.
June 17, 2008 at 7:56 pm
Thanks for your replies.
I will try it.
Thanks.
June 10, 2008 at 7:13 pm
After reading this article, I know the cause of my problem and fixed it :
http://www.sqlservercentral.com/Forums/Topic252605-23-1.aspx
The reason is my "emppassword" column is not long enough to store the encrypted data.
June 10, 2008 at 1:01 am
After reading this article, I know the cause of my problem and fixed it :
http://www.sqlservercentral.com/Forums/Topic252605-23-1.aspx
The reason is my "emppassword" column is not long enough to store the encrypted data.
June 10, 2008 at 1:01 am
So does it mean what I guessed is correct :
Shared Data Source is not allowed in Report Subscription ?
May 27, 2008 at 12:29 am
Viewing 15 posts - 76 through 90 (of 110 total)