Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
For SQL 2005 or after, you can get current job execution time from the view
msdb.dbo.sysjobactivity.
December 30, 2009 at 12:54 am
#1097342
Hi there,
After you run the sp_spaceused stored procedure, it will show the correct rowcount.
January 24, 2006 at 1:57 am
#616589
I have done something that before.
Then I changed my practice.
for the SQL statement with where cluase,
I always do this,
update XXX set xxx = XXX Where -- must be one line with keyword
<where clause>
Although...
June 21, 2005 at 11:47 pm
#567316