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
Column order changes when data is exported from Access reports to Excel using "Analyze It with Excel" option
Exchange 2003 with 2 certificates
Forms closing ??
T-SQL: No Min(x,y) Mathematical Function???
ESSENTIAL BUSINESS SERVER 2008 INSTALLATION ERRORS
Microsoft Internet Explorer has encountered a problem and needs to close
Access VBA - exporting a table into a text file of a different format
web site does not load right without WWW / HTaccess file not working
Win2K box gives blue screen then memory dump
Date Format in Windows App