PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > Good or Bad - Workstation Client Tools vs Server Client Tools version
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Good or Bad - Workstation Client Tools vs Server Client Tools version

Réponse
 
LinkBack Outils de la discussion
Vieux 15/05/2008, 16h47   #1
Chris Wood
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Good or Bad - Workstation Client Tools vs Server Client Tools version

Hi,

We are just going thru an upgrade exercise taking our SQL2005 build 3175
upto build 3239. We have upgraded development servers and are about to
upgrade the acceptance testing level next week. I try not to get the
workstation clirnt tools build ahead of the server client tools build so our
migration workstations will not be upgraded until the time we upgrade our
production servers to build 3239.

Is this a good idea or am I too controlling? What do others do during an
upgrade?

Thanks

Chris


  Réponse avec citation
Vieux 15/05/2008, 16h54   #2
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Good or Bad - Workstation Client Tools vs Server Client Tools version

I try to make sure that all clients and all servers are operating at the
same level under normal circumstances. During an upgrade, I always apply
patches to my workstation first (to make sure they don't blow up a more
important machine), and so in the short term I am always a little ahead of
the rest of the servers. But this state doesn't last for long. Similarly,
all of the lower-level servers are upgraded (both engine and client tools)
before production servers see any of it. But again, this state is
short-lived unless the initial deployment leads us to believe that more
rigorous testing might be required.

A


"Chris Wood" <anonymous@microsoft.com> wrote in message
news:u$hrKMqtIHA.5472@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> We are just going thru an upgrade exercise taking our SQL2005 build 3175
> upto build 3239. We have upgraded development servers and are about to
> upgrade the acceptance testing level next week. I try not to get the
> workstation clirnt tools build ahead of the server client tools build so
> our migration workstations will not be upgraded until the time we upgrade
> our production servers to build 3239.
>
> Is this a good idea or am I too controlling? What do others do during an
> upgrade?
>
> Thanks
>
> Chris
>



  Réponse avec citation
Vieux 15/05/2008, 17h04   #3
Chris Wood
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Good or Bad - Workstation Client Tools vs Server Client Tools version

Aaron,

My timeframe is 8 weeks from development to production with 3 weeks between
development and acceptance. (You can see where most testing gets done). I
would upgrade the developers and acceptance testers workstations when
acceptance gets upgraded but not say workstations that migrate code to
production until the production upgrade. Is this too controlling? I can see
that SSIS and some other tools like SQLCMD and BCP have been updated by the
newer build.

Thanks

Chris

"Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:erJ4MQqtIHA.3804@TK2MSFTNGP02.phx.gbl...
>I try to make sure that all clients and all servers are operating at the
>same level under normal circumstances. During an upgrade, I always apply
>patches to my workstation first (to make sure they don't blow up a more
>important machine), and so in the short term I am always a little ahead of
>the rest of the servers. But this state doesn't last for long. Similarly,
>all of the lower-level servers are upgraded (both engine and client tools)
>before production servers see any of it. But again, this state is
>short-lived unless the initial deployment leads us to believe that more
>rigorous testing might be required.
>
> A
>
>
> "Chris Wood" <anonymous@microsoft.com> wrote in message
> news:u$hrKMqtIHA.5472@TK2MSFTNGP06.phx.gbl...
>> Hi,
>>
>> We are just going thru an upgrade exercise taking our SQL2005 build 3175
>> upto build 3239. We have upgraded development servers and are about to
>> upgrade the acceptance testing level next week. I try not to get the
>> workstation clirnt tools build ahead of the server client tools build so
>> our migration workstations will not be upgraded until the time we upgrade
>> our production servers to build 3239.
>>
>> Is this a good idea or am I too controlling? What do others do during an
>> upgrade?
>>
>> Thanks
>>
>> Chris
>>

>
>



  Réponse avec citation
Vieux 15/05/2008, 17h08   #4
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Good or Bad - Workstation Client Tools vs Server Client Tools version

The only danger zone I see there is SSIS (if you are using it). I highly
doubt the changes to SQLCMD / BCP would be breaking changes. Are you being
too controlling? I have no idea. Does this process interfere with anyone
else's job except yours? If so, then maybe you should ask them? :-)




"Chris Wood" <anonymous@microsoft.com> wrote in message
news:uv5RmVqtIHA.5268@TK2MSFTNGP06.phx.gbl...
> Aaron,
>
> My timeframe is 8 weeks from development to production with 3 weeks
> between development and acceptance. (You can see where most testing gets
> done). I would upgrade the developers and acceptance testers workstations
> when acceptance gets upgraded but not say workstations that migrate code
> to production until the production upgrade. Is this too controlling? I can
> see that SSIS and some other tools like SQLCMD and BCP have been updated
> by the newer build.
>
> Thanks



  Réponse avec citation
Vieux 15/05/2008, 17h28   #5
Chris Wood
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Good or Bad - Workstation Client Tools vs Server Client Tools version

Thanks for your , as always Aaron. It sounds like just be carefull if
there are SSIS packages involved.

Chris

"Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:O$XubYqtIHA.3716@TK2MSFTNGP05.phx.gbl...
> The only danger zone I see there is SSIS (if you are using it). I highly
> doubt the changes to SQLCMD / BCP would be breaking changes. Are you
> being too controlling? I have no idea. Does this process interfere with
> anyone else's job except yours? If so, then maybe you should ask them?
> :-)
>
>
>
>
> "Chris Wood" <anonymous@microsoft.com> wrote in message
> news:uv5RmVqtIHA.5268@TK2MSFTNGP06.phx.gbl...
>> Aaron,
>>
>> My timeframe is 8 weeks from development to production with 3 weeks
>> between development and acceptance. (You can see where most testing gets
>> done). I would upgrade the developers and acceptance testers workstations
>> when acceptance gets upgraded but not say workstations that migrate code
>> to production until the production upgrade. Is this too controlling? I
>> can see that SSIS and some other tools like SQLCMD and BCP have been
>> updated by the newer build.
>>
>> Thanks

>
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 01h17.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13496 seconds with 13 queries