0
votes
1answer
38 views

MSSQL avoiding Cursors

iam just reading about (MSSQL) Cursors, that I should avoid them as much as I can :) Is there ALWAYS a way to write a query/function/procedure without Cursors? I have found some examples on the Net, ...
0
votes
2answers
65 views

SQL Server : call stored procedure with side effects for each row without using a cursor

Before you say this is identical to SQL Call Stored Procedure for each Row without using a cursor let me clarify my question: The stored procedure does have side effects. In fact, it's all about ...
0
votes
2answers
40 views

how to insert record in between particular record in SQL

suppose i have a customer balance details table. For Example : CustID CustName CustDate Amt Bal 1 DP 1/5/2013 1000 1000 1 DP 5/5/2013 100 1100 1 ...
2
votes
2answers
45 views

Copy one column value to another

I have a table that has the following values sno package id 66 250 111 66 0 100 66 0 99 66 0 88 67 270 225 67 267 111 67 ...
0
votes
1answer
19 views

Importing Images in SQL Server: Follow On

This is a follow on question to a dynamic sql solution that I found on Stack Overflow. I would like to use the code model as used in a previous example. The problem is that i am getting the ...
-1
votes
0answers
135 views

T-SQL if else then cursor error

I'm trying to create a function in trans sql that will read my project number and check what priority level is that particular project based on estimated cost attribute. My create and insert ...
-1
votes
2answers
61 views

T-SQL: Set Operations Equivalent for cursor operation

I have a table like below where I iterate using a cursor to replace one value for another. Is there a way to do this using set operations in SQL? In this example, I would replace the column with ...
0
votes
2answers
16 views

performing multiple separate sums with separate filters on a table

I have a table with an amount column a reference field and an id column. What I need to do is sum the amount based on different combinations of ID's for each reference. There are nine different ...
0
votes
0answers
40 views

SQL Server: Cursor in Dynamic Proc, Insert errors b/c of Null value

I'll do my best to explain.. I'm restoring information from one table to another. i.e. the actual row has been deleted so the PK is now gone. A backup of the table exists elsewhere. I have ...
0
votes
2answers
88 views

SQL Server trigger's cursor is not working

I created a cursor inside a trigger and it is not working properly. Please help me fix it Create trigger Posts_Raw_To_Queue_Trigger ON SendNotificationPostsRaw FOR INSERT AS BEGIN DECLARE @PostID ...
1
vote
1answer
53 views

Cursor seems to be fetching only one record

I'm trying to do this a stored procedure that for each Location = "Ubicacion" (counts the number of fixed asssets = Ubicacion, sums the amount of money those assets are worth, and sums the amount of ...
2
votes
1answer
65 views

Conversion failed in cursor in stored procedure

Input like 111111 and 101,102,103,104 I want to check whether user has access on this requests or not... I tried a cursor as shown, but I get this error: Conversion failed when converting the ...
0
votes
1answer
90 views

alternative to sql cursor

I am currently using a sql cursor to look up a table to update another table. I have a table which contains a lot of phrases. I want update another table to set 1 if any of those phrases falls into ...
2
votes
2answers
89 views

Suppress SELECT output based on WHERE clause

I have a query here to search the entire database for a specific GUID that I choose. Right now, it's doing exactly what it's programmed to do: cycle through all column/table combo's and output a ...
0
votes
1answer
171 views

DataReader cursor rewind

How do I can rewind a cursor of a DataReader to the beginning? With one DataReader result I need to run two while loop, but those have to be from beginning. They are two iterations in one result set ...
0
votes
1answer
248 views

convert T-sql cursor to oracle cursor: FETCH_STATUS equivalent in Oracle cursor

I need to to convert following T-SQL cursor to PL-SQL cursor: DECLARE employe_cur CURSOR FOR SELECT name FROM #table where salary = 0 OPEN employe_cur FETCH NEXT FROM employe_cur WHILE ...
0
votes
1answer
216 views

Select running total until specific SUM is reached

I am trying to select the first n rowid values from the following table variable that will get me as close to a sum(itemcount) of 200,000 without crossing that threshhold. If I was looking at this ...
0
votes
1answer
301 views

SQL Server with bulk update avoiding Cursor

I have a performance problem with cursor which I would like to avoid. The problem I am trying to solve is: To update a column (VARCHAR ) on each record (about 6000000) (by using one update statement) ...
1
vote
2answers
80 views

Calculating information by using values from previous line

I have the current balance for each account and I need to subtract the netamount for transactions to create the previous month's end balance for the past 24 months. Below is a sample dataset; create ...
0
votes
1answer
74 views

SQL Cursor in dynamic content

I need a little help wrapping my head around CURSOR. I made an aspx report, it was quite simple. For each project I needed to see how many hours went on Research, Development and Internal. That first ...
0
votes
3answers
88 views

Performance considration between Cursor with 30000 record or create 30000 update statement

Which is better? 1)A cursor that loop 30000 record and perform update one by one 2)Create a script that has 30000 update command thanks
0
votes
1answer
111 views

Invalid object name 'DQM.dbo.ST_0043_BLANK_CONSENT_SAP_SIEBEL'

Hi all, Yes same person from an earlier question... I'm really bad when it comes to Cursors/SQL I have been using the below stored procedure/cursor that I have made.. It compiles properly, the problem ...
0
votes
1answer
33 views

How to achieve this (Best possible way to query DB in this scenario)

I am working on an asp.net application with MS SQL DB. I have the following secnario A table with User Location Information User ID, GEOGRAPHIC POINT, LOCATION TYPE I want to do the following: ...
2
votes
4answers
369 views

Scrollable ODBC cursor in C#

I'm a C++ programmer and I'm not familiar with the .NET database model. I usually use IDataReader (OdbcDataReader, OledbDataReader or SqlDataReader) to read data from database. Sometimes when I need a ...
1
vote
1answer
110 views

Sort data in a table using a cursor

we had a chalenge question in a test we did at school,that we to create a t-sql script which sort data in a table by the employees salary using a cursor without using another table or using the clause ...
0
votes
2answers
243 views

SQL - Slow Cursor Simple Stored Procedure

I have a relatively simple stored procedure, but the amount of data in the transactions table is causing it to take forever to run. Any suggestions on a way I could either optimize the query or ...
0
votes
0answers
30 views

comparetwo SQL table record by record [duplicate]

Possible Duplicate: SQL: compare two table record by record I want to compare two tables recordby record. I have two cursor for each table. The code looks like this Declare Cursor c1 for ...
-1
votes
3answers
207 views

SQL: compare two table record by record

I want to compare two tables recordby record. I have two cursor for each table. The code looks like this Declare Cursor c1 for SELECT * from Table1 OPEN c1 While @@Fetch_status=0 Begin Declare ...
0
votes
1answer
102 views

Why is my cursor recording 1 extra count?

I created a function with a cursor to count all the entrees in my other table. When I do PRINT dbo.cursorEnroll (); I get 11 as an output when I only had 10 entrees in my table. @@FETCH = 0 should ...
0
votes
2answers
78 views

SCOPE IDENTITY not allowed on a REMOTE server?

I am trying to copy data from 2 tables linked by a foreign key on one server and then inserted them into the master database on another server. The first table will generate a new IDENTITY column and ...
-4
votes
3answers
91 views

Cursor in t-sql [closed]

What does this code mean? DECLARE Users CURSOR LOCAL FAST_FORWARD READ_ONLY FOR SELECT Username, Password FROM View_V_User WHERE CF = @UserID AND Scheduling = 'absolute' In particoular ...
1
vote
1answer
73 views

Can this cursor in SQL Server 2008 be refactored into something “set based”

DECLARE @PaymentTime VARCHAR (50) DECLARE @DueDate VARCHAR (50) DECLARE @CustomerID int DECLARE MYCURSOR5 CURSOR FOR SELECT distinct Payment.PaymentTime,Invoice.DueDate, Customer.CustomerID FROM ...
0
votes
2answers
172 views

Can a T-SQL variable represent an entire row?

I'm coding for SQL Server 2008 R2. I have two databases that contains dozens of tables. Each table in one database contains a table with the same name in the other database. Tables with the same ...
0
votes
1answer
424 views

My first table valued function and cursor

I have this query: SELECT name, lastname FROM contestant WHERE name= 'John' AND lastname = 'Smith' I get several results from the query above and I need to use them for the following query: ...
1
vote
3answers
75 views

SQL Server : when querying against a XML column can I return a XML column?

I have XML in the following format: <filters> <filter name="filterByOperatingSystem"> <parameters operatingSystem="Windows" /> </filter> <filter ...
1
vote
1answer
210 views

Quering current cursor row - without selecting into variables

I'm using a cursor to iterate through dynamic SQL query result set. I'm fully aware that both cursors and dynamic SQL are dubious methods which best be avoided. Please do not address this topics. I'm ...
0
votes
1answer
80 views

Is there a way to set ODBC Connection options in a DSN?

My application (a testcase automation tool) does not support calling ODBC's SQLSetStatmentOption. I need to set the cursor option SQL_SOPT_SS_CURSOR_OPTIONS to SQL_CO_FFO_AF. Right now I connect to ...
0
votes
2answers
52 views

How do I use a simple query to search a list of data from a table and return non-duplicate results in a table?

I am trying to loop through the data in a table, and using the data to search to return the results in another table. How do I prevent duplicates from adding to the table? Note that the order of the ...
-1
votes
1answer
88 views

which are the basic type of cursors in sql [closed]

I want to know basic type FAST_FORWARD in cursor.what is its use? what is the purpose of the statement SET @MyCursor = CURSOR FAST_FORWARD in sql
0
votes
1answer
272 views

Using a Cursor to Update Rows in Single Table

Most Read SQL Articles More News and Tutorials (Sign-up for Free Membership) http://searchsqlserver.techtarget.com/tip/SQL-Server-batch-rules I am seeking guidance using MS SQL cursor or SQL while ...
1
vote
2answers
125 views

How do I catch a specific exception type from within a stored procedure?

I am writing a stored procedure which iterates over all of the databases on the server and populates a table variable with an aggregate of the data from some of the different databases. Some ...
0
votes
2answers
862 views

process each row in table in stored procedure using cursor

My Scenario is bit different. what i am doing in my stored procedure is Create Temp Table and insert rows it in using "Cursor" Create Table #_tempRawFeed ( Code Int Identity, ...
-1
votes
1answer
192 views

better than a cursor tsql

The question here is simple (although I am prepared for the answer not to be), how can I make this query more efficient. In a nutshell it copies records. It selects X records, then using those ...
0
votes
1answer
159 views

CURSOR in a PROCEDURE that have a sub query

I have this procedure in MySQL (a part of it) DECLARE num_rows INT(11) DEFAULT NULL; DECLARE insert_result INT(11) DEFAULT NULL; DECLARE var_user_id INT DEFAULT NULL; DECLARE ...
1
vote
1answer
358 views

Declaring insensitive cursor in sql server 2012 with sp_executesql

I have a stored procedure that makes use of cursors; it was written in SQL Server 2005, and worked fine until SQL Server 2008. We recently decided to move to SQL Server 2012, and tried to move all ...
0
votes
2answers
149 views

Update Trigger without using a Cursor

I need to create a trigger that will add a record to a queue table whenever a record is modified in the main table. The record added to the queue table must contain every field that was modified for ...
2
votes
2answers
118 views

SQL 2008 Cursor needed?

I'm building a function to return the net value of a sales invoice once any purchase invoices marked against it have been taken off - part of these costs are contractor costs of which we also want to ...
2
votes
3answers
85 views

How to run an Insert statement for each item in the SQL Table?

I have a table variable as below: declare @countries table (countryId int) which has 5 records in it. I'd need to write a separate insert statement for each countryId in the list, like: insert ...
0
votes
0answers
131 views

MySQL iterate through cursor

I have already a stock procedure on mssql and I need to transform it for mysql. I understand how to declare and how to iterate through it but there are examples with: CLARE CONTINUE HANDLER FOR ...
1
vote
1answer
118 views

How to improve the performance of this sql script

The below script takes more than 10 hours to execute.. It contains three nested cursors and i think they are the main culprit. I have searched a lot for replacing the cursors or improve the ...

1 2 3 4