Hi Everyone,
I'm new to this forum and also not the best at programming with SQL Server as I have recently started using it, and I have a problem I hope someone can help me with.
I'll set the scene first:
Basically we have a SQL Server Database on our telecoms switch, to which under the maintenance contract we have no direct access. Every 15 mins log files are downloaded in *.log files (text files) which contain data we can upload to our own databases for querying. The log files are on an ftp server.
Requirement :
In short I would like to know the best way to automatically update my own SQL Server database with the new log files as they appear or if there is some existing sooftware which allows this type of schedule and auto import. I would be very greatful if someone can give me some ideas with this problem as it would save me so much time.
Thanks in advance
I'm new to this forum and also not the best at programming with SQL Server as I have recently started using it, and I have a problem I hope someone can help me with.
I'll set the scene first:
Basically we have a SQL Server Database on our telecoms switch, to which under the maintenance contract we have no direct access. Every 15 mins log files are downloaded in *.log files (text files) which contain data we can upload to our own databases for querying. The log files are on an ftp server.
Requirement :
In short I would like to know the best way to automatically update my own SQL Server database with the new log files as they appear or if there is some existing sooftware which allows this type of schedule and auto import. I would be very greatful if someone can give me some ideas with this problem as it would save me so much time.
Thanks in advance