Viewing post 1 (of 2 total)
That's what querying object Id on destined DB does not show any object name. I have tried both of these options
select [name] from sys.objects where [object_id] = 1250819518
select object_name(1250819518)
April 6, 2012 at 3:45 am
#1470005