T
timexsinclair2068
I'm trying to run an ExecuteNonQuery("CREATE TABLE...") and I get a
-1. I'm using SQL Server 2000 and this has been happening since I
installed VS2005 (which also installed SQL Server 2005).
I'm starting to think it has to do with pemissions. Maybe SQL Server
2005 messed up with SQL Server 2000's permissions? I don't believe
it's possible, but I cannot think of any other alternative.
The thing is that this is not happening when I execute the same DDL
(i.e. CREATE Table...) in the Enterprise Manager or the Query
Analyzer. It only happenes via ADO.NET.
Any ideas?
Thanks!
Paul
-1. I'm using SQL Server 2000 and this has been happening since I
installed VS2005 (which also installed SQL Server 2005).
I'm starting to think it has to do with pemissions. Maybe SQL Server
2005 messed up with SQL Server 2000's permissions? I don't believe
it's possible, but I cannot think of any other alternative.
The thing is that this is not happening when I execute the same DDL
(i.e. CREATE Table...) in the Enterprise Manager or the Query
Analyzer. It only happenes via ADO.NET.
Any ideas?
Thanks!
Paul