Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
leeholden
Starting Member
34 Posts |
Posted - 2002-04-18 : 09:14:21
|
select £10 from bank_accountwhere name = 'Lee'statement conflicted with COLUMN CHECK constraint 'Overdrawn'--------------------------------------------------Ban all NULLs and employ Cowboy Coders |
|
jongregg
Starting Member
31 Posts |
Posted - 2002-04-18 : 09:26:23
|
when_you_underscore_instead_of_using_spacesandyou've_commited_to_marrying_someone_and_realise_that_you_can't_rollback (I don't really mean it dear ). |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-04-18 : 10:19:07
|
quote: you've_commited_to_marrying_someone_and_realise_that_you_can't_rollback (I don't really mean it dear ).
Sorry Jon, I think you meant:'you''ve_commited_to_marrying_someone_and_realise_that_you_can''t_rollback'That's when you've TRULY given over to the dark side of SQL |
 |
|
efelito
Constraint Violating Yak Guru
478 Posts |
Posted - 2002-04-18 : 12:21:43
|
select replicate('m', 5) + ' Dark Side' + replicate('.', 4)Jeff BanschbachConsultant, MCDBA |
 |
|
|
|
|