Additional SQL Server features and topics not covered by specific categories
Why is this happening?
Not possible to guess.
Connect to a wrong (test) server or a wrong (test) database?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi MS Q & A
I'm running SQL 2019 on my production environment under a CMS.
When I load my users' records through the content management system I can see/retrieve all records; old and new. Even the ones created right now as expected. However, when I try to pull this same data via the SQL Query window, it does not pull anything past March 2022. In other words, I can't see the recent entries as I do via the CMS.
I ran multiple db checks to no avail.
Why is this happening?
Your prompt response is really appreciated!
Additional SQL Server features and topics not covered by specific categories
Why is this happening?
Not possible to guess.
Connect to a wrong (test) server or a wrong (test) database?
I am sorry, but it is very difficult to assist with the information you have shared. We don't anything about your database. We don't know anything about your query.
There could be all sorts of reasons. As Viorel suggests, maybe you are getting all the rows, but you don't have an ORDER BY clause and jump to conclusion.
Or maybe the CMS is pulling your legs and have more than one table, and you are only querying a subset etc.
In fact, it may be better to find a forum devoted to the CMS, since people in such a forum is more likely to know the schema of the CMS than we are here.