Viewing 15 posts - 1,486 through 1,500 (of 4,272 total)
Ok, so the question really boils down to big monolithic package or singles with a process over the top to call them?
I hate to do this, but, it depends, at...
May 25, 2011 at 2:13 pm
You are very welcome.
CEWII
May 25, 2011 at 1:58 pm
For me, SQL-to-SQL connections are ALMOST NEVER by SQL authentication, I don't want to store login information if there is not a really good reason to.
For some things like DB2,...
May 25, 2011 at 9:59 am
My usual position is that Windows(trusted) authentication is the default expectation, I usually only allow other kinds if there is some REALLY valid reason for it to not work.. ...
May 25, 2011 at 9:25 am
Oops..
Fix this line:
+ CASE WHEN LEN( @EmlDom ) < 4 ...
May 25, 2011 at 9:23 am
My first guess is a 32/64-bit problem..
I'm guessing that the OS and SQL are 64-bit and the drivers either didn't say or are 32-bit. If so, you will not...
May 25, 2011 at 9:20 am
Far too many companies view people in much the same was as the furniture, you can be replaced on a whim.. Bye Bye... And I have seen this...
May 25, 2011 at 9:18 am
This error is often tied to a case where a process that is run as a local user on a workstation tries to connect to a SQL server that is...
May 25, 2011 at 9:05 am
Hm, had no problem myself.. Just take the .txt off the end and SSMS will see it..
CEWII
May 25, 2011 at 8:38 am
Here the user is SYSADMIN,i guess preveliges may not be issue.
This was unclear so I want to explain some things.
The local login trying to run the query from the originating...
May 25, 2011 at 8:37 am
Do you have more than one place where the connection string is stored? Could that user have insufficient rights to master?
CEWII
May 25, 2011 at 8:29 am
Although more complex you could add script component that takes encrypted versions in the files and sets the connection string to their unencrypted counterparts.
CEWII
May 25, 2011 at 8:26 am
I'd probably add a data conversion component to the data-flow to get the types sorted out.
CEWII
May 25, 2011 at 8:21 am
Dude,
Everyone wants to make more money and getting a job in technology certainly can help. But to be blunt, near as I can see you aren't qualified, by...
May 25, 2011 at 8:18 am
Viewing 15 posts - 1,486 through 1,500 (of 4,272 total)