Microsoft
Software
Hardware
Network
Question : modify column to allow null
ALTER TABLE mytable MODIFY mycolumn price null
column is not null i want it to be null
Incorrect syntax near 'MODIFY'.
I tried with/without ()
with/without price
with/without null
Answer : modify column to allow null
ALTER TABLE ebaytitles ALTER COLUMN price money NULL
Random Solutions
coins - why only side is shown
Computer in VMWare has black screen with _ symbol
interview questions on SSIS
ASP.NET How to get picture images to display...in a LISTVIEW?
asp.net: how would you insert the address 'location' into this hyperlink control
phpmailer errorInfo
Example on How to use AddPrinterDriver or AddPrinterDriverEx with C#?
Problem getting page with CURL and PHP
how to parse this text log into another txt format
Does anyone know FBML or the basics of developing a FB app?