Forum Replies Created

Viewing 15 posts - 226 through 240 (of 536 total)

  • RE: msrepl_tran_version column problem

    You should be fine to drop the columns, however you will probably find that the triggers associated with merge replication are still on the table as well so you will...

  • RE: Any problem with main page this site.?

    seems to work fine for me, although there is a possibility its cached.

    Your not on IE8 by any chance are you? loads of sites dont work with IE8, they...

  • RE: Distribution database

    check you table sizes. it could be that the history tables are not being cleared down by the clean up jobs

  • RE: Deleting domain login

    you need to check object ownership and change them all that are currently under his/her login to new ownership.

  • RE: Useful SQL DMVs

    Books online is a really good place to start. i know thats the answer for loads of questions but seriously for DMV's BOL is very useful and also splits...

  • RE: Tranasaction log file

    The way i read this was that you wanted to delete transaction log backups (typically .trn) from your backup directory? is this correct? If so you can use...

  • RE: LOg in prob

    GilaMonster (8/21/2009)


    The error's not saying that the database is in single user mode, it's saying that the server is in single user mode.

    Well spotted 🙂 My apologies - ignore...

  • RE: LOg in prob

    if the database is in single user mode thats probably for a reason. you need to find out who put it in single user mode as they probably have...

  • RE: Order by causing issues

    do you get the same performance issues if you use between instead of the >< operators?

  • RE: t-SQL query (convert to 2005)

    yes, if you use SSMS and go to the table, right click and produce a create script to a new window. then copy and paste that in to a...

  • RE: t-SQL query (convert to 2005)

    can you post the table definitions for SGTALIQDATA and LIQUIDACAO from both the sql 2000 and the sql 2005 databases

  • RE: Copy database between servers

    It doesnt matter what physical machine your on. connect to server A through EM/SSMS right click on the database, tasks -> detach.

    move the mdf and ldf file(s) over...

  • RE: Copy database between servers

    if you want to move the database completely (ie to remove it from server A and add it to server B) i personally would use the detatch/attach method.

  • RE: Errors from the server regarding disk utilization

    im not really sure where SQL comes into the equation in this problem?? Possibly best looking for a FogLight forum?

  • RE: restore

    recovery bring the database online and allows full database activity.

    norecovery leaves the database in a restoring state ready for the next backup file to be applied (nobody can connect in...

Viewing 15 posts - 226 through 240 (of 536 total)