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
Strange DNS resolution
How can I reference information from one sheet to another by values selected in a drop down menu
Use .NET or SSIS to download Exhange email and process attachments
Create linked server from MS Sql to oracle server
Passing combobox var to loaded swf as3
Cannot RDP to W2008R2 Server 'Computer Name' but can to its IP Address
Can't identify windows 2003 server by name on my network
C# Data Update query
asynch sockets
Loading multi-line field using SQL Loader into Oracle Tables