Viewing 15 posts - 136 through 150 (of 659 total)
Also I have issues with my CPU usage. most of the time in peak hours my CPU usage is 100%, i get frudatrated seeing that every time. Ofcourse there will...
February 10, 2009 at 1:47 pm
I have just one instance on each box and the min memory is 0 , max is 18432 and 1024 for each query.
do you thinnk its good?
February 10, 2009 at 8:43 am
Still getting this error, i have no clue where to look into to fix this problem.
I see this message in the job step log file
Msg 15274, Sev 16, State 1,...
February 10, 2009 at 6:52 am
yes its a domain account. is there any way i can check without network admin
What can we expect to be changed by him?
February 9, 2009 at 1:54 pm
Here State\Rev_IT' is the sql agent service account.
thanks
February 9, 2009 at 1:53 pm
declare @dbname as varchar(80)
declare @msgdb as varchar(80)
declare @dbbkpname as varchar(80)
declare @datepart as char(1)
declare rs_cursor CURSOR for select name from master.dbo.sysdatabases where (name like 'STATE_%' and name not like 'STATE_CO%') or...
February 9, 2009 at 10:05 am
I see trace files only for past 2 days in the folder C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG and i havea total of 4 files for 2 days each of size 20480...
February 8, 2009 at 6:40 am
Jeffery
I am haveing Enterprise on one of my server and would like to do ONLINE indexes and ofcourse i like your logic.
1) Any tables larger than 1000 pages (if less,...
February 6, 2009 at 3:46 pm
Executed:Alter index indexname on tablename rebuild;
Yes I get this message when i run it as query but not as job. since the job got failed i re ran it...
February 6, 2009 at 3:42 pm
I am runnning this procedure on the same database, it is still running and now how cud i find out which indexes are rebuild and which are yet to be...
February 6, 2009 at 1:17 pm
I am looking to check the status of my job step. one of the step in hte job is running for severeal hours. How can i check how much %...
February 6, 2009 at 9:39 am
But with that i dont see any % of completion of my Job.
February 6, 2009 at 9:09 am
YES. I just ran this it worked fine to me.
1./* CREATE A NEW ROLE */
CREATE ROLE db_executor
2. /* GRANT EXECUTE TO THE ROLE */
GRANT EXECUTE TO db_executor
February 5, 2009 at 2:17 pm
olichap
Can you please share that job with me, I am looking for something similar.
thanks
February 5, 2009 at 10:41 am
Markus
Is it a free tool DDL Audit Sample Applications (1.0.0.0)?
How safe it is to run on production systems and how much does it cost?
February 5, 2009 at 9:07 am
Viewing 15 posts - 136 through 150 (of 659 total)