Viewing 15 posts - 1 through 15 (of 22 total)
Check your Truncate command and add
USE [SQL_Monitoring] -- if this is the DBname u specified,everything looks good else.
July 25, 2013 at 11:30 am
--clean up sp_who
--here uneed to add USE [SQL_Monitoring] else it will search under master DB by default
use [SQL_Monitoring]
Truncate table [SP_Who_Results]
--run SP_Who
--same for insert
use [SQL_Monitoring]
Insert into [SP_Who_Results]
July 25, 2013 at 11:10 am
This means the job wit that name is already been created...
u need to go under the jobs and run it to verify the reports if u get in ur email..
July 25, 2013 at 10:33 am
I figured out the issue
ALTER DATABASE [SQL_Monitoring] SET HONOR_BROKER_PRIORITY OFF-- It is not supported in SS 2k5 I commented it out.
and I removed ALTER DATABASE [SQL_Monitoring] SET COMPATIBILITY_LEVEL =...
July 24, 2013 at 4:12 am
I figured out the issue
ALTER DATABASE [SQL_Monitoring] SET HONOR_BROKER_PRIORITY OFF-- It is not supported in SS 2k5 I commented it out.
and I removed ALTER DATABASE [SQL_Monitoring] SET COMPATIBILITY_LEVEL =...
July 24, 2013 at 4:11 am
what version's of SS will support you did not mention I am getting 2 errors...
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near '90'. ( I changed it to...
July 23, 2013 at 5:36 am
Thanks ALZDBA, what exactly does this script do and what I have to fig out in it?
July 5, 2013 at 3:52 am
It consumes around 60gb and thing is we do not have any transactions which are 60gb my analysys says out tempdb is not flushing the commited transaction but recovery mode...
July 3, 2013 at 10:00 pm
There are many reasons why your Db might be slow.,
chcek if there is any long running transaction using DBCC OPENTRAN ('DBNAME') , if u r DBA get ur dev and...
July 3, 2013 at 3:17 am
is ur agent running? was there any ad-hoc t-log backup ?
July 3, 2013 at 2:38 am
Thanks SSchap...and all you ...it was quite quite simple...
April 10, 2013 at 11:38 am
Yes all the objects are in the same server
April 10, 2013 at 9:08 am
Yes with common tables, attibutes..no need for data..
April 10, 2013 at 3:12 am
by the way we use sql 2k5
December 18, 2012 at 5:44 am
Hi ashish thanks for the reply...
can i have the steps please coz i dont see the option for with dataload and I am a newbee here..
Thanks
December 18, 2012 at 5:44 am
Viewing 15 posts - 1 through 15 (of 22 total)