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
windows XP 64bit setup
Can't boot from secondary plex standalone
Remote desktop crashs when it trys to connect
"Pop Chart" style position changes - how to calculate in Excel
Printout default value of unbound textbox
active directory problems
Calendar with current date and month
VB.NET: ListView FindItemWithText returns exception
ContainsTable Multiple Column search?
Windows Server 2003 SP1 update problem