Click here to Skip to main content
15,895,538 members
Home / Discussions / Database
   

Database

 
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? PinPopular
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 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Christian Graus7-May-08 22:26
protectorChristian Graus7-May-08 22:26 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
leckey8-May-08 3:33
leckey8-May-08 3:33 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Rajesh R Subramanian8-May-08 23:31
professionalRajesh R Subramanian8-May-08 23:31 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Dave Kreskowiak8-May-08 2:58
mveDave Kreskowiak8-May-08 2:58 
AnswerRUDE! Pin
leckey8-May-08 3:34
leckey8-May-08 3:34 
Questionhow to load data to dropdownlist? Pin
sacr837-May-08 21:00
sacr837-May-08 21:00 
AnswerRe: how to load data to dropdownlist? Pin
Christian Graus7-May-08 22:01
protectorChristian Graus7-May-08 22:01 
QuestionTransaction Processing Replication Pin
Codename477-May-08 1:57
Codename477-May-08 1:57 

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.