I am confused as when to go for stored procedures rather than embedded SQL in the code When I googled out, I found out these points
In SQL Server 2005 I am inserting a row into a table usinga stored procedure and I want to fetch the new primary开发者_高级运维 key value justafter inserting that row. I am using following approach to
Does BLT support Oracle stored procedures? I\'ve tried numerous methods, described below to get it to work but no luck. The stored procedure updates a table with several values. This is the stored pro
I have overloaded SQL Server, and I want to make some optimization. For that purpose I\'d like to get some statistics about the start and the finish time of the called stored procedures.
I have a table with references to other tables. Stored is the table name and the entity id. Like this:
I\'m copying data from a table to an other one. I\'m wondering what would be better to maintain data integrity and performance.
I\'m having to debug some code written by someone else and I\'ve run into a problem in one of the DAO implementations.We\'re using Java 1.6 and Spring (I think there\'s some hibernate in some portions
I\'m using the Oracle data libraries in .NET to get multiple tables returned from a Procedure (as multiple Out cursors). This data is being inserted into a DataSet. Th开发者_开发问答e problem I\'m hav
All my complex stored procedure works instantly for most of DBs, But it will take more than 30 sec to execute them on DB X, maybe more but we didn\'t find yet.
I have an iPad app and I\'m 开发者_运维技巧trying to call a stored procedure in a remote SQL server. Is there a library or something in the framework I can use to call a SQL stored procedure?You use t