Click here to Skip to main content
15,908,115 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is there a way to efficiently load the cities of US into the database Pin
Rohde11-Dec-07 23:32
Rohde11-Dec-07 23:32 
GeneralRe: Is there a way to efficiently load the cities of US into the database Pin
Rocky#11-Dec-07 23:39
Rocky#11-Dec-07 23:39 
Questionhow select row ? Pin
azumike11-Dec-07 22:34
azumike11-Dec-07 22:34 
GeneralRe: how select row ? Pin
Rohde11-Dec-07 23:19
Rohde11-Dec-07 23:19 
QuestionRe: how select row ? Pin
azumike11-Dec-07 23:32
azumike11-Dec-07 23:32 
GeneralRe: how select row ? Pin
Rohde11-Dec-07 23:39
Rohde11-Dec-07 23:39 
GeneralRe: how select row ? Pin
azumike12-Dec-07 23:25
azumike12-Dec-07 23:25 
GeneralCONCATENATION problem!!?? (SQL 2000) Pin
anthoy11-Dec-07 22:04
anthoy11-Dec-07 22:04 
help anyone!! phaleezz!!

i just want to combine the returned values(both varchar types)of my two 'user defined function' as one field in my sql statement

my codes like this..

<br />
select cast (UDF_getCellNos  + '/' + UDF_GetLandLines as varchar(100)) as Contact_Info from tblCrewInfo<br />


if both my UDF's returns a value..

my column 'Contact_Info' returns '09179673815 / (02)9614337'

works out fine..


but if either of my UDF's does not return a value...

my column 'Contact_Info' returns 'null'

it's supposed to return the value of the other UDF..
and thats my problem D'Oh! | :doh:


..is there any other way i can get my UDF's returned values as one column, even if one doesn't have a return value?

any help will be appreciated...
thanks in advance
GeneralRe: CONCATENATION problem!!?? (SQL 2000) Pin
pmarfleet11-Dec-07 22:15
pmarfleet11-Dec-07 22:15 
GeneralRe: CONCATENATION problem!!?? (SQL 2000) Pin
anthoy11-Dec-07 22:21
anthoy11-Dec-07 22:21 
GeneralRe: CONCATENATION problem!!?? (SQL 2000) Pin
pmarfleet11-Dec-07 22:33
pmarfleet11-Dec-07 22:33 
QuestionConnect sql server 2000 by ADO.NET on two VLAN??? Pin
Doan Quynh11-Dec-07 20:23
Doan Quynh11-Dec-07 20:23 
QuestionSQL Perfomance severe decline, why? Pin
alexvw11-Dec-07 16:05
alexvw11-Dec-07 16:05 
GeneralRe: SQL Perfomance severe decline, why? Pin
SimulationofSai11-Dec-07 21:55
SimulationofSai11-Dec-07 21:55 
GeneralRe: SQL Perfomance severe decline, why? Pin
alexvw12-Dec-07 2:07
alexvw12-Dec-07 2:07 
GeneralRe: SQL Perfomance severe decline, why? Pin
Paddy Boyd12-Dec-07 5:39
Paddy Boyd12-Dec-07 5:39 
GeneralRe: SQL Perfomance severe decline, why? Pin
alexvw12-Dec-07 8:53
alexvw12-Dec-07 8:53 
GeneralRe: SQL Perfomance severe decline, why? Pin
Paddy Boyd12-Dec-07 21:18
Paddy Boyd12-Dec-07 21:18 
GeneralRe: SQL Perfomance severe decline, why? Pin
alexvw13-Dec-07 0:41
alexvw13-Dec-07 0:41 
GeneralRe: SQL Perfomance severe decline, why? Pin
Mike Dimmick13-Dec-07 5:08
Mike Dimmick13-Dec-07 5:08 
GeneralRe: SQL Perfomance severe decline, why? Pin
alexvw13-Dec-07 14:18
alexvw13-Dec-07 14:18 
GeneralSQL Server 2005 Tuning Book Pin
Brendan Vogt11-Dec-07 10:35
Brendan Vogt11-Dec-07 10:35 
GeneralRe: SQL Server 2005 Tuning Book Pin
John_Adams11-Dec-07 19:26
John_Adams11-Dec-07 19:26 
Generalint vs smallint Pin
Brendan Vogt11-Dec-07 10:28
Brendan Vogt11-Dec-07 10:28 
GeneralRe: int vs smallint Pin
pmarfleet11-Dec-07 11:02
pmarfleet11-Dec-07 11:02 

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.