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
outlook 2000 "TCP/IP connection was unexpectedly terminated by your mail server. If this problem persists, contact your LAN
What are the recommended alternatives to the Office Web Components when used in Microsoft Access
Query is giving a non-boolean type specified error
How to read field names from an XSD file.
Getting GPS Latitude and Longitude on Smartphone with vb.net
Exchange 2007 EWS API change appointment
Exchange 2007 and iPhone IMAP problem
Can I run the free MS Office Word viewer from command line to print a document?
MS Access Report expression for data control source as first day of current month
What is a 'Database consistency check'?