wciccadmin
Programmer
Hello,
I am using Microsoft ISA Server as our proxy authentication server. It records our user's web usage to an MSDE database.
I have loaded enterprise manager on the server and would like to use DTS or something to copy the contents a table from the MSDE server to a remote SQL server.
The problem I have is that ISA creates a new database every day in MSDE. The table name with the data I want is called Webproxylog in every database but every day I have a new database named like
ISALOG_20060718_WEB_000
the next day
ISALOG_20060719_WEB_000
and so on.
I would like to do a daily copy of the contents of the webproxylog table from the daily databases to a single db on another SQL server.
I am stumped how to do this considering the dynamic naming of the databases.
Any help is greatly appreciated
I am using Microsoft ISA Server as our proxy authentication server. It records our user's web usage to an MSDE database.
I have loaded enterprise manager on the server and would like to use DTS or something to copy the contents a table from the MSDE server to a remote SQL server.
The problem I have is that ISA creates a new database every day in MSDE. The table name with the data I want is called Webproxylog in every database but every day I have a new database named like
ISALOG_20060718_WEB_000
the next day
ISALOG_20060719_WEB_000
and so on.
I would like to do a daily copy of the contents of the webproxylog table from the daily databases to a single db on another SQL server.
I am stumped how to do this considering the dynamic naming of the databases.
Any help is greatly appreciated