Click here to Skip to main content
15,896,726 members
Home / Discussions / Database
   

Database

 
QuestionUsing SQL Server 2005 stored procedure in a view Pin
Steven J Jowett5-Feb-09 1:09
Steven J Jowett5-Feb-09 1:09 
AnswerRe: Using SQL Server 2005 stored procedure in a view Pin
Rob Philpott5-Feb-09 2:05
Rob Philpott5-Feb-09 2:05 
GeneralRe: Using SQL Server 2005 stored procedure in a view Pin
Steven J Jowett5-Feb-09 2:23
Steven J Jowett5-Feb-09 2:23 
Questionsql query parser Pin
me_aaryan4-Feb-09 22:38
me_aaryan4-Feb-09 22:38 
AnswerRe: sql query parser Pin
Wendelius5-Feb-09 6:06
mentorWendelius5-Feb-09 6:06 
AnswerRe: sql query parser Pin
PIEBALDconsult5-Feb-09 6:11
mvePIEBALDconsult5-Feb-09 6:11 
QuestionGrouping to eliminate null Pin
member274-Feb-09 20:00
member274-Feb-09 20:00 
AnswerRe: Grouping to eliminate null Pin
Ennis Ray Lynch, Jr.5-Feb-09 6:33
Ennis Ray Lynch, Jr.5-Feb-09 6:33 
Exclude the null records from your query using

where
table.column is not null

Another option, if you want the nulls returned is
isnull(table.column, 'null')

To which you could then report on.


Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.


If you don't ask questions the answers won't stand in your way.


Most of this sig is for Google, not ego.


Questioncountry,state ,city, table in sql server Pin
surajitkhamrai4-Feb-09 19:09
surajitkhamrai4-Feb-09 19:09 
AnswerRe: country,state ,city, table in sql server Pin
Rob Philpott4-Feb-09 22:03
Rob Philpott4-Feb-09 22:03 
QuestionSQL xml: get xml values into CSV? Pin
pankazmittal4-Feb-09 11:38
pankazmittal4-Feb-09 11:38 
AnswerRe: SQL xml: get xml values into CSV? Pin
Wendelius5-Feb-09 5:59
mentorWendelius5-Feb-09 5:59 
GeneralRe: SQL xml: get xml values into CSV? Pin
pankazmittal5-Feb-09 9:08
pankazmittal5-Feb-09 9:08 
GeneralRe: SQL xml: get xml values into CSV? Pin
Wendelius5-Feb-09 9:16
mentorWendelius5-Feb-09 9:16 
QuestionWriting to Console from SQL Server Stored Procedure Pin
ragtopcathy4-Feb-09 4:09
ragtopcathy4-Feb-09 4:09 
AnswerRe: Writing to Console from SQL Server Stored Procedure Pin
Wendelius4-Feb-09 7:19
mentorWendelius4-Feb-09 7:19 
GeneralRe: Writing to Console from SQL Server Stored Procedure Pin
ragtopcathy4-Feb-09 7:21
ragtopcathy4-Feb-09 7:21 
GeneralRe: Writing to Console from SQL Server Stored Procedure Pin
Wendelius4-Feb-09 8:01
mentorWendelius4-Feb-09 8:01 
QuestionCase sensitivity Pin
Fayu4-Feb-09 3:36
Fayu4-Feb-09 3:36 
AnswerRe: Case sensitivity Pin
Wendelius4-Feb-09 7:39
mentorWendelius4-Feb-09 7:39 
GeneralRe: Case sensitivity Pin
Fayu4-Feb-09 9:47
Fayu4-Feb-09 9:47 
GeneralRe: Case sensitivity Pin
Wendelius5-Feb-09 5:40
mentorWendelius5-Feb-09 5:40 
Questionsql with count [modified] Pin
foryou4-Feb-09 0:12
foryou4-Feb-09 0:12 
AnswerRe: sql with count Pin
Blue_Boy4-Feb-09 5:33
Blue_Boy4-Feb-09 5:33 
AnswerRe: sql with count Pin
Wendelius4-Feb-09 8:21
mentorWendelius4-Feb-09 8:21 

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.