-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: MSSQL stored procedure with list of id as a parameter
PostPosted: Fri Nov 18, 2011 2:20 pm 
Newbie

Joined: Fri Nov 18, 2011 2:14 pm
Posts: 1
Hello,
i have a problem with a update procedure, which have a paremer as list of id.

-- Populate Parameter

INSERT INTO @PARAM VALUES (3584286);

INSERT INTO @PARAM VALUES (3584287);

INSERT INTO @PARAM VALUES (3584288);



EXEC some.FUNCTION_BULK @PARAM;

Is there same reason to call it in hibernate for example in NamedQuery?
Where param is list of id?

Thx for your response

VM


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.