Viewing 15 posts - 91 through 105 (of 111 total)
By all means. I wouldn't dream of going into production with that kind of password.
December 18, 2008 at 6:00 am
Thanks for the feedback Gail
I got it right, using the update statement:
OPEN Symmetric Key HRSecureSymmetricKey
Decryption By Password = N'HRTestPassword'
UPDATE Encrypt_SAL
SET SalEncrypt = ENcryptByKey(Key_GUID('HRSecureSymmetricKey'),CAST(TotalPack AS VARCHAR(50)));
So now I gonna implement....
December 18, 2008 at 5:28 am
I use the code below and I get the command which was used to modify, the time, the hostname from where the command was issued and the loggin name (Or...
December 18, 2008 at 3:13 am
basicaly what happens here is that when I run this query I get the results below. When you look at those results, you will realise that the four lines below...
November 27, 2008 at 6:57 am
Hi! Thanks for your feedback. I haven't had a chance to review my original query based on your suggestion.
However this is how I temporarily resolved the ad-hoc-
Step 1 ---->
CREATE VIEW...
November 4, 2008 at 4:57 am
Thanks a lot Franky that is exactly what I needed and more. Actually with that help you have now opened up the posibility of a dashboard for me.
Your help is...
October 24, 2008 at 2:36 am
Thanks for the replay I will give it a try and let you know
October 23, 2008 at 5:31 am
Hi! the structure is like this.....
Table relations.
Headcountdec -- Contains headcount info. eg. Staffno, callname, surname and branchdetails
Positions -- Contains position details but for this query it has a field called...
September 3, 2008 at 3:50 am
Thanks. That's exactly what I was looking for. Thanks everyone for your input
September 2, 2008 at 1:36 am
OK.
I have a table IRchair which has columns staffno and clusterid. I am going to add to this table a clumn named period. So I need to bring into...
September 1, 2008 at 5:01 am
Thanks a lot.
That was helpfull, I was looking for the average tenure for each branch not individuals.
Thanks again
August 18, 2008 at 8:06 am
Thank you very much. It works. And it's fast again
July 22, 2008 at 7:13 am
Viewing 15 posts - 91 through 105 (of 111 total)