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
Simple query not working. What am i missing?
Tracing from WCF service running in IIS
2007 Excel Formulas
What Reference is needed for "Dim db As ADODB.Connection" ?
Computer needs to be started twice
Outlook reply icon not always working
Selecting certain items
Difference between "Address Space" and "Smart Hosts" in Exchange Send Connector
Small parameter windows appears?
MS Access 2007 create csv file - quit excel object without asking to save.