Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
GeneralRe: local sql server database not updating Pin
Chris Meech6-Dec-07 10:02
Chris Meech6-Dec-07 10:02 
GeneralRe: local sql server database not updating Pin
Pete O'Hanlon6-Dec-07 10:04
mvePete O'Hanlon6-Dec-07 10:04 
GeneralMSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
N a v a n e e t h6-Dec-07 5:31
N a v a n e e t h6-Dec-07 5:31 
GeneralRe: MSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
GuyThiebaut6-Dec-07 9:55
professionalGuyThiebaut6-Dec-07 9:55 
GeneralRe: MSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
Tobias Schoenig6-Dec-07 21:33
Tobias Schoenig6-Dec-07 21:33 
Generalcounting null rows Pin
Xmen Real 6-Dec-07 4:36
professional Xmen Real 6-Dec-07 4:36 
GeneralRe: counting null rows Pin
Colin Angus Mackay6-Dec-07 6:01
Colin Angus Mackay6-Dec-07 6:01 
GeneralRe: counting null rows Pin
GuyThiebaut6-Dec-07 9:25
professionalGuyThiebaut6-Dec-07 9:25 
You cannot use = NULL.

The previous post gave you the correct answer and it is important to understand what NULL actually means.

You cannot compare NULL to another value.
This is because NULL is an indeterminate value.

In other words NULL=NULL will always return false because NULL means the absence of a value.

Regards

Guy

You always pass failure on the way to success.


GeneralGenerate Sqlscript for Table using Query Analyzer Pin
Satish - Developer6-Dec-07 0:37
Satish - Developer6-Dec-07 0:37 
GeneralRe: Generate Sqlscript for Table using Query Analyzer Pin
Rob Graham6-Dec-07 3:57
Rob Graham6-Dec-07 3:57 
GeneralRe: Generate Sqlscript for Table using Query Analyzer Pin
GuyThiebaut6-Dec-07 10:01
professionalGuyThiebaut6-Dec-07 10:01 
QuestionHow to change default CLR Schema? Pin
DotNetWWW6-Dec-07 0:10
DotNetWWW6-Dec-07 0:10 
AnswerRe: How to change default CLR Schema? Pin
Rob Graham6-Dec-07 4:00
Rob Graham6-Dec-07 4:00 
Generalimporting data from an xml into sql server 2005 Pin
I Never Look Behind5-Dec-07 20:05
I Never Look Behind5-Dec-07 20:05 
GeneralRe: importing data from an xml into sql server 2005 Pin
suyuan19845-Dec-07 22:56
suyuan19845-Dec-07 22:56 
GeneralRe: importing data from an xml into sql server 2005 Pin
pmarfleet6-Dec-07 1:49
pmarfleet6-Dec-07 1:49 
GeneralRe: importing data from an xml into sql server 2005 Pin
suyuan19846-Dec-07 20:56
suyuan19846-Dec-07 20:56 
GeneralRe: importing data from an xml into sql server 2005 Pin
pmarfleet6-Dec-07 21:12
pmarfleet6-Dec-07 21:12 
JokeRe: importing data from an xml into sql server 2005 Pin
Paul Conrad9-Dec-07 5:32
professionalPaul Conrad9-Dec-07 5:32 
QuestionHow to get this relation(need Sql query)? Pin
Imran Khan Pathan5-Dec-07 18:47
Imran Khan Pathan5-Dec-07 18:47 
AnswerRe: How to get this relation(need Sql query)? Pin
Rajkamal_dfine8-Dec-07 4:57
Rajkamal_dfine8-Dec-07 4:57 
GeneralSQL select up to the last 6 dates worth of an order Pin
totig5-Dec-07 8:15
totig5-Dec-07 8:15 
GeneralRe: SQL select up to the last 6 dates worth of an order Pin
Michael Potter5-Dec-07 8:33
Michael Potter5-Dec-07 8:33 
GeneralSelecting date range Pin
tthellebuyck5-Dec-07 3:22
tthellebuyck5-Dec-07 3:22 
GeneralRe: Selecting date range Pin
coolestCoder5-Dec-07 4:09
coolestCoder5-Dec-07 4:09 

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.