Viewing 15 posts - 1 through 15 (of 39 total)
That's the entire trigger. Also, sorry about the confusion. I didn't understand what was missing in my replies.
It is the ACCPAC ERP software that provides an interface to the OEORDH...
November 12, 2007 at 5:52 pm
There is no trigger on the table the trigger in question is inserting into. From what I understand, you are saying that creating a clustered index on the ACCPAC_FedEx_Middleware table...
November 11, 2007 at 8:13 pm
Well, the trigger was actually meant to update a table residing in a different database after a row is inserted into the table residing in the current database, namely the...
November 10, 2007 at 5:45 pm
You are right. I had written it incorrectly. The reference to the table actually had to be something like the following:
Derived_DB.dbo.tbl_ORDERS
I had mistakenly swapped the database name and the identifier...
November 9, 2007 at 3:10 pm
Dear Mr. Moden,
You are right. It was carelessness on my part not to have taken heed of your post. And I apologize for that.
Now, to tell you the truth, I...
November 9, 2007 at 2:05 pm
INSERT INTO dbo.Derived_DB.tbl_ORDERS
SELECT ORDER_ID, ORDER_DATE, CUSTOMER_ID
FROM OEORDH;
November 7, 2007 at 10:01 pm
Yes, it's true that this is a duplicate post. There were two reasons why I posted the same question here:
1. The final reply confirmed that I was not the only...
November 7, 2007 at 9:35 pm
I appreciate it, sir. As you said, the application is very, very important and it's more important to protect the app than the database. Kindly pass me the links of...
September 12, 2007 at 8:15 pm
David,
I was able to follow your response up until the point you began talking about freeing up the index. I might be a little confused here. Did you mean restore...
February 18, 2006 at 2:29 pm
I don't remember the DBA who quoted this but he did make a statement regarding taking a log backup after a full database backup. But thanks for your response anyway.
February 13, 2006 at 4:36 am
David,
Your reply was very helpful and thought provoking. I didn't, however, understand the last couple of sentences in your response that state the following:
Also, this allows the backup chain to...
February 11, 2006 at 4:52 am
Yes, log files mean the virtual log files of the transaction log.
February 10, 2006 at 10:47 am
David,
Thanks a lot for your reply. I do have a couple of questions, however:
February 9, 2006 at 10:09 pm
Viewing 15 posts - 1 through 15 (of 39 total)