Lost your password?

Blogs about: Dynamic Sql

Featured Blog

Dynamic Search Objects Part 6—the Search Service

Phil Sandler wrote 4 days ago: If you’ve read this series up to this point, you pretty much have everything you need to implement d … more →

Tags: LLBLGen SQL "Dynamic SQL" "Dynamic Sorting"

Passing a SQL Where Clause as a Parameter to a Stored Procedure

kphebert wrote 1 week ago: In an effort to consolidate reporting on our web apps, we normally create a central report setup pag … more →

Tags: Software Development/Engineering, ASP. NET, VB .NET, SQL, SQL Where Clause, Parameter in Stored Procedure

Dynamic Search Objects Part 5—Sorting

Phil Sandler wrote 2 weeks ago: In my last post, we added paging back to our original requirements, leaving only sorting left to imp … more →

Tags: LLBLGen SQL "Dynamic SQL" "Dynamic Sorting"

Dynamic Search Objects Part 4—Paging Through Records

Phil Sandler wrote 2 weeks ago: In my last post, we revised our requirements to read: Show all orders, filtering by an optional list … more →

Tags: LLBLGen SQL "Dynamic SQL"

Dynamic Search Objects Part 3—Filtering and the Predicate Helper

Phil Sandler wrote 2 weeks ago: In my last post, we created a Dynamic List Wrapper to help facilitate generating dynamic SQL.  … more →

Tags: LLBLGen SQL "Dynamic SQL"

Dynamic Search Objects Part 2—Dynamic List Wrapper

Phil Sandler wrote 3 weeks ago: In my last post, I demonstrated a concrete implementation of a dynamic query, not very far removed f … more →

Tags: LLBLGen SQL "Dynamic SQL"

Dynamic Search Objects Part 1--Introduction

Phil Sandler wrote 3 weeks ago: A problem that is common to almost any database application is the need to search the database for s … more →

Tags: DQE, LLBLGen, SQL

T-SQL: Using result of a dynamic SQL query in a variable or table4 comments

Syed Mehroz Alam wrote 1 month ago: Although, not a recommended practice, but sometimes we have to write our queries using dynamic SQL. … more →

Tags: T-SQL, Exec, sp_executessql, SQL, Table, table variable, temporary table, TSql

SQL Tricks for Tricky Logic

philipsymons wrote 2 months ago: SQL Tricks for Tricky Logic One reason occasionally offered for using dynamic SQL widely, or even fo … more →

Tags: Database, Avoiding Dynamic SQL, complex sql logic, OPTIONAL PARAMETERS, where clause, sql predicate, Stored Procedure, SQL Tricks, optional filters

Oracle - Dynamic Queries and Reporting

tilliaswork wrote 2 months ago: There are various tools to provide enterprise-level reports. But what to do if you need yo create re … more →

Tags: Work, Database, Oracle, Stored Procedure, Loops, Cursors, Reporting

Microsoft SQL Server - Complex Cleanup

tilliaswork wrote 3 months ago: Today my team manager asked me to create small interesting sql script. This script recieves time int … more →

Tags: Work, SQL, Loops, T-SQL, Microsoft SQL Server, sp_executesql

How to get Data from One procedure to another Procedure or Dynamic Sql?

Kuldip Bhatt wrote 4 months ago: Today I will explain the very small but very useful features which I use in the past for the procedu … more →

Tags: SQLSERVER, TSql, procedure, SQL Tricks

ibatis mengGunakAN dynamic Sql

darmawanfatriananda wrote 6 months ago: SAYA kira mUdah meMigrasikan dari query yang asalnya di tulis di script php ke java yang di tulis xm … more →

Tags: Catatan, dynamic sql ibatis, ibatis, query dinamis, query ibatis

Custom Script to Identify Invalid Packages

mohibalvi wrote 7 months ago: Identifying Invalid Objects SELECT owner, object_type, object_name, status FROM dba_objects WHERE st … more →

Tags: PL-SQL, Procedures, file writing, compiling invalid objects, db_objects

How To Write Dynamic SQL AND Prevent SQL Injection Attacks

John MacIntyre wrote 10 months ago: One of my pet peeves is when general rules are taken as gospel, and declared as the only acceptable … more →

Tags: C#, Code, SQL, Security, Sample Code, Innovation

Dynamic SQL statement or an anonymous PL/SQL block

Baur wrote 10 months ago: Some programs must build and process SQL statements where some information is not known in advance. … more →

Tags: PL/SQL, Cursor, function, procedure

Using Select to Return Dynamic SQL Statements

Sean Decker wrote 10 months ago: I’ve always thought this was pretty slick… We’ve all gone into Query Analyzer or S … more →

Tags: Transact SQL Syntax, Dynamic Result Sets, SQL Syntax, Transact SQL

Native Dynamic SQL1 comment

vinayhatwal wrote 1 year ago: Native Dynamic SQL   Hello friends, I am again come with new tutorial, Native Dynamic SQL. In this t … more →

Tags: native dynamic sql, Vinayhatwal, Oracle 10g

The Curse and Blessings of Dynamic SQL

Kaushal wrote 1 year ago: I came across one good article on Dynamic SQL (SQL Server) by Erland Sommarskog, SQL Server MVP. The … more →

Tags: SQL Server, .NET, dynamic, Dynamic Stored Procedure, Exec


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS