Viewing 15 posts - 106 through 120 (of 147 total)
Thanks Kenneth.
I have done this. Now my DW when viewed from Ent Manager says loading. I cannot get into it because it thinks it is in the middle of a...
August 9, 2005 at 7:32 am
Thanks for that Chris.
One final question.
If I want to only restore up to a certain point in the transaction log (examining my back shows I have 40 and I need...
August 9, 2005 at 5:56 am
Hi Chris, I tried that but I still get the same message.
Any chance you can show me the script with the names and paths I have outlined.
Thanks very much.
CCB
August 9, 2005 at 2:29 am
Hi,
That works a treat. I have changed the rest so that there is only one select statement.
Thanks for your help.
CCB
August 4, 2005 at 6:05 am
Hi Noel,
just tested that and it work perfectly.
Thanks and thanks to Steve too.
Regards
CCB
July 12, 2005 at 1:52 am
Hi Noeld,
Can you elaborate on this (set based DML) ?
Can I put it back into a cursor and set throught the changed records ?
Thanks
CCB
July 11, 2005 at 9:45 am
Fixed it, should be using is not null.
Trigger now looks as follows:
CREATE TRIGGER inspection_insert_parent_tree ON [dbo].[tblInspection]
FOR INSERT, UPDATE, DELETE
AS
DECLARE @ACT CHAR(6)
DECLARE @del BIT
DECLARE @ins BIT
SET...
July 11, 2005 at 4:07 am
The problem appears to be with the checks for nulls. If I remove them, the trigger fires correctly. Any suggestions anyone ?
Thanks CCB
July 11, 2005 at 4:02 am
Hi Steve,
I have a seperate one for update and delete, but point taken.
I wrapped it in a cursor in case more than one record is updated at once.
When I say...
July 11, 2005 at 3:35 am
Woops, sorry about that.
Thank you sushila.
CCB
June 30, 2005 at 7:49 am
Hi Remi,
No I d'dn't know that.
What do you use ?
June 29, 2005 at 9:50 am
Viewing 15 posts - 106 through 120 (of 147 total)