Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Sql server 2005

    Try this query.

    select * from sys.sysobjects

    where = 'table_name'

    You can make a loop for search in all databases.

    I hope help you.

  • RE: SQL Server Domain Migration

    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...

  • RE: Query on optimization

    Hi, Can you put your query here?

Viewing 3 posts - 16 through 18 (of 18 total)