Column not found or function is Ambiguous
hi all,
recently downloaded bids 2010 , created package. pakcage has data flow task , in t calls function. when point package use source sql server 2005 function performs , no issues, when point package toa source sql server 2008 i'm getting error:
an ole db record is available. source: "microsoft sql server native client 10.0" hresult: 0x80040e14
description: "statement(s) not prepared.".
ole db record is available. source: "microsoft sql server native client 10.0" hresult: 0x80040e14
description: "cannot find either column "dbo" or user-defined function or aggreate
"dbo.fn_get_date_time", or name ambiguous.".
but there no problem whatsoever when sourrce 2005 server. idea if there bug or there different way call function 2010 2008. please need planning upgrade packages 2010.
thanks
if you're not allowed post picture post picture file sharing service , give link.
another thing can try change function call using full qualified name eg database.schema.function.
if doesn't work create view content of query , select view instead
"if there's nothing wrong me, maybe there's wrong universe!"
SQL Server > SQL Server Integration Services
Comments
Post a Comment