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
SBS 2008 Sharepoint Search/Gatherer error
How do I get sql server management studio express to show
call shell failing
"The Active Directory Services Installaion Wizard is not supported on this SKU"
HELP! Windows Server 2003 stuck in install loop!
Unable cofigure ISA Server Proxy Email Alert
Hosting WCF Service on IIS - Windows7
Access VBA ODBC Connection
Using access2007 runtime where target pc has office 2003
Radgrid displays data only after the first postback ...