Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
recontrasalo
Starting Member
12 Posts |
Posted - 2008-03-11 : 22:15:16
|
| Hi, I just want to know how do you called when you are accessing another pc thru \\. I forgot how it is called. Second, I like to know what [MACH] and [INST]. They don't look like directories. \\Multforest\HEALTH\[MACH]\[INST]\HEALTH_WAREHOUSE\Deploy_20080228\p_Vitals_FACT.sql' |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-11 : 23:43:23
|
| 1. UNC name.2. looks like directories or say folders. |
 |
|
|
recontrasalo
Starting Member
12 Posts |
Posted - 2008-03-11 : 23:57:47
|
| Looks like but they are not. |
 |
|
|
nirmalshah22
Starting Member
1 Post |
Posted - 2008-03-11 : 23:59:23
|
| Wow this looks something new to me. Hey if anybody has any idea here what does [MACH] means.nirmal shah |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-03-12 : 02:29:16
|
If that string is stored in a database, maybe the [MACH] part should be replaced with actual MACHine name, and the [INST] part should be replaced with something else? E 12°55'05.25"N 56°04'39.16" |
 |
|
|
recontrasalo
Starting Member
12 Posts |
Posted - 2008-03-12 : 10:49:26
|
| its actually a osql command.i still can't figure it out what it is. |
 |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-03-12 : 11:32:05
|
| I would guess Machine\Instance |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-12 : 23:40:00
|
| Sql script is stored in file system that doesn't relate to sql instance, is it? |
 |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2008-03-13 : 01:15:21
|
There is no reason why a directory can't be named [MACH] or [INST].Try this command at a command prompt:md [MACH] CODO ERGO SUM |
 |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2008-03-13 : 10:21:29
|
| Windows(DOS) environment parameters??? |
 |
|
|
|
|
|