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
How to limit the memory usage of a VB.NET process in Win Server 2008
The string was not recognized as a valid DateTime when I call the Stored Procedure
Is there a way to restart Windows service remotely?
scripts to export Access table (in .xsl format)
C# -- Checkbox STATE -- still fails ?
Conditional Row Filtering based on column grouping
SendObject -- Message Text Truncates
Run multiple paramenter query from one button
SQL query to extract date from the xml TEXT
need tips on designing a multi-page/panel application