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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-08 : 09:00:48
|
| writes "sir, i'm in the need of information regrading 'constants' ,Is there any provision to decalre constant for particular database to use uniqly throughout all function,procedure,trigger." |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2004-09-08 : 09:11:50
|
well as far as i know you can't define a global user variable. If it is possible i'd like to know too but you can have a global temp table. that has 2 # in front: ##GlobalTempTable in which you can save things into.Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|