Viewing 9 posts - 1 through 9 (of 9 total)
Once again thank you David, even when you're a little bit late you still of great help, I was just trying imbricate sql and...
June 25, 2004 at 8:08 am
Hi every body this is the real example: any help is more than welcome:
this is the calling procedure:
ALTER PROCEDURE PS_Migration_DBMED_PABI_2 @DbnameSource _label, @DbNameDestination _label
AS
SET...
June 25, 2004 at 2:34 am
any solution? this is critical to my program because i'm calling this function from an other stored proc that is also using dynamic sql;...
June 24, 2004 at 7:56 am
My SPs will run on many database, and i don't want to keep the name of the database hard coded in any one of my SP so each time i'll...
June 17, 2004 at 10:37 am
thank you vm,
the process of migration I'm working on must run as one piece(one call for the whole process).
I've tried DTS but it's not what I really need, it do the work...
May 3, 2004 at 9:24 am
Hi, if i have to use any of the system SP in my SPs without having them in my DB (from the mastr DB), do i risk to have any problem...
April 15, 2004 at 8:24 am
Thank you Frank, in fact there is no SP in my model DB, is exporting them from an existing DB to the mode lDB?
April 15, 2004 at 6:06 am
Hi,
Thank you for your help, I'm sorry, I'll bother you just one more time
but can you explain the use of '26' in this instruction
insert #b(s) exec ('dbcc outputbuffer(26)')
Cheers
April 9, 2004 at 4:12 am
Viewing 9 posts - 1 through 9 (of 9 total)