Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Query string encryption in T-SQL

 
   Database Forums (Home) -> General Discussions RSS
Next:  PHP Reference Guide  
Author Message
mielnik.bartek

External


Since: Feb 23, 2008
Posts: 1



(Msg. 1) Posted: Sat Feb 23, 2008 9:40 am
Post subject: Query string encryption in T-SQL
Archived from groups: comp>databases>ms-sqlserver (more info?)

Hi,
could you tell me please what are the ways of the query string
encryption in T-SQL ? I would like to have a storage procedure that
encrypts e.g. http://123.23.43.1/pagegen.asp?param1=23&param2=124 into
http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
orginal url.

Thanks in advance
Omi

 >> Stay informed about: Query string encryption in T-SQL 
Back to top
Login to vote
Tom van Stiphout4

External


Since: Jun 25, 2004
Posts: 144



(Msg. 2) Posted: Sat Feb 23, 2008 12:42 pm
Post subject: Re: Query string encryption in T-SQL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 23 Feb 2008 09:40:05 -0800 (PST),
wrote:

Such tool is called "mod rewrite". Google for it.
Btw, this has nothing to do with Microsoft SQL Server, the topic of
this newsgroup.

-Tom.


>Hi,
>could you tell me please what are the ways of the query string
>encryption in T-SQL ? I would like to have a storage procedure that
>encrypts e.g. http://123.23.43.1/pagegen.asp?param1=23&param2=124 into
>http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
>orginal url.
>
>Thanks in advance
>Omi

 >> Stay informed about: Query string encryption in T-SQL 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
return into one string - I have a table with a column called AccessTypes which contains a single letter. I want to return these accesstypes from a query into one string. e.g. if there were 3 entries of A, S and D I want to select them and instead of returning 3 rows, I want..

Qouted String - Hi all, I have a string user_name and it is saved in table with single qoutes, i mean if you view the table there are single qoutes on both sides of user_name like 'amir', it is saved with single qoutes. The problem is how can i write sql query...

converting string to date - Hello, I try to convert a pseudo datetime string into a date. In Oracle I can do to_date( MyDate, 'yyyymmddhh24miss' ); how I can do this with MS SQL ? thanks and regards Mark

String manipulation challenge in SQL - I have a sql query in which I need to isolate part of the columm value and return only that isolated portion. I can only do this within the select statement, and cannot add a function or anything like that. I would also like to keep this query within sq...

forming a string with dateparts - I want to create a string using the week number and year of a date. For instance, if i have a date of 1/3/2007, which would be week 1 of 2007, i want to create a string that says 'Wk1-200707'. i know it's basically 'WK' + CAST(DATEPART(WK,'1/3/2007') AS....
   Database Forums (Home) -> General Discussions All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]