In SQL 2000 Enterprise Manager, one was able to edit and commit data on-the-fly directly from the results pane. Action->Open Table->Query with the SQL Pane shown gives you an interface similar to Query Analyzer. One could write a complex select statement with where clauses and joins, and the results pane would show the resulting data. With a single table it works fine, but add multiple tables to the mix and it stops working. Add some joins, and forget about it. Do the same thing in 2000 and you're able to perform the task.
Lessons learned from previous answers to this question throughout the internet: (by me and others)
1. It doesn't seem to be a service pack issue. I have the latest on the client and the server.
2. We don't want to create a view, then change everything to an update statement, comitt it, and then delete the view again, or accumulate a ton of views.
3. Here is one example of the sad history of trying to get this issue resolved...
4. This issue has been asked in many forums with no answer that solves the crux of the problem. My understanding is that its the first time on tek-tips.
Any ideas? Permission issues that you've tested to confirm it works if you change some settings? (Please confirm.) FREE software tools that will perform this task?
Lessons learned from previous answers to this question throughout the internet: (by me and others)
1. It doesn't seem to be a service pack issue. I have the latest on the client and the server.
2. We don't want to create a view, then change everything to an update statement, comitt it, and then delete the view again, or accumulate a ton of views.
3. Here is one example of the sad history of trying to get this issue resolved...
4. This issue has been asked in many forums with no answer that solves the crux of the problem. My understanding is that its the first time on tek-tips.
Any ideas? Permission issues that you've tested to confirm it works if you change some settings? (Please confirm.) FREE software tools that will perform this task?