Viewing 15 posts - 16 through 30 (of 154 total)
DBCC does not return anything and also nothing from DBCC CheckCatalog.
I know there is a schema corruption and need to drop and re-create the table.
December 5, 2011 at 8:42 am
If I knew I would not have posted here. I would very much appreciate if someone shed some light on it please.
September 13, 2011 at 7:51 am
when I upgraded I upgraded all the tools also.
August 24, 2011 at 11:00 am
so this will work right. And after running this I always run full backups anyways.
CREATE PROCEDURE SP_SHRINK_LOG
AS
BEGIN
DECLARE dbNames_cursor CURSOR
--
-- Run this script routinely to control the growth of LDF log...
August 22, 2011 at 11:15 am
i don't see the @name as well as i do not know what is the @name for
April 7, 2011 at 11:22 am
no did not work says
Msg 119, Level 15, State 1, Line 1
Must pass parameter number 6 and subsequent parameters as '@name = value'. After the form '@name = value'...
April 7, 2011 at 9:48 am
by the way the error says
Msg 22050, Level 16, State 1, Line 0
Error formatting query, probably invalid parameters
Msg 14661, Level 16, State 1, Procedure sp_send_dbmail, Line 495
Query execution failed: Msg...
April 7, 2011 at 8:05 am
hi i am using the below to send me the email but i am not able to get it instead i get an error
exec msdb.dbo.sp_send_dbmail
@profile_name =...
April 7, 2011 at 7:44 am
Actually i need the step-by-step instructions.
no idea how to do that. and the ways you says will just send me an email that the job succeeded but not the...
April 6, 2011 at 2:21 pm
thank you. atleast this might help me at some point.
March 17, 2011 at 11:31 am
any idea friends???
March 17, 2011 at 7:53 am
this returned me null columns. and not what i expect. any thing i am missing here
February 1, 2011 at 10:06 am
Viewing 15 posts - 16 through 30 (of 154 total)