Hi Everyone,
I have a database That I use for reporting purposes thats on SQL Server 2005 and is used as a Report Server. This database is Updated Nightly so I have a fresh copy of the data from the day before so the database is static.
I have many reports that have always worked and are very stable but now I can run a report, lets say at 9:00 am and the results of the report is incorrect. I can also run the same report an hour later and the results are correct.
Some of these reports are stored procedures that are used with Crystal Report XI.
The others I run straight from the Query Analyzer. It doesn't seem to matter if its Crystal reports or If I run them from the Query Analyzer. The biggiest problem is that it's very speratic and doesn't happened all the time.
I also ran just a Select * from Table and every once in a great while I'll get bad results.
Any clue as to what might be causing this?
thanks for all your help!
I have a database That I use for reporting purposes thats on SQL Server 2005 and is used as a Report Server. This database is Updated Nightly so I have a fresh copy of the data from the day before so the database is static.
I have many reports that have always worked and are very stable but now I can run a report, lets say at 9:00 am and the results of the report is incorrect. I can also run the same report an hour later and the results are correct.
Some of these reports are stored procedures that are used with Crystal Report XI.
The others I run straight from the Query Analyzer. It doesn't seem to matter if its Crystal reports or If I run them from the Query Analyzer. The biggiest problem is that it's very speratic and doesn't happened all the time.
I also ran just a Select * from Table and every once in a great while I'll get bad results.
Any clue as to what might be causing this?
thanks for all your help!