View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 10:47 AM
Peter Ludwig
 
Posts: n/a
Default Re: concat strings in stored procedure


"Captain Paralytic" <paul_lautman@yahoo.com> schrieb im Newsbeitrag
news:1178794415.594948.214350@u30g2000hsc.googlegr oups.com...
> On 10 May, 09:02, "Peter Ludwig" <g...@abwesend.de> wrote:
>> Hi,
>>
>> I have created a stored procedure in which I want to create a table.
>> The procedure has some parameters, one of them I want to use for the
>> table
>> name.
>> The table name should be dynamically put together like
>> `parameter + static name`
>>
>> How can I do that?
>>
>> Yours sincerely
>>
>> Peter

>
> Clues to how to do it can be found here:
> http://groups.google.co.uk/group/com...1d18a5b74358df
>



Hi,

thanks for the link.
I had just a short look, but I guess this is exactly what I've looking for.

Peter


Reply With Quote