can you make query analyzer read only so I cannot accidentally thrash the data?

  • can you make query analyzer read only so I cannot accidentally thrash the data?

  • No. What would be the purpose? Query Analyzer is so you can run commands against the database.

    One solution. Change your permissions on the database to allow you read only.

    Another solution. Create a login that is read only and use that login when you use QA.

    -SQLBill

  • I think SQLBill is right on - especially the option of creating a login that only has read permissions.

    However, we should also consider that some data is bad, and needs a good thrashing now and then.

  • Bad Data, down boy

     

  • And some data is so troublesome that it's just best to delete it all and start fresh.

  • Darn that data......if it weren't for data, my job would be so much easier.

    -SQLBill

  • HaHa! Thanks all for the help

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply