Viewing 15 posts - 76 through 90 (of 91 total)
Tried running the stored procedure
EXEC dbo.spShowJobRunSnapshot('9/16/2012', '9/16/2012 23:59')
But I get the follow Error Message:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '9/16/2012'.
September 26, 2012 at 5:44 am
Not sure how it is a vague question?
August 15, 2012 at 3:43 pm
Yes which ones there are loads?!
August 15, 2012 at 3:14 pm
But when I report against these tables I am not using free-hand sql, I am using BI Products like Business Objects etc..which won't let me create Common table expressions when...
June 25, 2012 at 9:49 am
The reason why it is not like the table how you did it, is because if you join to another table then the report would show many lines.
June 25, 2012 at 7:40 am
So did you create a similar function
June 22, 2012 at 5:08 am
Hi,
Thanks for your advice so far and what you have shown me.
The table you created QuestionFieldsNormalized was what the table originally looked like that when pulling the data from the...
June 22, 2012 at 2:56 am
Hi, Basically these are custom fields that the user can add on the application side, they can add the same custom fields multiple times in any order, so the table...
June 21, 2012 at 12:57 pm
Hi, So what would your table design look like compared to the that i have? Thanks
June 21, 2012 at 10:05 am
Thanks, what does the operator % actually do though? Never seen it used in sql, well except as a Wildcard
October 25, 2010 at 2:34 pm
Viewing 15 posts - 76 through 90 (of 91 total)