Viewing 3 posts - 1 through 3 (of 3 total)
There is the SQL syntax error in the artcle:
CREATE VIEW [dbo].[VEventCleanup]
AS
(SELECT TOP(2000)
FROM EventTracking.dbo.Event
ORDER BY Eventid
)
The above code should be...
March 6, 2013 at 9:08 am
#1594028
Here is the execution resuls of the 1-st and 4-th query:
--Query 1
SQL Server Execution Times:
CPU time = 0 ms, elapsed time = 76...
October 19, 2010 at 9:31 am
#1239132
A pleasant question.
September 14, 2010 at 9:14 am
#1220769