Viewing 15 posts - 1 through 15 (of 71 total)
Is it quicker to use OBJECT_ID? If so, any idea how much quicker?
May 17, 2007 at 5:36 am
ON MY honor as a student, I have neither given nor received aid on this assignment or exam
Surely this is a bit extreme. I think that for many subjects this...
May 2, 2007 at 2:37 am
I'm not really sure what you mean. But if it can speed up the application I'll like to try. Please can someone expand on this idea.
April 30, 2007 at 7:27 am
I am not really referring to a #temp table. But it is a table that is created at the beginning of the run and then dropped at the end of...
April 30, 2007 at 4:54 am
The full context of the loop is:
DECLARE @Counter_temp INT
SET @Counter_temp = 1
While @Counter_temp <= (SELECT MAX(Key_m) FROM Time_definition_SPLIT) begin
DECLARE @Instance_tag varchar
SET @Instance_tag = (SELECT T.Instance_tag FROM Time_definition_SPLIT T WHERE T.Key_m =...
April 24, 2007 at 8:14 am
Mike,
Sometimes it is too late to be reactive (9/11). However, proactive government has not been mastered in the West yet (Iraq).
April 23, 2007 at 7:56 am
Michael,
The fact that you can say that without fear or intimidation suggests that NHS England is smart because views are freely expressed and problems must surely then be open for...
April 20, 2007 at 3:25 am
It is probably worth considering that it is not the data it is what you do with it that counts. My boss keeps reminding me that they managed to fly...
March 14, 2007 at 3:38 am
Sounds interesting. But I'm not sure I understand what you are showing me. I suppose the questions that I originally posted should have been: Firstly, does MS SQL Server support placeholders...
March 8, 2007 at 2:07 am
I think that social interactions are really important. That is why I wear industrial strength ear protectors when I work.
December 1, 2006 at 8:24 am
I think that social interactions are really important. That is why I wear industrial strength ear protectors when I work.
December 1, 2006 at 8:23 am
CAST(ROUND(year, 0) AS int) AS Expr1
is an alternative solution
November 28, 2006 at 7:33 am
I think that it was a worthwhile attempt to set out procedures for a task like this. But, honestly, I found it a bit difficult to follow. Every case is...
November 27, 2006 at 9:47 am
Sorry, I didn't leave enough display space open on my result viewer.
November 17, 2006 at 3:09 am
Thanks for the test script. I don't want to remove the number after the full stop. I just want to remove the full stop. (I am pleased that you did...
November 16, 2006 at 11:55 am
Viewing 15 posts - 1 through 15 (of 71 total)