hi to all
i am sridhar
My question is:
To select all tables in a database is
select name from sysobjects where type='U'
But want to mension the database name in the query itself
select .............. where database = 'mydatabas'"
i need query for this
thanks
i am sridhar
My question is:
To select all tables in a database is
select name from sysobjects where type='U'
But want to mension the database name in the query itself
select .............. where database = 'mydatabas'"
i need query for this
thanks
Comment