Viewing 15 posts - 1 through 15 (of 18 total)
Old thread, I know, but...
I ran into this same issue recently, with a SQL Server 2008R2 instance. We recently had network "issues" and had an agent job that was failing,...
February 16, 2016 at 3:04 pm
Actually, Paul's blog was the first place I went, but I browsed through a little too quickly, it seems. Steve, I have backups that are failing when they get...
June 26, 2013 at 10:30 am
Mr. Factor wrote a really good article on administering SQL Servers with CMS. In the article, he writes of the tables that you can use to manage your registered servers:
https://www.simple-talk.com/sql/sql-tools/registered-servers-and--central-management-server-stores/
I...
June 26, 2013 at 8:06 am
That may be where I go with it. While the common configuration may be convenient in the respect that we can indicate several configurations with one config filter, it is...
March 14, 2011 at 7:56 am
Koen Verbeeck (3/11/2011)
Why don't you store the connectionstring to the configuration table directly in the environment variable?
It was desired to have the ability to update the connection string to the...
March 11, 2011 at 8:39 am
We are using a SQL Server configuration. We have the env. variable pointing to an XML config that holds the SSIS database connection string, and the EnvType. For database connection...
March 10, 2011 at 1:11 pm
I guess I'm more looking at is what happens to the SSIS package when the DBA does that. When the DBA opens the package, the configs are loaded from the...
March 10, 2011 at 10:17 am
Thanks Koen, that is pretty much the same conclusion that I came to.
We certainly do not want to disable logging, in fact, we are using logging quite extensively throughout...
March 10, 2011 at 7:40 am
Sorry for the delay in this reply...
I changed the account my SQL Server service uses to logon to use my network ID, restarted the service, and the TableDiff worked! I...
June 10, 2010 at 1:25 pm
These are my machines that I use to test, develop, etc., so changing the service account isnt a big deal. We have designated service accounts in our Production environments, so...
June 8, 2010 at 12:41 pm
Thank you for your reply, Lowell. What you describe in your post makes perfect sense. My services are running as Local System on both source machines. I will make the...
June 8, 2010 at 11:28 am
It would be a semi-colon. I misspoke earlier when I said comma. Use the ;
February 18, 2010 at 12:01 pm
You would just use the profile that you were using before. All you need to do is edit the operator that you are sending the mail to now, and update...
February 18, 2010 at 11:56 am
When you create the operator, you can supply a list of email addresses, each separated by a comma. Set up your addresses there, and use that operator as your notification...
February 18, 2010 at 11:46 am
Lately, I have seen more and more applications create Agent jobs for "grooming" the database. Mostly re-index jobs, and "clean-up" jobs, they are typically created by the application, and invoked...
February 18, 2010 at 11:44 am
Viewing 15 posts - 1 through 15 (of 18 total)