Change datetime format from Tasks > Generate Scripts

  • I love the ability to script actual data in tables in SQL Server 2008, however, the output of the datetime columns is a hassle if I need to insert the records into an Oracle database. For example, the date/time '2010-02-02 00:00:00.000' is represented as CAST(0x00009D1100000000 AS DateTime). This works great for SQL Server databases, but will not work for Oracle. Is there a way to change it so that it generates a human readable date?

  • I'm actually struggling with the same issue. If I find anything I'll post it here. If you manage to come right let me know! 🙂

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply