Viewing 4 posts - 1 through 4 (of 4 total)
Abu Dina (9/5/2013)
Try the below:
SELECT
A.[ITEMID]
, A.[LabelCode]
,(select top...
September 6, 2013 at 8:15 am
I can't say i completely understand this issue.
The while statement dont not stop because @i will never be equal to 1
So how come the following select return 1 ?
DECLARE @i...
August 29, 2010 at 11:25 pm
You are right, to put a limitation is always good.
But by the way, tempdb doesn't have to be in the same drive as the operation system you can change the...
July 24, 2008 at 5:18 am
Tempdb suppose to be growing until there is no more space available.
So there are two options:
1. some definition are wrong - check if tempdb deifintions are set to autogrow.
2....
July 24, 2008 at 2:49 am
Viewing 4 posts - 1 through 4 (of 4 total)