Viewing 15 posts - 421 through 435 (of 562 total)
Eugene Elutin (7/29/2013)
RAISERROR has in-built token parsing functionality!
Thanks all for your responses:
Stop thinking about what you want to do to a print... think, instead, of what you want to do...
July 30, 2013 at 4:55 am
Jeff Moden (7/26/2013)
July 29, 2013 at 2:01 am
Lowell (7/25/2013)
--fails
EXEC iSPRINT 'This is a teststring to print time: ' , CONVERT(varchar(112,getdate())
--works
EXEC iSPRINT 'This is a teststring to print time: ' , 'when Spongebob','IsOn Nickelodeon'
But this...
July 26, 2013 at 10:35 am
Lowell (7/25/2013)
just add EXEC in front of your iPrint calls:
EXEC iPirnt @Param and you are good to go!
--------------------------- Wat I am looking for. (This does produce an error).
EXEC...
July 25, 2013 at 9:25 am
Thanks, we went ahead with this with no problems.
Thanks again for your input.
Ben
July 12, 2013 at 9:31 am
ben.brugman (7/4/2013)
Can this be done online?Ben Brugman
Maybe not the correct question.
If this is done online will this cause locks over a long duration ?
Or does it just handle just one...
July 4, 2013 at 8:10 am
Eugene Elutin (6/21/2013)
If I understood you correctly your final table should have 6 columns...
So, may be...
June 21, 2013 at 8:58 am
Sean Lange (6/20/2013)
You have us at an extreme disadvantage here. We don't know what you are doing. When you say revert function, what does that mean?
Sorry that I was...
June 20, 2013 at 4:31 pm
Sean Lange (6/20/2013)
Is there a question here?
The anwser to that question was there:
ben.brugman (6/20/2013)
I haven't any specific request or questions and assume at the moment I can solve this.:Whistling:
But now...
June 20, 2013 at 9:34 am
Jeff Moden (6/15/2013)
I agree with what you said about "dependencies" but the code quoted above doesn't make use of any of the dependency tables.
Sorry, should have read more carefully,...
June 15, 2013 at 2:14 pm
g_demetriou (6/14/2013)
SELECT...
June 14, 2013 at 10:59 am
Steven Willis (6/12/2013)
I'm not sure I'd want to run any procedure without knowing what output to expect.
First of all I do run the stored procedure in an environment where...
June 14, 2013 at 7:15 am
Lynn Pettis (6/12/2013)
June 14, 2013 at 6:58 am
Steven Willis (6/12/2013)
We still have some confusion.
Or I do not understand you, or you do not understand me.
I want the result of a stored procedure, where I want both the...
June 12, 2013 at 4:35 pm
Sean Pearce (6/11/2013)
ben.brugman (6/10/2013)
If everything seems to be going well, you have obviously overlooked something.
For me it's not obvious what I am overlooking, hence the question.
Don't mistake the cheeky signature...
June 12, 2013 at 10:30 am
Viewing 15 posts - 421 through 435 (of 562 total)