Forum Replies Created

Viewing 15 posts - 91 through 105 (of 111 total)

  • RE: Data encryption

    By all means. I wouldn't dream of going into production with that kind of password.

  • RE: Data encryption

    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....

  • RE: How to get the username of user that modified table

    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...

  • RE: Incorrect Values in the passportfield

    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...

  • RE: Case in a where Clause

    Thanks Chris thas exactly what I needed

  • RE: Count of period vacant

    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...

  • RE: 2 charts 1 report

    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...

  • RE: 2 charts 1 report

    Thanks for the replay I will give it a try and let you know

  • RE: Crosstab

    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...

  • RE: Table Update

    Thanks. That's exactly what I was looking for. Thanks everyone for your input

  • RE: Table Update

    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...

  • RE: Average Tenure

    I did and its working fine.

    Thanks

  • RE: Average Tenure

    Thanks a lot.

    That was helpfull, I was looking for the average tenure for each branch not individuals.

    Thanks again

  • RE: Max function

    Thank you it is what I wanted.

  • RE: Parameter to Parameter

    Thank you very much. It works. And it's fast again

Viewing 15 posts - 91 through 105 (of 111 total)