Viewing 10 posts - 46 through 55 (of 55 total)
thanks again, you've been very helpful indeed.
April 7, 2003 at 12:19 pm
hi David!
I thank you much for your patience and help.
To answer your question concerning projectType column, that entire stored proc was the original one where the tasks are same no...
April 4, 2003 at 11:02 am
Hi David!
Please forgive me for bothering you again.
I am still confused about one thing.
If we say:
WHERE a.projectType = 'New DB Creation', are we not restricted the display to just this...
April 4, 2003 at 8:11 am
hi David!
That is great, thank you but I still some issues here.
First, there will be a combination of projecttypes with tasks.
In other words, there could be one task associated with...
April 4, 2003 at 6:50 am
thanks a bunch for your help!
It is really appreciated.
March 13, 2003 at 10:22 am
you answered my questions, thank you!
One last one and I promise to leave you alone.
I am setting the initial values from the tblstatus table to 'not started' which has an...
March 13, 2003 at 7:47 am
Hi David!
A couple of follow up questions, please.
1, does it matter that @projectID is coming from tblproject table and is an identity?
2, what will be whereclause here for this:
SELECT @ProjectID,
t.taskID,
s.statusID
...
FROM...
March 13, 2003 at 6:08 am
Andy, what is a pick up folder.
I am more of a web developer than a sql guy.
Don't let the codes I wrote full you. It took me almost 3 weeks...
February 18, 2003 at 4:12 pm
hi phillcart!
I actually wrote this program by looking at your second link.
I think I have figured out why it is not working.
I just don't know how to fix it.
Take a...
February 18, 2003 at 10:16 am
Viewing 10 posts - 46 through 55 (of 55 total)