select statement working unexpectedly
问题 when i click SELECT TOP 1000 row from table then it only shows some records like 3 records but when i manually run query on same table then it shows all records like many 1000s records which i always want. Select * from dbo.HrEmployee why ? Help please, i'm using SQL SERVER 2012 回答1: It look like you have created two copies of the same database, the one is in the “intended” database and the second has been created in the master database. 3 records were then inserted into the intended table