Piotr Rodak

if datepart(dw, getdate()) in (6, 7)
use pubs;

Browse by Tags

All Tags » Sybase (RSS)
SSIS truncating BLOB fields from Sybase
Last week I struggled with issue that had been causing many problems in our work. We have implemented SSIS packages that synchronize Sybase and SQL Server databases. Some of tables contain text (on Sybase) columns that have to be passed to varchar(max...

Posted by Piotr Rodak | with no comments