I am using SSMS 2012 express
and I have got into some case, maybe you can help me.
I am running a simple script like:
select * from table.
The table gets new data every day by some service. But I can see the new data only if I would reconnect
to the database or refresh
the tables
.
Otherwise I don't see the new data.
What could be the issue