Viewing 5 posts - 1 through 6 (of 6 total)
ok, i have to move on from this and get working on the actuall app - but i WILL keep learning SQL - i promise.
A question however:
using SQL Server managment...
March 7, 2008 at 5:42 am
ok, i after much reading i came up with another solution
is this approach better?
I moved the SP into a table-valued function that returns a table containing the course progress
I then...
March 7, 2008 at 4:17 am
Matt,
i changed my queries to go with your suggested "old method" and its working like a charm,
thank you very much. Have a cyber-beer on me
March 4, 2008 at 10:11 am
Hello,
the above advice worked spledidly however i now have another question
below is the query
SELECT *
FROM (SELECT ...
March 4, 2008 at 9:23 am
hi, thanks to you and the above poster for the excellent and swift replies.
I do already have the following tables in my system
users (each user is unique by username)
questions
questionOptions
questionnaires...
January 28, 2008 at 9:32 am
Viewing 5 posts - 1 through 6 (of 6 total)