Click here to Skip to main content
15,917,005 members
Home / Discussions / Database
   

Database

 
GeneralDrop and Log Constraints Pin
Brady Kelly8-May-08 23:18
Brady Kelly8-May-08 23:18 
GeneralRe: Drop and Log Constraints Pin
Mycroft Holmes11-May-08 0:30
professionalMycroft Holmes11-May-08 0:30 
QuestionNeed Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp8-May-08 13:58
valkyriexp8-May-08 13:58 
AnswerRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
Mycroft Holmes8-May-08 21:12
professionalMycroft Holmes8-May-08 21:12 
GeneralRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp9-May-08 6:18
valkyriexp9-May-08 6:18 
AnswerRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp9-May-08 10:35
valkyriexp9-May-08 10:35 
QuestionINFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Brady Kelly8-May-08 2:51
Brady Kelly8-May-08 2:51 
AnswerRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Mycroft Holmes8-May-08 21:22
professionalMycroft Holmes8-May-08 21:22 
GeneralRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Brady Kelly8-May-08 21:54
Brady Kelly8-May-08 21:54 
GeneralRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Mycroft Holmes8-May-08 22:07
professionalMycroft Holmes8-May-08 22:07 
GeneralRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Brady Kelly8-May-08 22:22
Brady Kelly8-May-08 22:22 
AnswerRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Rob Graham10-May-08 7:36
Rob Graham10-May-08 7:36 
GeneralRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Brady Kelly11-May-08 10:31
Brady Kelly11-May-08 10:31 
QuestionNeed to Get a typical output Pin
Krazy Programmer7-May-08 23:49
Krazy Programmer7-May-08 23:49 
AnswerRe: Need to Get a typical output Pin
Ashfield8-May-08 0:06
Ashfield8-May-08 0:06 
QuestionWildCard search in SQL Server 2005? Pin
salon7-May-08 22:31
salon7-May-08 22:31 
I have a table which have person's name as Prefix, firstname, lastname, address as three
different columns.
I want to get all records when fire a query like

SELECT * from Persons where name= 'abcd'

I want such query which can search in all three columns, it means abcd can be in
Prefix, firstname or lastname column.

Actually I have a page in which there are some text boxes which accepts some inputs and
based on that inputs displays matching records in GridView.

Suppose someone entered 'Ind', so my query should find records in all three columns of name.

And if someone entered record in first text box say name and nothing is entered in address text box, then
the records matching with that name with all addresses should get displayed.


How can I do that?

Thanks in advance, Wink | ;)
AnswerRe: WildCard search in SQL Server 2005? Pin
salon7-May-08 22:47
salon7-May-08 22:47 
GeneralRe: WildCard search in SQL Server 2005? Pin
A Wong8-May-08 8:16
A Wong8-May-08 8:16 
GeneralRe: WildCard search in SQL Server 2005? Pin
salon8-May-08 18:18
salon8-May-08 18:18 
Questionhigh CPU utilization on the Oracle database server Pin
Ahmad Zuhd7-May-08 22:10
Ahmad Zuhd7-May-08 22:10 
Question[Message Deleted] Pin
Karan_TN7-May-08 21:58
Karan_TN7-May-08 21:58 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Christian Graus7-May-08 22:00
protectorChristian Graus7-May-08 22:00 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Karan_TN7-May-08 22:09
Karan_TN7-May-08 22:09 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Christian Graus7-May-08 22:20
protectorChristian Graus7-May-08 22:20 
QuestionRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Karan_TN7-May-08 22:25
Karan_TN7-May-08 22:25 

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.