Viewing 15 posts - 3,091 through 3,105 (of 7,164 total)
Is the SQL Server Browser service running?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 11:29 pm
This describes what you're running into:
Connect > Default Schema for Windows Group
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 4:00 pm
You can have a single Data Flow copy multiple tables.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 1:27 pm
jporgy (9/21/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 1:03 pm
Check that the two users that get their tables created in dbo are not somehow in the sysadmin Fixed Server Role, either explicitly by a named login (but you said...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 1:02 pm
Viewing 15 posts - 3,091 through 3,105 (of 7,164 total)