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
Microsoft SSIS Service failed to start. Error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
JQuery is disabled by partial postbacks
reset server node -WSUS3 -SP2
Can't get the Excel ado connection to work with .xls version 2.1
data transfer cable vista
Server activesync event ID 3005
How do I remove existing ListView items and subitems
where parameters aspx .net page
change a sourceobject for a subform
How to set value member in listbox using Silverlight 3.0