Viewing 15 posts - 136 through 150 (of 285 total)
I can't say what is causing your issue...but
I have used a Windows utility called psexec to invoke processes on remote servers from within a SQL agent job. You might...
March 22, 2010 at 11:31 am
Re: Indexes
These nightly snapshot db's are created as read-only by our core bank system. We run hundreds of reports and data extracts from them. This is really the...
March 4, 2010 at 7:59 am
Unfortunately, this is a banking system, and I would not be able to post the query or schema without obfuscating the table / column names (which I don't have time...
March 3, 2010 at 7:09 am
In the SQL Agent Job Step properties the account shown in the "Run As" must have the appropriate network permissions. By default this is the account that is running...
February 24, 2010 at 7:23 am
Well, it sounds like you're experiencing the "double-hop" issue. If you do not have Kerberos authentication enabled between these servers on your network (I do not know much about...
February 17, 2010 at 8:49 am
We execute dozens of SSIS packages daily from a custom .Net "Operator Console" desktop app we developed. It's not ASP.Net but the concepts would be the same. Basically...
February 17, 2010 at 8:00 am
We have about half of our production SQL servers on VMWare. For the most part these are systems that are not highly transactional. I've really had no issues...
February 10, 2010 at 9:29 am
When I needed to delete a million plus rows of out-dated data I used SET ROWCOUNT {some number} to limit the number of rows affected with each batch so that...
February 10, 2010 at 9:08 am
I think changing the File Source will affect everything downstream in your Data Flow also. I'm not saying that it can't be done, just that it may get very...
January 4, 2010 at 9:06 am
I think you also need to look at the skill set. In our organization we have several individuals who can write SQL code to extract a result set and...
December 16, 2009 at 6:55 am
When I enable logging using the logging tab in the SQL Agent, I don't have to configure anything - it captures everything you would see in the Progress tab in...
November 25, 2009 at 9:15 am
We run a few dozen packages daily via SQL Agent. I enable logging to SQL Server (sysdtslog90 table) using the "Logging" tab on the job step. I believe...
November 25, 2009 at 8:23 am
I seem to recall that we had issues with mixing 32 bit and 64 bit packages before we had applied SP1 to the development machines. Have you applied...
November 10, 2009 at 8:36 am
You can use multiple data flows to write to the same file if you uncheck the "Overwrite file" flag in the Flat File Destination component. So data flow 1...
November 10, 2009 at 8:28 am
I have a SQL 2005 Linked Server defined to our AS400 that uses the IBM ODBC driver. However, we use it sparingly and do not use it to move...
November 9, 2009 at 10:00 am
Viewing 15 posts - 136 through 150 (of 285 total)