MUSINGS

SQL date handling, or prior to 2008 the world didn’t begin until 1753

SQL date handling, or prior to 2008 the world didn’t begin until 1753

If you ever need to transfer data between an Oracle instance and Microsoft SQL Server 2005, you’ll need to be aware of the differences between data types. In some instances this will require massaging the data so it’ll “fit” the schema at the destination, while maintaining the data integrity.

An interesting example of this is the date and time data types. Read more about SQL date handling, or prior to 2008 the world didn’t begin until 1753

SQL strings are screaming at me. How to implement Oracle InitCap in Transact-SQL

SQL strings are screaming at me. How to implement Oracle InitCap in Transact-SQL

Ever had to deal with series of data which is all in upper case? Corresponding with clients and screaming their name at them isn’t a good look. What is required is function to convert or transform the upper case data into proper names. For example JOE BLOGS should be Joe Blogs. Well if you are usingRead more about SQL strings are screaming at me. How to implement Oracle InitCap in Transact-SQL[…]