Viewing 11 posts - 1 through 11 (of 11 total)
I have resovled the issue by declaring the cursor insensitive. Thanks every one for their input.
-- resolution
DECLARE dbbackup_cursor INSENSITIVE CURSOR FOR
SELECT mst.name, mst.database_id FROM SYS.DATABASES mst WITH...
April 14, 2008 at 6:51 am
I am hoping this has something to do with it but earlier in the same day our system dept. applied MS patches.
I am scheduling a reboot and hopefully everything will...
March 14, 2008 at 1:12 pm
the problem is the transaction log is sized at 12 gig and 10 gig of it is used. In simple recovery it should check point and clear when completed the...
March 14, 2008 at 7:40 am
Thanks however I am trying to append getdate to the end then do as you described. I am struggling with getdate(0) conversion I guess.
January 16, 2008 at 7:29 am
Thanks all for the reply.
So we were just discussiing where does the out of row data get stored.
Is it memory or disk ?? It sounds like disk.
I am approaching...
October 11, 2007 at 12:14 pm
YES the one oracle table has 2 PK keys.
SQL server side where it deletes from 18 tables does has a primary key on every table but maybe half on the same...
September 21, 2007 at 1:41 pm
Thanks for the info from all. I think the 30 second timeout via the client is our issue and we will pursue that.
July 25, 2007 at 9:37 am
The column is blank.
January 26, 2007 at 11:25 am
They say this is a canned app and they cannot modify the code.
November 28, 2006 at 9:54 am
Thanks Alot. I was aware of that stored procedure but I like the thought for testing the time between cursor loops. I will do that?
Second question. The dbase is in full...
April 4, 2006 at 7:36 am
Viewing 11 posts - 1 through 11 (of 11 total)