Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server timestamp Pin
miceisland7-Jun-06 14:49
miceisland7-Jun-06 14:49 
Questionconstraints Pin
kjosh6-Jun-06 10:24
kjosh6-Jun-06 10:24 
AnswerRe: constraints Pin
Kschuler6-Jun-06 10:59
Kschuler6-Jun-06 10:59 
QuestionT-SQL + crystal reprot Pin
Naveed Kamboh6-Jun-06 6:37
Naveed Kamboh6-Jun-06 6:37 
QuestionAccess TSQL Output in Code Pin
andrewbaker6-Jun-06 5:51
andrewbaker6-Jun-06 5:51 
QuestionHow do I assign NULL values to a DATE variable in SQL SERVER 2005? Pin
Slow Learner6-Jun-06 5:04
Slow Learner6-Jun-06 5:04 
AnswerRe: How do I assign NULL values to a DATE variable in SQL SERVER 2005? Pin
Daniel Santillanes6-Jun-06 7:20
professionalDaniel Santillanes6-Jun-06 7:20 
GeneralRe: How do I assign NULL values to a DATE variable in SQL SERVER 2005? Pin
Eric Dahlvang6-Jun-06 8:50
Eric Dahlvang6-Jun-06 8:50 
SQL Server Books Online

IS [NOT] NULL
Determines whether or not a given expression is NULL.

Syntax
expression IS [ NOT ] NULL

Remarks
To determine if an expression is NULL, use IS NULL or IS NOT NULL rather than comparison operators (such as = or !=). Comparison operators return UNKNOWN if either or both arguments are NULL.


----------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

AnswerRe: How do I assign NULL values to a DATE variable in SQL SERVER 2005? Pin
Eric Dahlvang6-Jun-06 9:05
Eric Dahlvang6-Jun-06 9:05 
GeneralRe: How do I assign NULL values to a DATE variable in SQL SERVER 2005? Pin
Daniel Santillanes9-Jun-06 10:08
professionalDaniel Santillanes9-Jun-06 10:08 
Questiondbdataadapter.update Pin
NICE TO MEET6-Jun-06 1:12
NICE TO MEET6-Jun-06 1:12 
QuestionUrgent hlep SQL-TSQL Pin
Naveed Kamboh6-Jun-06 1:09
Naveed Kamboh6-Jun-06 1:09 
AnswerRe: Urgent hlep SQL-TSQL [modified] Pin
SeMartens6-Jun-06 3:00
SeMartens6-Jun-06 3:00 
AnswerRe: Urgent hlep SQL-TSQL Pin
Michael Potter6-Jun-06 3:20
Michael Potter6-Jun-06 3:20 
GeneralRe: Urgent hlep SQL-TSQL Pin
Stephan Samuel6-Jun-06 3:48
Stephan Samuel6-Jun-06 3:48 
AnswerRe: Urgent hlep SQL-TSQL Pin
Ricardo Casquete6-Jun-06 3:28
Ricardo Casquete6-Jun-06 3:28 
GeneralRe: Urgent hlep SQL-TSQL/Thanks all Pin
Naveed Kamboh6-Jun-06 22:51
Naveed Kamboh6-Jun-06 22:51 
QuestionSql Loader problem Pin
neha30136-Jun-06 1:04
neha30136-Jun-06 1:04 
AnswerRe: Sql Loader problem Pin
SeMartens6-Jun-06 2:36
SeMartens6-Jun-06 2:36 
GeneralRe: Sql Loader problem Pin
neha30136-Jun-06 21:00
neha30136-Jun-06 21:00 
AnswerRe: Sql Loader problem Pin
Stephan Samuel6-Jun-06 3:32
Stephan Samuel6-Jun-06 3:32 
GeneralRe: Sql Loader problem Pin
neha30136-Jun-06 20:56
neha30136-Jun-06 20:56 
QuestionGet Comma Separated List from Query Pin
sarah_chandran5-Jun-06 23:31
sarah_chandran5-Jun-06 23:31 
AnswerRe: Get Comma Separated List from Query Pin
albCode6-Jun-06 1:08
albCode6-Jun-06 1:08 
GeneralRe: Get Comma Separated List from Query Pin
sarah_chandran6-Jun-06 1:34
sarah_chandran6-Jun-06 1:34 

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.