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
How Do I download AJAX Futures?
Need SQL Script
Possible to use C# in Excel 2007 macro?
MS EXchange 2003 Permissions
Can we Edit auto generated reply message by auto accept agent ? Using exchange 2003 SP2
Reduce the size of x-axis in Perfmon graph
SBS2003 installation problems.
How to remove header and footer when printing from IE for multiple computers.
Weekly price averages for 5000+ items as charts saved as graphic
How to set up solver constraints in VBA with conditional formulas?