Click here to Skip to main content
15,881,812 members
Home / Discussions / Database
   

Database

 
AnswerRe: Maintaining multiple copies of the db and its contents Pin
Mycroft Holmes28-Mar-09 0:58
professionalMycroft Holmes28-Mar-09 0:58 
GeneralRe: Maintaining multiple copies of the db and its contents Pin
Mustafa Ismail Mustafa28-Mar-09 2:06
Mustafa Ismail Mustafa28-Mar-09 2:06 
GeneralRe: Maintaining multiple copies of the db and its contents Pin
Mycroft Holmes28-Mar-09 15:58
professionalMycroft Holmes28-Mar-09 15:58 
QuestionRun a exe file using xp_cmdshell Pin
inderjmd27-Mar-09 3:01
inderjmd27-Mar-09 3:01 
AnswerRe: Run a exe file using xp_cmdshell Pin
Reza Raad28-Mar-09 23:38
Reza Raad28-Mar-09 23:38 
QuestionLooking for Batch file for open/close Oracle service Pin
E_Gold26-Mar-09 21:08
E_Gold26-Mar-09 21:08 
AnswerRe: Looking for Batch file for open/close Oracle service Pin
scottgp27-Mar-09 1:55
professionalscottgp27-Mar-09 1:55 
QuestionSimple way to search for all special characters in all fields? Pin
Rafferty Uy26-Mar-09 16:12
Rafferty Uy26-Mar-09 16:12 
Hi,

I want to find out if there are special characters in the text fields values of my database. Is there a simple way to do this?

My current thoughts is using the complicated way of

SELECT * FROM MyTable
WHERE Col_Name LIKE '%~%' OR Col_Description LIKE '%~%'
    OR Col_Name LIKE '%`%' OR Col_Description LIKE '%`%'
    OR Col_Name LIKE '%!%' OR Col_Description LIKE '%!%'
    OR Col_Name LIKE '%@%' OR Col_Description LIKE '%@%'
    ...

SELECT * FROM MyOtherTable
WHERE OtherCol_Name LIKE '%~%' OR OtherCol_Description LIKE '%~%'
    OR OtherCol_Name LIKE '%`%' OR OtherCol_Description LIKE '%`%'
    OR OtherCol_Name LIKE '%!%' OR OtherCol_Description LIKE '%!%'
    OR OtherCol_Name LIKE '%@%' OR OtherCol_Description LIKE '%@%'
    ...



But maybe there's an easier way?

Thank you in advance.

Rafferty

AnswerRe: Simple way to search for all special characters in all fields? Pin
Rafferty Uy26-Mar-09 16:42
Rafferty Uy26-Mar-09 16:42 
AnswerRe: Simple way to search for all special characters in all fields? Pin
ed575627-Mar-09 5:40
ed575627-Mar-09 5:40 
QuestionReset auto number in Access Pin
~Khatri Mitesh~26-Mar-09 3:50
~Khatri Mitesh~26-Mar-09 3:50 
AnswerRe: Reset auto number in Access Pin
riced26-Mar-09 5:06
riced26-Mar-09 5:06 
GeneralRe: Reset auto number in Access Pin
Mycroft Holmes27-Mar-09 0:01
professionalMycroft Holmes27-Mar-09 0:01 
GeneralRe: Reset auto number in Access Pin
riced27-Mar-09 0:21
riced27-Mar-09 0:21 
AnswerRe: Reset auto number in Access Pin
Mycroft Holmes27-Mar-09 0:05
professionalMycroft Holmes27-Mar-09 0:05 
AnswerRe: Reset auto number in Access Pin
ed575627-Mar-09 5:26
ed575627-Mar-09 5:26 
QuestionInstalling a SQL Server Management studio Pin
Motajo Tolu26-Mar-09 3:29
professionalMotajo Tolu26-Mar-09 3:29 
AnswerRe: Installing a SQL Server Management studio Pin
Henry Minute26-Mar-09 4:32
Henry Minute26-Mar-09 4:32 
GeneralRe: Installing a SQL Server Management studio Pin
Lambin6-Apr-09 19:10
Lambin6-Apr-09 19:10 
GeneralRe: Installing a SQL Server Management studio Pin
Henry Minute7-Apr-09 0:46
Henry Minute7-Apr-09 0:46 
QuestionHow to make a new server in sql server express 2005??? Pin
ma.amer26-Mar-09 1:45
ma.amer26-Mar-09 1:45 
AnswerRe: How to make a new server in sql server express 2005??? Pin
Eddy Vluggen26-Mar-09 2:17
professionalEddy Vluggen26-Mar-09 2:17 
GeneralRe: How to make a new server in sql server express 2005??? Pin
ma.amer26-Mar-09 3:23
ma.amer26-Mar-09 3:23 
AnswerRe: How to make a new server in sql server express 2005??? Pin
Eddy Vluggen26-Mar-09 3:33
professionalEddy Vluggen26-Mar-09 3:33 
GeneralRe: How to make a new server in sql server express 2005??? Pin
ma.amer26-Mar-09 6:48
ma.amer26-Mar-09 6:48 

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.