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
Change Mailbox Alias
export the sas dataset to create a table in my sql database
iPhone 4 in the USA
Javascript form validation problems
Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7
Ajax or flash..For online Jewellery designer ?
excel vba script needed
Detect Session State TimeOut
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server
Most Efficient Way Of Appending to a Byte[]