Viewing 15 posts - 106 through 120 (of 122 total)
Fraggle (8/29/2008)
A Job can have multiple schedules included with it. A maintenance plan can have only one schedule. ...
August 29, 2008 at 12:16 pm
Also, I have noticed that jobs have a lot of power in that there's a lot of options in the window which pops up when creating a new job (not...
August 29, 2008 at 11:01 am
A Sql server maintenance plan is generated by a tool provided by MS, either Enterprise manager in 2000 or SSMS in 2005. It attempts to provide a standard set of...
August 29, 2008 at 10:45 am
I am agreeing with the other post but back when I worked with Oracle I recall the "nvl" not working through ODBC or OLEDB. I think what I did was...
August 26, 2008 at 12:59 pm
Some AV cause issues
NOD32 definitely
August 13, 2008 at 12:59 pm
ON CONVERT(VARBINARY(15),RTRIM(RDWPTTransactionNumber)) = CONVERT(VARBINARY(15),RTRIM(RDWGLTrxId))
By using the convert and the trim on the join it usually takes the query off any indexes that exist and can significantly slow any queries.
Have...
August 11, 2008 at 1:20 pm
I don't know if you will find them useful but I have put most of my backup scripts on a blog. I know it is not well organized but they...
August 5, 2008 at 9:25 am
Two possibilities I can think of:
1. You created a new subtask in the database maintenance which is managing to jobs in the agent
2. (This happened to me) You renamed the...
August 5, 2008 at 9:10 am
Are you running SP2? I found maintenance plans almost unworkable until then.
I have mostly given up on the maintenance plans as they do not seems as stable as a...
August 5, 2008 at 8:41 am
If your are on a domain the easiest is to create an account DOMAIN\[This task user] and if possible avoid mixed mode. Security is much easier to maintain this way.
August 4, 2008 at 9:34 am
This probably is an issue with what user the agent is running under Local Service this user will not be recognized by the other machine and the operation will not...
August 4, 2008 at 9:25 am
I have made the mistake of using package configurations and forgot to change the path and or table name in the config and spent a while being frustrated the whole...
July 14, 2008 at 3:04 pm
I just did a quick test but all the tables for mail seems to be very straight forward
For example, [msdb].[dbo].[sysmail_*]
I transferred an account to my test box and...
June 30, 2008 at 1:01 pm
The error you are getting is because you are trying to reference the alias instead of the data itself.
For example:
DECLARE @a int
DECLARE @b-2 int
June 27, 2008 at 3:19 pm
A few things you need to look at as long as the file runs fine when you run it.
1. What user is the SQL server agent running as? If the...
June 27, 2008 at 7:21 am
Viewing 15 posts - 106 through 120 (of 122 total)