Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sminair

    Subscription in Reporting Services

    Hi All, My doubt is regding Subscriptions in Reporting Services..I tried to configure a subscription which sends alert mails to some of our clients ..but it is giving error and the error details its asking to check in the log file..I think its some service pack issue but i do not know which one...
  2. Sminair

    Encrypting an SP

    james thnks for your reply . I have another problem regarding this decrypting sp . I downloaded the code for the sp which decrypted the encrypted sp and gave some value add to it . What i actually intended was that my decrypting sp will also except a password along with the sp name (which has...
  3. Sminair

    Encrypting an SP

    My problem is exactly that ...james. If I encrypt the sp using WITH Encryption the code for decrypting is also nowadays readily available in the website. Is there some other secure way??like xp_crypt which will always need a password for decrypting ??
  4. Sminair

    Encrypting an SP

    Can we encrypt a stored procedure using xp_crypt ? pls guide me on the same and if so do add a method of decrypting it also. Thnks in advance.
  5. Sminair

    Doubt reg Security in SQL

    Thanks Rob.... I think i shld check some other way out.
  6. Sminair

    Doubt reg Security in SQL

    Hi All, As of now we Know the way of Encrypting a stored procedure in SQL2000 by giving the code 'With Encryption' and the code for decrypting the sp is also readily available in the Website. Can anyone help me with a more foolproof method wherein I can encrypt the sp with password. I mean to...
  7. Sminair

    Deleting repetitive rows from a table

    yes i mean duplicate rows. My table consists of rows in which all the records are duplicated. Actually i transferred data from Symix(ERP) to my SQL table and got duplicated records. For eg (pls dont mind if the fields are not in order) Empo Firsname Lastname Age Salary Address I1 smitha...
  8. Sminair

    Deleting repetitive rows from a table

    Pls give me the query of removing repititive rows from my table. Can it be done only with the help of a cursor???

Part and Inventory Search

Back
Top