Bar0n
Executive Member
- Joined
- Nov 12, 2010
- Messages
- 5,552
- Reaction score
- 7
I have a weird issue when trying to retrieve results using SQL Server 2012 management studio.
I have a table called "Customers" in a database. The table only has about 5 records in it.
===
Part 1:
At first I had both MSSQL 2008 and MSSQL 2012 installed. I ran into a few issues with mixed mode authentication as it would only let me log in with Windows authentication.
If I right-clicked on the Customers table in the treeview and selected "Select top 100 rows", I could see the 5 records in the table. When I run the query: "select * from Customers", I got only the column headers.
===
Part2:
I uninstalled MSSQL 2008 and did a clean install of MSSQL 2012 with management tools. I could now login with mixed mode authentication.
However, regardless of whether I write my own select query or use the built in "select top 100 rows" function, all I get are column headers.
===
Any ideas on why I'm not seeing the actual data?
I have a table called "Customers" in a database. The table only has about 5 records in it.
===
Part 1:
At first I had both MSSQL 2008 and MSSQL 2012 installed. I ran into a few issues with mixed mode authentication as it would only let me log in with Windows authentication.
If I right-clicked on the Customers table in the treeview and selected "Select top 100 rows", I could see the 5 records in the table. When I run the query: "select * from Customers", I got only the column headers.
===
Part2:
I uninstalled MSSQL 2008 and did a clean install of MSSQL 2012 with management tools. I could now login with mixed mode authentication.
However, regardless of whether I write my own select query or use the built in "select top 100 rows" function, all I get are column headers.
===
Any ideas on why I'm not seeing the actual data?