Viewing 15 posts - 46 through 60 (of 60 total)
Would it help if you made the ID column in the "one" table your primary key, then create an index on ID + Date columns and specify Unique values?
November 14, 2003 at 9:36 am
From a previous reply:
*****************************************
The DISABLE/ENABLE trigger looks like the tidiest one to implement since so many stored procs touch the table in question and only 1 app needs to get...
September 30, 2003 at 2:01 pm
"But, as I stated above, any other SPs running concurrently with the SP that disables the trigger will also not have the trigger in effect."
Great point Jonathan...that kills that fix.
...
September 26, 2003 at 7:19 am
Thanks all, great stuff!
We're running SQL7 so we don't have the CONTEXT_INFO variable.
The DISABLE/ENABLE trigger looks like the tidiest one to implement since so many stored procs touch the table...
September 26, 2003 at 5:57 am
We may add a column to the table and then test within the trigger code the value in that column as to whether we continue processing the code or drop...
September 25, 2003 at 1:35 pm
Thanks Frank,
You got me thinking....
So I scripted all the tables in the db including triggers and am searching the table name in QA.
Regards,
Randy
August 27, 2003 at 8:58 am
Thanks Shas3,
This is a reporting db and I have additional backups on the VAX/Alpha platform. My mission-critical dbs use separate drives to store the data, the logs, and the backups....
June 24, 2003 at 9:53 am
Yes, jaybmehta's post is correct. In SQL7 EM, click the database's properties and on the options tab, check the truncate log on checkpoint box.
I advise that you make sure...
June 5, 2003 at 6:45 am
YOU GOTTA BE SH*TTIN' ME!!!
(sorry I hit enter too soon - YGBSM)
May 29, 2003 at 1:54 pm
I had never heard SQL pronounced sequel until I started using MS SQL Server, so the first reply to this topice seems correct to me.
As for all the acroyms...YGBSM!
May 29, 2003 at 11:18 am
I neglected to mention that this is a report-only db and the weekly load job has not occurred yet. Additionally, the 2 major tables contain 14 indexes.
May 27, 2003 at 7:46 am
Here is something to try with your DTS pkg. Open the package in design mode, right-click your connection and look at the properties. Click the advanced button and you should...
December 3, 2002 at 6:53 am
Viewing 15 posts - 46 through 60 (of 60 total)