I have an issue with my IT department and would like to have some advice on what they are trying to tell me.
Let's say for example I have a MSSql 2000 database here at the plant in California which collects some 20,000 records per day. Each record has about 20 columns of various data.
Now I have a copy of the exact same database at the corporate office on their server in New York in which I want to send my daily data to every night at midnight then delete my daily data here in California.
1. Is this really such a big deal to make happen. They are trying to tell me that it's going to be a programming nightmare and will be even worse to try manage and update.
2. What would be the best or easiest way to make this happen. I would think some kind of Publish or Subscription function or perhaps just a simple insert into stored procedure?
I am a beginner SQL programmer but from what I have seen here and managed to accomplish so far this does not seem like such an issue to me as they are claiming it is. So before I tell them that full of it, I would like to be informed so I may have an intelligent response.
Please feel free to post your comments, suggestions and ideas. Thank you.
Let's say for example I have a MSSql 2000 database here at the plant in California which collects some 20,000 records per day. Each record has about 20 columns of various data.
Now I have a copy of the exact same database at the corporate office on their server in New York in which I want to send my daily data to every night at midnight then delete my daily data here in California.
1. Is this really such a big deal to make happen. They are trying to tell me that it's going to be a programming nightmare and will be even worse to try manage and update.
2. What would be the best or easiest way to make this happen. I would think some kind of Publish or Subscription function or perhaps just a simple insert into stored procedure?
I am a beginner SQL programmer but from what I have seen here and managed to accomplish so far this does not seem like such an issue to me as they are claiming it is. So before I tell them that full of it, I would like to be informed so I may have an intelligent response.
Please feel free to post your comments, suggestions and ideas. Thank you.