Re: Rolling out structural changes to a distributed SQL environment
- From: "Glynn" <wwgze@xxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 19:20:31 +0200
Thanks Joe,
Sometimes the simple poor man's tool is the best for the job!
So, to paraphrase.
We pop a job on all the destination SQL servers that execute a payload.
We drop off a payload (scripts) and start the job (or scheduled)
The job picks up the payload and runs it.
Thanks,
Glynn
"Joe Yong" <jyongNOSPAM@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eaIFxLUYFHA.1404@xxxxxxxxxxxxxxxxxxxxxxx
> There's not a whole lot you can do with schema changes using replication
> in SQL Server 2000 (2005 rocks!). I'd go the scripting route on this one.
> If you have the list of servers somewhere, it's fairly easy to write a
> script that pushes a job and set of scripts out to each server.
>
> I'd push the scripts out to the server along with a local job (look up
> sp_add_job and other related sprocs) to fire off the scripts that make the
> changes you need. That makes the operation asynchronous so your dependency
> on the network is kept at a minimal. The job can then post the results
> back to a central location so you know if it was successful or otherwise.
>
> The cool thing about this is you can reuse the scripts for all future
> jobs.
>
> Of course, this is a poor man's solution in the absence of a fancy tool.
> :-)
>
>
> joe.
>
>
>
> "Glynn" <wwgze@xxxxxxxxxxxxxxxx> wrote in message
> news:efh7TpTYFHA.2124@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi All,
>>
>> I'm grappling with the issue of rolling out SQL changes to multiple (150)
>> machines deployed in the field.
>> These machines are joined via a slow 64K WAN.
>>
>> How do you reccomend I deploy scripts in the field? I'm toying with SMS,
>> but am unsure of how to deploy the packages.
>>
>> Is some sort of SQL replication in order?
>>
>> Regards,
>>
>> Glynn
>>
>
>
.
- References:
- Prev by Date: Re: Rolling out structural changes to a distributed SQL environment
- Next by Date: Re: MS_replcommands growing..
- Previous by thread: Re: Rolling out structural changes to a distributed SQL environment
- Next by thread: Re: Rolling out structural changes to a distributed SQL environment
- Index(es):
Relevant Pages
|