stored procedures

About this tag
Stored procedures are a key feature in database management systems like Oracle and SQL Server, allowing developers to encapsulate complex logic for reuse. On WindowsForum.com, discussions cover using stored procedures in batch files to automate tasks such as renaming files and moving spooled output, with troubleshooting for execution order and permissions. Developer news highlights include ADO.NET Entity Framework June CTP support for stored procedures with multiple result sets, enum and spatial data types, and automatic LINQ query compilation. These topics reflect real-world integration of stored procedures with Windows scripting and .NET development, emphasizing performance and reliability in enterprise environments.
  1. L

    Windows 7 Batch File will not execute multiple moves

    Please Help! I have a batch file that performs the following tasks: 1) renames a counter field 2) creates two variables that will be used later to rename two separate files 3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures 4) Moves and renames the...
  2. News

    Windows 7 TWC9: EF June CTP, jPlayer, Kinect Gesture Toolkit, and a flying car

    This week on Channel 9, Dan flies solo covering the week's top developer news (A technical snafu in our other studio hosed the audio of the first recording of the show with Brian Keller). [Link Removed] ADO.NET Team - Link Removed available, adds enum and spatial data types, stored procedures...
Back
Top