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
Overlapping labels - Highlight
Excel slow opening sheet
Any quick way to traverse through labels/textbox on a report design page?
Windows 7 + Visual Basic 2008 + COM libraries
How do I change the height of a decorative border box conditionally on the contents of a text box within the box
Deleting Group Policy Objects
Find text in file, and find next lines
DateTimePicker to DateTime SQL Server format
SQL SPLIT Function Clarification
FSMO Roles