Viewing 15 posts - 31 through 45 (of 48 total)
i am passing two parametres start date and end date
it will creating temporay table and generating result one
August 24, 2011 at 9:07 am
DBCC (Database consistency checker) are used to check the consistency of the databases. The DBCC commands are most useful for performance and trouble shooting exercises.
I have listed down and explained...
August 9, 2011 at 8:48 am
The showing answer is wrong .
SQL Server execution plans have the following main components:
*
Query Plan
...
June 28, 2011 at 7:59 am
no we can't restore 2008 backup in 2005 backup
this type of message comes
TITLE: Microsoft SQL Server Management Studio
------------------------------
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
ADDITIONAL INFORMATION:
The media...
June 3, 2011 at 7:42 am
what do they mean?
* The *.BCP files contain the data from the Address table. In SQL 2000 there would only be one file created, the rules...
May 23, 2011 at 4:35 am
There are two options for configuration when you place the secondary database in standby mode:
You can choose to have database users disconnected when transaction log backups are being restored. If...
March 31, 2011 at 8:56 am
Good qUESTIONS..
I SAW THIS TYPE QUESTIONS VERY RARE
February 23, 2011 at 2:26 am
select Min(ID) AS ID, min(startdate) as starttime, MAX(enddate) as enddime from @TBL
February 1, 2011 at 4:55 am
Sasidhar Pulivarthi (4/1/2010)
--------------------------------------------------------------------------------
hi Vaibhav,
U are right...
I tried the following two Queries
SELECT COUNT(*) tbl_object
tbl_object
1
SELECT COUNT(*) dbo.tbl_object
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '.'.
SELECT COUNT(0) A2z
A2z
1
So the query will...
April 1, 2010 at 5:36 am
In Point of Interview Very Intelligence Question ......Nice...hmmmmm My Answer is Correct............!
March 11, 2010 at 2:03 am
Trigger to update multiple tables
This is an update from a prior post. I thought this would be a simple
trigger script but it turned out to be more difficult than...
March 5, 2010 at 5:12 am
Viewing 15 posts - 31 through 45 (of 48 total)