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 |
|
tmitch
Yak Posting Veteran
60 Posts |
Posted - 2007-07-24 : 23:09:01
|
| I'm poking around in the text of some system stored procedures to take a peek under the covers, and I came across the following:EXEC %%Object(MultiName = @ProcName).LockMatchID(ID = @tabid, Exclusive = 1, BindInternal = 0)There were a couple of calls to %%[identifier] in this particular proc (sp_procoption). I'm not familiar with the %% syntax, so none of this is making sense to me.Can someone shed some light on what is happening here?thxTim |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-07-25 : 05:46:01
|
| this is internal syntax that is completly unsupported for outside use.there also is no help for this._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|
|