Click here to Skip to main content
15,897,181 members
Home / Discussions / Database
   

Database

 
GeneralRe: Passwrod on database Pin
GuyThiebaut13-Jan-08 11:24
professionalGuyThiebaut13-Jan-08 11:24 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 11:49
pmarfleet13-Jan-08 11:49 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 13-Jan-08 17:11
professional Xmen Real 13-Jan-08 17:11 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 19:34
pmarfleet13-Jan-08 19:34 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 19:46
professional Xmen Real 13-Jan-08 19:46 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:36
professional Xmen Real 13-Jan-08 22:36 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 22:41
pmarfleet13-Jan-08 22:41 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:48
professional Xmen Real 13-Jan-08 22:48 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 5:27
Colin Angus Mackay14-Jan-08 5:27 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 5:46
professional Xmen Real 14-Jan-08 5:46 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 6:42
Colin Angus Mackay14-Jan-08 6:42 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 7:13
professional Xmen Real 14-Jan-08 7:13 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 9:14
Colin Angus Mackay14-Jan-08 9:14 
GeneralRe: Passwrod on database Pin
Xmen Real 14-Jan-08 13:53
professional Xmen Real 14-Jan-08 13:53 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 14:13
Colin Angus Mackay14-Jan-08 14:13 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 14-Jan-08 17:10
professional Xmen Real 14-Jan-08 17:10 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 21:49
Colin Angus Mackay14-Jan-08 21:49 
QuestionSearch And Html Tag ???? Pin
god4k13-Jan-08 4:29
god4k13-Jan-08 4:29 
AnswerRe: Search And Html Tag ???? Pin
pmarfleet13-Jan-08 7:03
pmarfleet13-Jan-08 7:03 
GeneralRe: Search And Html Tag ???? Pin
Paul Conrad13-Jan-08 7:11
professionalPaul Conrad13-Jan-08 7:11 
GeneralRe: Search And Html Tag ???? Pin
god4k13-Jan-08 15:17
god4k13-Jan-08 15:17 
GeneralRe: Search And Html Tag ???? Pin
pmarfleet13-Jan-08 19:31
pmarfleet13-Jan-08 19:31 
You would have to perform some pattern matching, checking whether the string of characters formed part of a tag. T-SQL pattern matching doesn't have the capability to do this. However you could write a CLR stored procedure and invoke the regular expression functionality in the .NET framework to perform the match.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralDelete SQL Pin
simworld12-Jan-08 8:50
simworld12-Jan-08 8:50 
GeneralRe: Delete SQL Pin
Mike Dimmick12-Jan-08 9:57
Mike Dimmick12-Jan-08 9:57 
GeneralRe: Delete SQL Pin
Paul Conrad19-Jan-08 7:12
professionalPaul Conrad19-Jan-08 7:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.