Viewing 4 posts - 16 through 19 (of 19 total)
I'm always wary when removing objects that the server put there as well. The dt* objects appear to be used only for 'diagrams'. We are not using the...
September 13, 2001 at 11:59 am
Here is a script to purge the dt* stuff out of your database (if you desire) as well as the actions that create the dt* objects.
/**********************************************************************************
*
* VSS: START -----------------------------------------------------------------
* VSS:...
September 13, 2001 at 9:01 am
Steve - Thanks for the information.
Do you think it would still be problematic if the temp tables where created explicitly using a create statement?
September 5, 2001 at 11:44 am
You can also return the value back in a result set. There are pros / cons for using either an output argument or as a result set. Both...
September 5, 2001 at 8:36 am
Viewing 4 posts - 16 through 19 (of 19 total)