Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Accidental SQL Server shutdown

    Add the user to a fixed database role that has just enough permissions to accomplish their tasks. db_datareader and db_datawriter are a start for select, insert, update, delete permissions. It...

  • RE: Register SQL 2000 Server in SQL 2005 Server Management Studio

    You need to allow remote connections in the SQL Server Surface Area Configuration utility found in your Configuration Tools folder.

  • RE: backing up jobs

    You can also backup and move jobs by generating a SQL script after they have been created. Of course, to successfully recreate them on a different server by running the...

  • RE: Connecting to SQL Server 2005

    Remember that MSSQL '05 does not allow remote connections by default. Use SQL SSAC to make your db accessible to remote clients.

  • RE: Replication

    Snapshot or transactional replication from production server to reporting server should suffice. Log shipping would work for you as well. It depends on how often the information is updated and...

Viewing 5 posts - 1 through 5 (of 5 total)