Microsoft
Software
Hardware
Network
Question : Changing Data Type
I am trying to change the datatype of a field in a SQL 2005 table from nvarchar to datetime, but get an 'arithmetic overflow error'. How can I fix this?
Answer : Changing Data Type
chapmandew's use of isDate() would be needed to determine if the value is a valid date.
My suggestion of creating a new column first would be a good way to go to preserve the existing data for comparison later.
Split.
Random Solutions
event id 1073 user unable to restart
Getting a First Chance Exception when trying to add a record to access with VB.NET
tempdb in RAM on SQL Server 2005
Extract Birthdays between now and 30 days from today
Proper syntax?
sql server add valid owner
How to enter the Product Key in MS Exchange 2010
extract numbers from a cell
RDP in Adminpak.msi for Windows Server 2003/XP: How to turn off the connect local resource option
cross tab sql query