SQL ORACLE
One Orange Chip
Points: 27807
More actions
June 29, 2011 at 10:14 am
#243082
Many thanks in advance.
Orlando Colamatteo
SSC Guru
Points: 182279
June 29, 2011 at 11:30 am
#1346103
USE database_name
GO
SELECT *
FROM sys.objects
WHERE USER_NAME(OBJECTPROPERTY(OBJECT_ID, 'ownerid')) = 'the_owner_name' ;
There are no special teachers of virtue, because virtue is taught by the whole community.--Plato
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply