Hi,
Pretty new to MS SQL server, and I'm trying to have some semblance of security.. I just want a user that can select,insert,update and delete, but not create tables etc. I've been able to do this, but only by referencing tables in the manner
dbowner.tablename
Is there a way to reference another person's table without having to prefix it with dbowner each time? (Currently, the heaps and heaps of code don't have the dbowner prefix in the queries, so ideally I don't want to have to change everything! )
Any help would be appreciated..
Thanks,
Allan
Pretty new to MS SQL server, and I'm trying to have some semblance of security.. I just want a user that can select,insert,update and delete, but not create tables etc. I've been able to do this, but only by referencing tables in the manner
dbowner.tablename
Is there a way to reference another person's table without having to prefix it with dbowner each time? (Currently, the heaps and heaps of code don't have the dbowner prefix in the queries, so ideally I don't want to have to change everything! )
Any help would be appreciated..
Thanks,
Allan