executequery Questions

1

Solved

I am using SQLALchemy to execute queries on Teradata. One of the queries I execute is a DDL statement to replace a stored procedure: REPLACE PROCEDURE DEV_MIGRATION_TOOL.UNIT_TEST_NEW_STORED_PROCE...
Hoopoe asked 18/4, 2018 at 14:51

4

I am working on an existing SSIS package to add custom logging to it. I am trying to test it, and I have an Execute SQL Task that I didn't create that is getting the following error. Executing the...
Wisconsin asked 8/2, 2013 at 17:36

1

Solved

I have a stored procedure which loads data into a target table and works fine when run in a session with my AD credentials. When I try to run it in a job (again with my AD details in the Run As op...
Valuer asked 17/11, 2016 at 14:24

2

Solved

I am getting this error javax.servlet.ServletException: com.mysql.jdbc.NotUpdatable: Result Set not updatable. I know this error is regarding the primary key but for all my tables I initiall...
Electrokinetics asked 1/10, 2013 at 5:54

2

Solved

I have multiple EXECUTE IMMEDIATE commands within one oracle procedure. EXECUTE IMMEDIATE 'DELETE FROM tbl1'; EXECUTE IMMEDIATE 'INSERT INTO tbl1...'; COMMIT; EXECUTE IMMEDIATE 'DELETE FROM tbl3...
Incompetent asked 6/12, 2013 at 20:34

1

Solved

I have the follow code in a servlet - String loginID = request.getParameter("loginId").toString(); String loginPassword = request.getParameter("loginPassword").toString(); String strSQLcount =...
Nehru asked 5/8, 2012 at 8:33

2

Solved

How can I execute the results of my select query. The query below gives me some SQL statements back as result. I want to execute does statements, how to do this? All this is executed in SQL Sever M...
Divergent asked 17/5, 2011 at 18:17

2

Solved

I'm using a Linq DataContext.ExecuteQuery("some sql statement") to populate a list of objects var incomes = db.ExecuteQuery<IncomeAggregate>(sqlIncomeStatement(TimeUnit)); The IncomeAggre...
Aleman asked 21/7, 2011 at 8:1

2

Solved

So, with the advent of the dynamic keyword in C# 4.0 I am hoping I can find a better solution to the problem of dealing with types returned by DataContext.ExecuteQuery when arbitrary columns are se...
Suspense asked 17/2, 2011 at 6:20

2

Solved

I've written an app that I use as an agent to query data from a database and automatically load it into my distributed web cache. I do this by specifying an sql query and a type in a configuration...
Elconin asked 26/2, 2009 at 15:47
1

© 2022 - 2024 — McMap. All rights reserved.