Wednesday, 13 July 2011

How To Find any procedure or table name

SELECT name, create_date, modify_date,*
FROM sys.objects
WHERE type = 'P'
AND name = 'HVS_Sp_SetVoucherBalanceAmountforBookingReference'

No comments:

Post a Comment