Forum: MS SQL Apr 15th, 2008 |
| Replies: 2 Views: 13,446 if you want to add a not null column to a table with rows, you need to set a default value to the new column.
adding a new column without a default value would put a null in the column for each... |
Forum: MS SQL Apr 15th, 2008 |
| Replies: 3 Views: 1,252 just replace the * with the column names... |
Forum: MS SQL Apr 11th, 2008 |
| Replies: 5 Views: 2,666 select * from table1, table2
this combines both tables |
Forum: MS SQL Mar 4th, 2006 |
| Replies: 0 Views: 1,470 im working on a asp.net project, sorta like a web portal, which will need a user database.
i have a very good understanding of sql. i just want some examples or tips on writing a good user... |