Viewing 15 posts - 466 through 480 (of 1,348 total)
we have 10 or more policies on netbackup for backing up SQL. i just added 4 more the other day. and there is never a need to hunt for tapes...
December 1, 2009 at 1:44 pm
is it critical data? once in a while we have to rerun a snapshot in the day. we've upgraded our hardware in the last 2 years and have a dedicated...
November 25, 2009 at 9:07 am
windows 2000 is out of support. windows 2003 is going end of mainstream support in 2010
November 25, 2009 at 9:05 am
create views to access the data for each user
November 25, 2009 at 9:03 am
are you talking about the Windows quotas? i always found them useless
November 25, 2009 at 8:55 am
i have the same problem in a security database i admin. we dump event logs to it and every server monitored has at least one table. some reports have a...
November 25, 2009 at 8:50 am
which error are you getting?
November 25, 2009 at 8:45 am
sometimes shrinking won't work due to open connections so we have to restart SQL and shrink right away before another connection starts hitting it
November 25, 2009 at 8:39 am
thx
sent this up the chain and we might try it out
November 25, 2009 at 8:29 am
not exactly what you're looking for, but my favorite way to email result sets is via Reporting Services subscriptions. very easy to read on mobile phones as well
November 25, 2009 at 6:51 am
check out the Windows certs, Exchange, VMWare or Oracle
November 25, 2009 at 6:48 am
not the best study guide, but preplogic is having a sale with the SQL 2005 guide costing $1 or $5. it's a pdf which is annoying, but i read it...
November 25, 2009 at 6:48 am
ironically a month or two ago i got a ticket to create a table in a non-critical database and one of the columns was for Y/N but i think the...
November 25, 2009 at 6:44 am
Knight (9/11/2009)
SELECT DISTINCT
CAST(CONVERT(datetime,CAST(run_date AS char(8)),101) AS char(11))AS 'Failure Date',
SUBSTRING(T2.name,1,40)AS 'Job Name',
T1.step_id AS 'Step_id',
T1.step_nameAS 'Step Name',
LEFT(T1.[message],500)AS 'Error Message'
FROM msdb..sysjobhistory T1
JOINmsdb..sysjobsT2
ON T1.job_id =...
November 23, 2009 at 11:13 am
great article i just found
in my case i can't use linked servers in all cases to monitor jobs so i'm going to change the code to use SSIS and maybe...
November 23, 2009 at 9:04 am
Viewing 15 posts - 466 through 480 (of 1,348 total)