Explore >> Select a destination


You are here

parvu.org
| | blog.bittersweetryan.com
15.7 parsecs away

Travel
| | I'm on a Mac, my company uses a SQL Server, and since there is not native SQL Server Enterprise manager client I was forced to find a workar...
| | www.pythian.com
14.5 parsecs away

Travel
| | Learn how to resume an OMSPatcher session after a failed patch application, ensuring your Oracle Enterprise Manager Server is efficiently patched without issues.
| | snapdba.com
16.1 parsecs away

Travel
| | This was a strange one. Attempts at recompiling the following package body resulted in this PLS-00801 error. COL owner FOR A20 COL object_name FOR A40 BREAK ON object_name SELECT owner, object_name, object_type, status, created, last_ddl_time FROM dba_objects WHERE object_name = 'PKG_FINANCIALS_WORK' ORDER BY status, object_type / OWNER OBJECT_NAME
| | mrpaulandrew.com
81.2 parsecs away

Travel
| This is just a quick post, mainly for my own reference. When working with code generated solutions we often need to convert datasets from SQL Server (T-SQL) data types to Azure Data Lake Analytics (U-SQL) data types. As you probably know U-SQL has a hybrid syntax of T-SQL and C# which uses .Net data types....