Viewing 15 posts - 121 through 135 (of 215 total)
I will executes With Exists operaot insetead of using =?
The is error is throwing due to subquery subquery will not return multiple rows.but using exists we can return multiple rows.
if...
August 25, 2010 at 10:54 pm
for testing folating point the same can be written as
DECLARE @i float,@rc int
set @i = 0
while @i <> 1
begin
set @i = @i + 0.1
end
select @i
then the loop never...
August 25, 2010 at 10:47 pm
I also did not under stand the question properly.
August 25, 2010 at 10:45 am
Again good question on same round function.Thanks hugo
August 23, 2010 at 10:01 pm
I also got wrong.thinking that asked about esimated execution .it will run without the query.I also ran this estimated execution plan.But i forgot to check Actual execution plan.This question is...
August 23, 2010 at 3:04 am
I also choose profiler as answer.beacuse tracing of all objects will have more impact on server.
August 23, 2010 at 2:31 am
I also got wrong.but i think answer DDL trigger folder is in server objects.
database triggers are in programabilty -- triggers folder.
Please correct the answer or please explain the same in...
August 20, 2010 at 3:31 am
hi,
I know that we can add explicit values to an identity column using
Identity_Insert on. but i thought that identify column will not allow duplicate columns.good question.lost one point but...
August 15, 2010 at 10:17 pm
I did not any thing about SQL 6.5 ,7.0.Also i did little work on SQL server 2000.Worked mostly on 2005 and 2008.This question is almost ten years old.
August 12, 2010 at 10:55 pm
I know the partitoned table and partioned indexes.but frankly saying
that i thought that with out group by it will work in 2008.but my guess is wrong when i executed in...
August 12, 2010 at 10:49 pm
Hi ,
I guessed correctly as 4.but i executed the script it is throwing error in the last statement.because group by is not there in the last statement.
Is it working for...
August 11, 2010 at 10:34 pm
I know that but some one of friend told that its take more time to execute.that why i posted if there is another way which executing faster than using row_number
July 22, 2010 at 10:50 pm
Nice question.
I did not notice the variable length.that's why i got wrong.I had answered 1.
July 19, 2010 at 12:31 am
Viewing 15 posts - 121 through 135 (of 215 total)