February 10, 2006 at 8:20 am
can you make query analyzer read only so I cannot accidentally thrash the data?
February 10, 2006 at 8:34 am
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
February 10, 2006 at 8:48 am
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.
February 10, 2006 at 9:24 am
Bad Data, down boy
February 10, 2006 at 9:59 am
And some data is so troublesome that it's just best to delete it all and start fresh.
February 10, 2006 at 12:04 pm
Darn that data......if it weren't for data, my job would be so much easier.
-SQLBill
February 10, 2006 at 12:55 pm
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