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
Difference between Icefaces,myfaces,richfaces
in JSF?
Watchguard high collision rate
Can't locate DBI.pm in @INC
Excel/csv, move rows to another sheet based on changing value in column
how can i create window service in C# using InstallUtil.exe ??
WHAT IS PROTEGE?
Access to read info from query and send out results in excel
Remote Desktop Services on Windows 2008 Foundation Server
How to solve incompatible types error in TableSorter.java?
PowerShell string += question