All Forums Database
baburao 1 post Joined 10/06
30 Oct 2006
Current Account

a) How would you see the details of the current Account?

b) What is the correct syntax of the Account function?

GogulM 32 posts Joined 08/06
31 Oct 2006

a)sel * from DBC.AccountInfo
where accountname = account..(this will give all accounts for database,users and profile)
if u want more details abt the account.....then
sel * from dbc.dbase
where accountname = account (this will give the default account for each database and the user)

b) sel account;

You must sign in to leave a comment.