Forum Replies Created

Viewing 15 posts - 76 through 90 (of 111 total)

  • RE: Wrong Logion Name after restore

    If you restored the database to a DIFFERENT server:  After the restore, you will need to synchronize the logins/users data.  To do this, login to the...

  • RE: User to start SQL Server

    At minimum, the user that starts SQL Server needs local admin rights on the machine that is running SQL Server.  Note:  It is not necessary to have domain admin rights, just...

  • RE: table naming conventions

    Yes, I find that it is very good practice to name tables that have similiar functions together so that they are sorted together.  It's a great visual tool when you want...

  • RE: Reports stop showing extra pages.

    I assume that you mean setting up user/perms for the Access database.  Here are the steps:

    1) Logged in as Admin, choose Tools -> Security -> Workgroup Administrator.

    2) On the...

  • RE: to partition or not to partition?

    If you are just talking about making two seperate logical partitions, I don't think it will make a difference since in the end - the two logical drives are on...

  • RE: sql server stops

    You can backup a SQL database while it is in use.   For best results and to check how much of a performance degradation you see, you probably want to try...

  • RE: Where are error codes

    Although I know that it is becoming a mortal sin to do a SELECT on sys tables ... Is this what you are...

  • RE: Seeking script to drop/create all indexes in database

    Why don't you use the "Generate Script" feature in EM to create a script that drops/creates all indexes?

     

  • RE: What about learning databases (pubs and northwind)?

    I leave them on our development server since it gives something for our developers to play around in.  However, I have dumped them from our production database server.

  • RE: Please Help!!!...moving MSSQL db

    If your budget allows, you might want to consider purchasing something like RedGate's SQLCompare (they have a 14 day trial for download on their website).  It will allow you to...

  • RE: Interviewing

    This was a great article that was chock full of good advice!

    Another idea for an article:  Best techniques for a CV/Resume.   I always struggle with (1)  How many pages should...

  • RE: Backup from SQL 2000, restore to 2005 - will it work?

    As Steven pointed out, after the restore it is important to run the following command to set the compatibility mode to SQL Server 2005:

    sp_dbcmptlevel 'DBNAME', 90

    replace DBNAME with the name...

  • RE: SQL Server 2005 and 2000, can they coexist?

    Install 2000 first, then 2005.

  • RE: Compare data in two tables

    I haven't used the "tablediff utility" in SQL 2005. However, I do have to compare the data in tables quite often.  I have found Red Gate's SQL Data Compare to...

  • RE: When will my cd''''s ship?

    You will be happy to know that SQL Server 2005 was released on 11/7/2005.

Viewing 15 posts - 76 through 90 (of 111 total)