Microsoft
Software
Hardware
Network
Question : Simple T-SQL question...
Hi,
I am using SQL 2008
What is the T-SQL to change a column from NOT accepting nulls to accepting nulls?
-ws
Answer : Simple T-SQL question...
alter table YourTableName
alter column YourColumnName DataType null
eg:
alter table emps
alter column name varchar(10) null
Random Solutions
target a blank window with asp:button
Combo/List box in Table
What is the most liklely cause of a numeric field overflow error
Access VBA DCount() on SQL 2008 server table
cannot apply default email address policy
How to change SQL 2008 reporting services from native mode to sharepoint integrated mode
Registering DLL in Win95
RUNAS ERROR: Unable to acquire user password
adding a text box to a radio button list?
Visual Studio 2008 on VMWare Fusion 3 Tweaks (XP)