Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Server Path
Message
 
 
À
11/06/2008 19:08:23
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Scripting
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01323321
Message ID:
01323328
Vues:
15
>I have this in a script:
>
>
>SET @Merge_Script = '\\allscriptsscan\ImpactMDImages\' + @path + @filename
>
>
>I need to rewrite it to point to this directory on the same box the script is running from:
>
>
>'c:\MyFolder\MySubFolder\'
>
>
>The full computer name is:
>
>
>ntserver.mycompany.local
>
>
>What is the proper way to write it?
Would SET @Merge_Script = 'c:\MyFolder\MySubFolder\' + @filename
work for you?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform