I have a data warehouse in my workstation in sql server 2000.
I installed Sql server 2000 with windows nt authentication.
I create a database and i create tables.
In sql server 2000, when i create stored procedure and i insert, delete or update table it's fine.
But when i use access with an odbc link or a vba script with an odbc or an ole db link i can't insert, delete or update.
And when i use any table from the northwind database in sql server and i put an odbc link in access, i can erase, update or insert data.
Even in vb6 with the data window i can do the same things (delete, insert or update).
Can someone help me ?