Viewing 15 posts - 196 through 210 (of 312 total)
This is looping through multiple children and then deleting out there children.
orders
orderdetail
orderdetaillines
order group
...
August 13, 2008 at 3:39 pm
Are you sure this is it. That is alot easier then Jamie's logging. As for the connection string how does it work with the expression? Or better...
August 12, 2008 at 9:53 am
Would you be able to give me an example how to do that. that is where I am currently failing. I know what I want to do but...
August 12, 2008 at 8:42 am
I completely agree with the design flaw.
The first one was that they designed a database and then decided how they want to delete data.
The second one is that the rules...
August 6, 2008 at 9:45 am
I am at the same point. I am not sure about the order if I need to change the trigger so it fires before the FK. Or even if...
August 5, 2008 at 1:47 pm
Yes in this case there is no need to retain history. they are trying to write a program that will work on SQL express 2K5. Since there is...
August 2, 2008 at 12:19 pm
Both those scripts look good but I have a few problems.
The user using the sp will not have permissions to alter a table. So I can not disable FK...
August 1, 2008 at 3:41 pm
I am sorry I must have missed this ON DELETE CASCADE. That was way to easy.
July 30, 2008 at 2:10 pm
That was a while back but if I remember right it was a permissions issue. Once I got the permissions right for the server I was good to go.
July 25, 2008 at 8:00 am
No I can not boot those. Those are both under serious activity. I think I have tried that before and it worked. I think it may be...
April 20, 2007 at 7:48 am
1. When I added the user to the SQL box with domain\Name the person gets the permissions. If I go to the domain controller it does not...
April 19, 2007 at 4:21 pm
I appreciate the response. Yes that is what I figured out. the video I was watching off a webcast showed it differently so I thought something was messed...
January 30, 2007 at 8:01 am
with out a SQL statement I would think it should look something like this
select UID FROM Tbl_UID WHERE
UID IN (Select UID FROM tb_UID Where UID_Active = 1 and login_Date >=...
December 15, 2006 at 1:52 pm
I have also gotten that Ora error. a few things to look into
1) make sure to install the 8i odbc driver
2) if you are on a 64 bit machine the...
December 15, 2006 at 1:48 pm
Viewing 15 posts - 196 through 210 (of 312 total)