Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 I cannot save INSERT query's in Enteprise Manager

Author  Topic 

henrikop
Constraint Violating Yak Guru

280 Posts

Posted - 2001-04-10 : 10:53:24
I am just starting working with SQL server.
Now I have the following problem:
With SQL Server Enterprise Manager I try to save an INSERT INTO view.

INSERT INTO MyTable
SELECT OtherTable.*
FROM OtherTable

If I execute this view (Use Exclamation sign) it works fine. But when I try to save this view a box pops up with the message ODBC error.... Incorrect Syntax Near 'Insert'. Am I missing something? Or is this an valid error?

Thx for helping me out,

Henri



   

- Advertisement -