Viewing 4 posts - 1 through 4 (of 4 total)
Correct Ans is only option #2, please see below queries. Output does not match with the desired output of question. PLEASE REMOVE "The solution should be:" FROM THE QUESTION. Such...
June 25, 2008 at 12:02 am
I react without reading entire forum's discussion..
This was a flaw in SQL-Server until compatibility level:90. :w00t:
So far I was understanding based on queries executed many time... This quation and...
April 1, 2008 at 4:25 am
Given Ans is incorrect query will work without any error, Option "A" is correct.
On getting incorrect ans, I have tested on both Sql-Server 2000 and 2005; this works properly, without...
April 1, 2008 at 3:54 am
Hi
Following script will give you file name, database name and its sizes.
SELECT
alt.filename [File Name]
,alt.name [Database Name]
,alt.size * 8.0 / 1024.0 AS [Originalsize...
August 8, 2007 at 5:32 am
Viewing 4 posts - 1 through 4 (of 4 total)