Dear,
is there anyone who have already tried to log in to a mssql database and make reports with the ms reporting server.
Frederik
Logging in mssql and reporting with ms Reporting Service
I login to MYSQL (by ODBC). Use PHP+IIS to generate report. Daily report sorting by test name and time (colored), and form with checkbox-testname and report period (start-end date). Very simple select to DB. For backup use mysqldump.
There is some problem:
1)When I change testname I need see log by old and new name separetly. I must rename old entries in table for old log.
2)List of all test that running now without old testname. I use log midnight and when status change. So I need everyday to generate list of all actual testname by select all midnight testname to another table. That all for create checkbox-list.
There is some problem:
1)When I change testname I need see log by old and new name separetly. I must rename old entries in table for old log.
2)List of all test that running now without old testname. I use log midnight and when status change. So I need everyday to generate list of all actual testname by select all midnight testname to another table. That all for create checkbox-list.