Viewing 15 posts - 3,091 through 3,105 (of 7,167 total)
You have numerous configuration management options in SSIS. Personally I like using XML Package Configuration files for this kind of work. When I deploy a package to 'dev' or am...
September 23, 2012 at 8:14 am
Is the SQL Server Browser service running?
September 23, 2012 at 7:57 am
Sorry, that was an extension of my view and your position. By willfully enabling xp_cmdshell, your position, you have made it easier to be attacked, my view, therefore you are...
September 21, 2012 at 11:29 pm
This describes what you're running into:
September 21, 2012 at 10:13 pm
Jeff Moden (9/21/2012)
opc.three (9/21/2012)
Jeff Moden (9/21/2012)
opc.three (9/21/2012)
I am actually becoming quite astonished that...
September 21, 2012 at 10:11 pm
I am running out of ideas so I re-read the whole thread. Something says to me this is related to Windows Group membership and possibly membership in multiple groups.
I know...
September 21, 2012 at 9:22 pm
Jeff Moden (9/21/2012)
opc.three (9/21/2012)
I am actually becoming quite astonished that you're trying to...
September 21, 2012 at 8:23 pm
Forgive me if we're covering already covered ground. I am trying to follow along.
Is it to say that you created a new login on the named instance for domain\user3?...
September 21, 2012 at 4:46 pm
FEL will operate sequentially. You could add additional FELs and have all select a mutually exclusive subset of the packages you need to execute.
September 21, 2012 at 4:00 pm
You can have a single Data Flow copy multiple tables.
September 21, 2012 at 3:55 pm
Are there any diffs between the privilege or permission_path when you run this against each principal?
EXEC sys.xp_logininfo
@acctname = 'domain\user1',
@option = 'all';
EXEC...
September 21, 2012 at 3:04 pm
I would have more questions. Here are a couple options based on the answers to the questions.
- Can the entire file fit comfortably in memory? If so then in Data...
September 21, 2012 at 1:53 pm
😛 sorry, no harm meant
I would look for high CPU queries using the initial post, there are lots of queries online for this. Proving it to the vendor is always...
September 21, 2012 at 1:27 pm
jporgy (9/21/2012)
September 21, 2012 at 1:09 pm
mhall2007 (9/21/2012)
This is a vendor application so adding indexes or modifing queries is out of the question.
What does that have to do with identifying the problem?
It's possible it is related...
September 21, 2012 at 1:03 pm
Viewing 15 posts - 3,091 through 3,105 (of 7,167 total)