Viewing 15 posts - 601 through 615 (of 860 total)
josebrwn (4/19/2010)
Yes, the quote is from job history. It never tells you very much! Is there a query that gives more complete information?
select [error_message] from msdb.dbo.sysmaintplan_logdetail
where succeeded =0...
April 19, 2010 at 11:40 am
josebrwn (4/19/2010)
April 19, 2010 at 11:09 am
Read the below URL's
April 19, 2010 at 7:21 am
Krishnraj (4/16/2010)
Today my database suddenly went to suspect mode and i recover it normal mode by using below query.
EXEC sp_resetstatus 'databaseName';
ALTER DATABASE databaseName SET EMERGENCY
DBCC checkdb('databaseName')
ALTER DATABASE databaseName...
April 16, 2010 at 7:30 am
K. Hari Das (4/16/2010)
Thanks for the reply :))
Ur welcome....:-)
April 16, 2010 at 7:26 am
K. Hari Das (4/16/2010)
USE DatabaseName
GO
DBCC SHRINKFILE(<TransactionLogName>, 1)
BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY
DBCC...
April 16, 2010 at 5:12 am
dba-vb (4/14/2010)
Can anyone give the sp fine tuning steps/guidelines, how can i optimize the sp?
if a sp is taking log time to execute how can check why...
April 15, 2010 at 7:47 am
syedyaserahmed (4/15/2010)
Im having a strange problem with SSMS, i have two CD's for SQl Server2005 standard edition.
when i installed i got all other components and tools but there was...
April 15, 2010 at 7:16 am
Barkingdog (4/15/2010)
on Column...
April 15, 2010 at 1:47 am
srikantreddy80 14553 (4/11/2010)
what is execution plan of ssis?
Question was not clear.
April 12, 2010 at 12:38 am
durai nagarajan (4/9/2010)
Server is on windows 2003 SP2 and SQL 2005 sp2 suddenly not showing green icon near server name , neither on sql agent also. i coudnt get option...
April 10, 2010 at 3:47 am
Ananda-292708 (4/9/2010)
I got...
April 10, 2010 at 1:30 am
rpatil22 (4/9/2010)
QueriesUpdate
SET firstname = 'XYZ' ,
lastname = 'ABC' ,
finishdate = GETDATE() ,
location = 10 ,
dept = ' PRODUCTION',
active =1
WHERE machine = 'ABCSSSS'
AND startdate < GETDATE()
How long the update is...
April 9, 2010 at 7:45 am
rpatil22 (4/9/2010)
Table contain following Columns
employeeId - uniqueindentifier ( primary key )
machine - nvarchar(100)
firstname - nvarchar(100)
lastname - nvarchar(100)
startdate - datetime
finishdate - datetime
location...
April 9, 2010 at 7:12 am
Viewing 15 posts - 601 through 615 (of 860 total)