Hi,
I have a SQL Server replication with pull subscriptions. I have SP which creates a #Temp table for the data manipulations. Now I'm having a problem when doing this on the subscriber. It throws error
"CREATE TABLE permission denied in database <DB Name>.".
Is there any way I can allow this database to create a temp table.
Please help,
Thanks in advanced :)
- Chama -