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
Cannot run SQL 2005 SSIS Job
Vista Business logs off immediately after login.
How do I change the date format when submitting InfoPath form to a SharePoint Form Library?
Microsoft Excel and PowerPoint 2003 print with no left margin
MS Access 2007 Customize Office Menu Button
Access 2003 All Capital Letters
Drop all Indexes
Event ID 27 Source KDC
SQL Syntax
asp .net: call a sql job?