Re: Transact-SQL intruction SET
regardes dans l'aide :
Using sqlcmd with Scripting Variables
br
"Patrick Paquin" <patrickdotpaquin@mtq.gouv.qc.ca> wrote in message
news:OXax13A5HHA.1188@TK2MSFTNGP04.phx.gbl...
> Bonjour
>
> Je suis un p'tit nouveau en SQL Server 2005.
>
> J'ai un script Transact-SQL que j'ai pris dans un exemple... en voici un
> extrait
>
> DECLARE @distributor AS sysname;
> SET @distributor = $(DistPubServer)
>
> Qu'est-ce que $() signifie? Je ne trouve rien dans la documentation
>
> Merci
>
|