Click here to Skip to main content
15,922,315 members
Home / Discussions / Database
   

Database

 
GeneralRe: Please help me move these records to another table... Pin
soni uma14-Mar-08 3:20
soni uma14-Mar-08 3:20 
GeneralRe: Please help me move these records to another table... Pin
Support12314-Mar-08 3:23
Support12314-Mar-08 3:23 
GeneralRe: Please help me move these records to another table... Pin
soni uma14-Mar-08 3:26
soni uma14-Mar-08 3:26 
GeneralRe: Please help me move these records to another table... Pin
Support12314-Mar-08 3:25
Support12314-Mar-08 3:25 
GeneralFetching records based on Boolean operators Pin
sumit703414-Mar-08 0:41
sumit703414-Mar-08 0:41 
GeneralRe: Fetching records based on Boolean operators Pin
GDMFSOB14-Mar-08 0:48
GDMFSOB14-Mar-08 0:48 
GeneralRe: Fetching records based on Boolean operators Pin
sumit703414-Mar-08 0:55
sumit703414-Mar-08 0:55 
GeneralRe: Fetching records based on Boolean operators Pin
GDMFSOB14-Mar-08 1:07
GDMFSOB14-Mar-08 1:07 
I think this will help.

SELECT Col1, ColToSearch
FROM table
WHERE CONTAINS (ColToSearch, '"quick easy" or "Help"')

you must have full text index setup on the table field you are searching
QuestionTable change Watch In SQL 2000 Pin
GDMFSOB14-Mar-08 0:39
GDMFSOB14-Mar-08 0:39 
GeneralRe: Table change Watch In SQL 2000 Pin
sumit703414-Mar-08 1:01
sumit703414-Mar-08 1:01 
GeneralRe: Table change Watch In SQL 2000 Pin
GDMFSOB14-Mar-08 1:08
GDMFSOB14-Mar-08 1:08 
QuestionHow to call Unmanaged Code from SQL CLR. Pin
ivix4u14-Mar-08 0:18
ivix4u14-Mar-08 0:18 
GeneralRe: How to call Unmanaged Code from SQL CLR. Pin
Mark J. Miller14-Mar-08 6:20
Mark J. Miller14-Mar-08 6:20 
GeneralProblem with Cursor Pin
Vimalsoft(Pty) Ltd13-Mar-08 22:19
professionalVimalsoft(Pty) Ltd13-Mar-08 22:19 
GeneralRe: Problem with Cursor Pin
pmarfleet13-Mar-08 22:31
pmarfleet13-Mar-08 22:31 
GeneralRe: Problem with Cursor Pin
Vimalsoft(Pty) Ltd13-Mar-08 22:42
professionalVimalsoft(Pty) Ltd13-Mar-08 22:42 
General[Message Deleted] Pin
Member 387988113-Mar-08 20:31
Member 387988113-Mar-08 20:31 
GeneralRe: number of days between a given date and current date Pin
soni uma13-Mar-08 20:37
soni uma13-Mar-08 20:37 
GeneralRe: number of days between a given date and current date Pin
flash66513-Mar-08 20:40
flash66513-Mar-08 20:40 
GeneralRe: [Message Deleted] Pin
Colin Angus Mackay14-Mar-08 1:05
Colin Angus Mackay14-Mar-08 1:05 
GeneralRe: [Message Deleted] Pin
Paul Conrad14-Mar-08 15:11
professionalPaul Conrad14-Mar-08 15:11 
GeneralI need query for the employees who joined a weak ago Pin
Satish - Developer13-Mar-08 19:55
Satish - Developer13-Mar-08 19:55 
GeneralRe: I need query for the employees who joined a weak ago Pin
Syed Mehroz Alam13-Mar-08 20:01
Syed Mehroz Alam13-Mar-08 20:01 
GeneralRe: I need query for the employees who joined a weak ago Pin
soni uma13-Mar-08 20:27
soni uma13-Mar-08 20:27 
GeneralRe: I need query for the employees who joined a weak ago Pin
Khawar Abbas113-Mar-08 20:40
Khawar Abbas113-Mar-08 20:40 

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.