SQL server permission using Windows Authentication.

Dwillnu86Dwillnu86 Member Posts: 2
Hi All.

I am recieving an error importing a modified object into a test database. I am logged in using windows authentication, and a SUPER role. I was able to import two forms, but recieved the following error while trying to add a table:

The following SQL error occured when accessing the Project table:

1088,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the object "sandbox 9-15-10$Project" because it does not exist or you do not have permissions.

SQL:
ALTER TABLE "Sandbox 9-15-10"."dbo"."sandbox 9-15-10$Project" ADD "Estimated Profit % DEMICAL (38,20) NOT NULL CONSTRAINT "$ndodefault$648389379$1030" DEFUALT 0.0


viewtopic.php?f=33&t=35216&hilit=1088%2C+42000+%2C%5BMicrosoft%5D%5BODBC+SQL+Server+Driver%5D%5BSQL+Server%5D

Thanks!

Comments

  • bbrownbbrown Member Posts: 3,268
    Do you have DB_Owner rights in the database?
    There are no bugs - only undocumented features.
Sign In or Register to comment.