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
Read/Write XML
XP Home won't boot to HD
Excel function/formula
need to convert the following from asp to asp.net
C# Class
Need help with CASE statement
uninstall this application when it falls out of the scope of managment
How to export ipconfig results to a text file via VB.net
Can't start SQL Server Agent (SQLEXPRESS)
Simple archive trigger for SYBASE table