Open Table Option Missing in SQL 2008
June 11, 2009 by Jason Bean
Filed under Computers
I’m getting my first experience working with the newest version of Microsoft’s SQL Server. We recently installed SQL Server 2008 at a client and we are setting up a web application on their servers now.
In my experience with SQL when I needed to edit data in a table I would right-click on the table name and select "Open Table" to display all the data in that table. I realize this probably isn’t the preferred or perhaps even "correct" method to use, but for me it worked, was quick and allowed me to immediately edit data in the table.
With SQL Server …read more




