Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server Path
Message
 
 
To
11/06/2008 19:08:23
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Title:
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01323321
Message ID:
01323328
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform