Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 7th, 2005, 12:33 PM
Registered User
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Syntax error converting datetime from character st

Hi,

I m trying to copy data from source table to destination table . The source table columns r of varchar type while the destination columns r either date or int . I have casted the columns into proper data type while selecting it from the source table and try inserting into destination table but i m getting the following errror.

"Syntax error converting datetime from character string."

I already checked for nulls but the problem seems to be improper data format coz i saw some of the data in the source table conatin spaces & thats y cast might be failing..



Can someone help me out pls in tackling the above issue.....

I appreciate it in advance.

Uppa
 
Old February 8th, 2005, 05:33 AM
Authorized User
 
Join Date: Jan 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Its seem from error that u r inserting some invalid date of varchar type in the date type field.

Amit Jain
Sr. Software Engineer
 
Old February 8th, 2005, 08:01 PM
Registered User
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hey Amit Thanx for ur reply.

Well do someone has some script or proc which while inserting data from source table to destination table do proper format check i mean to say for example a field with varchar is dumped into date field but the varchar field has some invalid date then in that case it ignore the entire row while dumping into destination table and carry on the execution rather than stopping at that point

Uppa





Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax error converting datetime from character st vinod_yadav1919 SQL Server 2000 2 September 10th, 2010 10:11 AM
Syntax error converting the varchar value... Earl Hickey ASP.NET 2.0 Basics 5 January 23rd, 2008 10:25 PM
Converting datetime to milliseconds since.. ravishakya SQL Server 2000 1 September 11th, 2006 07:47 AM
Syntax error converting datetime from character st kkrish SQL Server 2000 11 September 6th, 2006 06:46 AM
Error converting data type nvarchar to datetime. Andreas ADO.NET 2 August 18th, 2004 03:03 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.