Viewing 3 posts - 1 through 4 (of 4 total)
It sounds like you are not using exactly the same username that your using on the server. For instance, you might be using sa on the server and windows authentication...
June 15, 2004 at 9:54 am
Have you tried using sp_changedbowner to change it back to the senior developer?
Incidentally you can use sp_changeobjectowner to change any tables, view etc, back to dbo.
June 10, 2004 at 10:26 am
I had indexes on all my where conditions, and they were all on numeric columns, (so no problem with collation). SQL Server used the indexes on oracle for the select statements but not for...
June 10, 2004 at 5:09 am
Viewing 3 posts - 1 through 4 (of 4 total)