Viewing 15 posts - 91 through 105 (of 215 total)
Excellent question and better explanation.
May 11, 2011 at 7:30 am
You guessed correct .I need a recursive cte but am getting dependencies using dynamic management function.
but it is not supporting to write the code for recursive ctes .
for example when...
March 24, 2011 at 6:20 am
Good question.Even tough i got wrong i learned one point today.
Thanks for QOTD
March 21, 2011 at 8:41 am
I guessed correct answer but i tried to test the code.then i got error because of this
create table #test(id int identity(1,1),value int);
go
set identity_insert #test on
insert into #test
select 1,2
union all...
March 18, 2011 at 12:40 am
I also got wrong and choosed DMV
March 14, 2011 at 11:20 pm
mohammed moinudheen (2/24/2011)
I remember coming across this question earlier but even then got it wrong.
same for me also i got it wrong
February 25, 2011 at 9:53 pm
gary.mazzone (2/3/2011)
Good question... Proves you need to read the question completely before you answer. I didn't read the part that says in a table with a clustered index
For...
February 4, 2011 at 12:48 am
If restore the entire database with other name that is difficult its big database contains 360 gb.
so restore entire dtabase is not possible.I want to restore only one table from...
January 11, 2011 at 11:33 pm
May be full text search is eanble on this database.
January 10, 2011 at 6:29 am
Viewing 15 posts - 91 through 105 (of 215 total)