Click here to Skip to main content
15,927,055 members
Home / Discussions / Database
   

Database

 
GeneralRe: A really stupid problem with SQL Pin
5-Apr-02 1:47
suss5-Apr-02 1:47 
GeneralRe: A really stupid problem with SQL Pin
Nick Parker5-Apr-02 1:49
protectorNick Parker5-Apr-02 1:49 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:45
Dan Pomerchik7-Apr-02 6:45 
GeneralRe: A really stupid problem with SQL Pin
James T. Johnson5-Apr-02 2:27
James T. Johnson5-Apr-02 2:27 
GeneralRe: A really stupid problem with SQL Pin
Carlos Antollini5-Apr-02 3:28
Carlos Antollini5-Apr-02 3:28 
GeneralRe: A really stupid problem with SQL Pin
Mazdak5-Apr-02 3:55
Mazdak5-Apr-02 3:55 
GeneralRe: A really stupid problem with SQL Pin
Carlos Antollini5-Apr-02 5:52
Carlos Antollini5-Apr-02 5:52 
GeneralRe: A really stupid problem with SQL Pin
Nick Parker5-Apr-02 7:06
protectorNick Parker5-Apr-02 7:06 
In T-SQL (SQL Server) the % character will do a wildcard beyond that point(all characters)


'boo%' results in book, books, boobs....


the _ character will act as a single wildcard


'b_ok' will find anything for the second character(i.e. - book).


Nick Parker


GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:42
Dan Pomerchik7-Apr-02 6:42 
GeneralRe: A really stupid problem with SQL Pin
Dan Pomerchik7-Apr-02 6:47
Dan Pomerchik7-Apr-02 6:47 
GeneralXP_SENDMAIL : HELP! Pin
1-Apr-02 10:26
suss1-Apr-02 10:26 
GeneralINSERT INTO problem - please!! Pin
Andrew Peace1-Apr-02 9:04
Andrew Peace1-Apr-02 9:04 
GeneralRe: INSERT INTO problem - please!! Pin
1-Apr-02 9:30
suss1-Apr-02 9:30 
GeneralRe: INSERT INTO problem - please!! Pin
Andrew Peace1-Apr-02 10:06
Andrew Peace1-Apr-02 10:06 
GeneralRe: INSERT INTO problem - please!! Pin
Bruce Duncan2-Apr-02 8:40
Bruce Duncan2-Apr-02 8:40 
GeneralWriting Stored Procedures Pin
Michael P Butler1-Apr-02 1:19
Michael P Butler1-Apr-02 1:19 
GeneralRe: Writing Stored Procedures Pin
Mazdak1-Apr-02 1:32
Mazdak1-Apr-02 1:32 
GeneralRe: Writing Stored Procedures Pin
Michael P Butler1-Apr-02 1:41
Michael P Butler1-Apr-02 1:41 
GeneralRe: Writing Stored Procedures Pin
Mazdak1-Apr-02 4:39
Mazdak1-Apr-02 4:39 
GeneralRe: Writing Stored Procedures Pin
AndyG1-Apr-02 4:34
AndyG1-Apr-02 4:34 
GeneralRe: Writing Stored Procedures Pin
Michael P Butler1-Apr-02 8:46
Michael P Butler1-Apr-02 8:46 
GeneralADO problem Pin
milan31-Mar-02 17:44
milan31-Mar-02 17:44 
GeneralRe: ADO problem Pin
Wanderley M1-Apr-02 3:16
Wanderley M1-Apr-02 3:16 
GeneralMSDE users and passwords Pin
Lockhart31-Mar-02 9:47
Lockhart31-Mar-02 9:47 
GeneralRe: MSDE users and passwords Pin
Giles31-Mar-02 10:05
Giles31-Mar-02 10:05 

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.