Viewing 15 posts - 121 through 135 (of 140 total)
Thanks Guru...I got my answer
November 19, 2008 at 11:48 pm
Hi Arnold,
Why won't u trying the solution of Rosh (i.e. INNER JOIN)? It gives the same output as per your requirement.
Also, INNER JOIN is in general faster than other methods.
November 19, 2008 at 11:44 pm
Hi Adi,
Many thanks for ur reply. Actually its my mistake...instead of writing 2 MB , I have written 2 GB.
Really 2 GB is a big data size. We should...
November 19, 2008 at 2:05 am
Hi kshitij and John,
I have heard that 2GB is the size limitation of table variable, later it crushes.
Is it true?
Thanks in advance.
November 18, 2008 at 6:20 am
Hi John,
Thanks 4ur reply. I have gone through it. But my question is, there is a limitation of table variable reg. size. I want to know that threshhold size.
thanks again.
November 18, 2008 at 5:14 am
Hi,
You can also use
SELECT CAST ( '20081117' AS char(8))
November 18, 2008 at 1:56 am
HI Addai and Anirban,
Many thanks for your valued review.
November 17, 2008 at 5:39 am
Hi All,
I have seen this question created a lot of confusion. Here is a humble explanation.
My question was "'What are included columns in SQL Server 2008?"
There is no difference of...
November 14, 2008 at 6:10 am
Hi Sirish,
I think u need to create a cursor, check for each status against each student and update it.
November 14, 2008 at 12:08 am
Hi,
SQL server doesnot support arrays. Try to use temporary tables.
November 14, 2008 at 12:00 am
Hi Peter,
MS SQL Server 2005 has 5 editions.
1. Enterprise
2. Standard
3. Workgroup
4. Developer
5. Express
It entirely depends upon the business nature of your shop, which edition u ll use. You can go...
November 13, 2008 at 11:26 pm
Hi Grant,
Thank you for your reply. I have checked the query plans. Both the query plans are same, cost also same. I think ur guess is right. But there is...
October 22, 2008 at 7:03 am
Hi Anirban,
Many thanks. I will try to dig more questions from the SQL mine.
October 14, 2008 at 7:34 am
Hi Carlo,
I have tested it several times in SQL Server 2000 and 2005. Every time, it gives NULL first. I guess that it shows the NULL first because NULL has...
October 14, 2008 at 1:26 am
Viewing 15 posts - 121 through 135 (of 140 total)