Viewing 3 posts - 16 through 18 (of 18 total)
Try this query.
select * from sys.sysobjects
where = 'table_name'
You can make a loop for search in all databases.
I hope help you.
March 10, 2010 at 7:06 pm
#1131746
For each Windows Autentication Login you need to create another login in the new DOMAIN.
You need to change the account that start the SQL Server services if that use a...
March 8, 2010 at 6:23 pm
#1130368
Hi, Can you put your query here?
March 7, 2010 at 11:51 am
#1129782