Re: URL Encode via SQL?
From: Shaniqua Jones (kingOfPop_at_Neverland.com)
Date: 06/19/04
- Next message: Dan Guzman: "Re: Massive DTS job (5 days and i am nervous)"
- Previous message: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- In reply to: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Next in thread: Jack D. Ripper: "Re: URL Encode via SQL?"
- Reply: Jack D. Ripper: "Re: URL Encode via SQL?"
- Reply: Dan Guzman: "Re: URL Encode via SQL?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Jun 2004 07:27:56 -0700
> SQL Server doesn't know what a URL is, and doesn't know which characters
> need to be encoded. You'd have to build your own function that steps
> through each character in the string and rebuilds it, or runs a many-level
> nested replace()).
I don't know enough SQL to do that. Instead, I'm adding a new field to
the table called "URLEncodedID". Then, I'll write a little .NET app (C#)
that runs through an updates each record.
It would be much easier if SQL Server had a way to call my C# method
directly from the SQL query. It seems like I read that such functionality
was going to be available in the next version of SQL Server. Is that true?
What's the timeline on that?
- Next message: Dan Guzman: "Re: Massive DTS job (5 days and i am nervous)"
- Previous message: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- In reply to: Aaron [SQL Server MVP]: "Re: URL Encode via SQL?"
- Next in thread: Jack D. Ripper: "Re: URL Encode via SQL?"
- Reply: Jack D. Ripper: "Re: URL Encode via SQL?"
- Reply: Dan Guzman: "Re: URL Encode via SQL?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|