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
SSIS Dynamic Connection in Execute Sql Task
Command to trigger keyboard stroke through coding in .Net compact Framework
Outlook 2007: Change sensitivity of received Message
How to get the calendar date based on a weekday
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Two DHCP Servers
ISA server in SBS 2003. is blocking a site, how do i allow?
Remote Desktop client in windows 7
How to get rid of redirect notice.
need assistance adding external IM functionality to our OCS 2007 install