Viewing 15 posts - 136 through 150 (of 156 total)
That would ensure that data flows through SSIS in the order that you have specified, yes.
But say it loads it into a target table called MyTable
If you then select it...
June 22, 2010 at 6:33 pm
Yes SSIS will process it in the order that it finds it (or in the order that the source driver returns it). But you need to remember that there is...
June 22, 2010 at 4:13 am
Server is infected with a virus and you are relaying Viagra spam
June 9, 2010 at 12:10 am
I thought you already configured database mail? Are you still getting the original error or are you getting both?
You will need to be methodical to solve the issue.
May 19, 2010 at 3:14 am
Do you know if your SMTP server requires authentication? If so do you know what the username/password is, and did you configure database mail to use it?
Go through the troubleshooting...
May 19, 2010 at 12:54 am
xp_smtp_sendmail is a thrid party stored procedure and is not installed by default (though it has become the defacto method of sending email)
It has nothing to do with database mail.
See...
May 17, 2010 at 10:11 pm
I'm suprised no one has suggested viewing the query plan for the query in question.
For example it might have made the IN subselect fix more obvious.
April 14, 2010 at 4:29 am
After using SQL Server for some time, I found that studying properly for the certification filled in loads of knowledge holes for me. It was the best thing I could...
March 23, 2010 at 4:04 am
Someone appears to have drawn some inspiration from your article.
March 7, 2010 at 4:22 pm
Sorry I can't but I know there is a good article on performance monitoring on this very site. Maybe someone else can post it as I don't have the URL...
February 21, 2010 at 3:33 pm
hehe there is a lot of bullshit around thats for sure 🙂
It appears sound but if course with that much resource headroom you won't know if its an issue until...
February 20, 2010 at 6:47 pm
The question is: are there any performance issues with what you currently have? Are there any resources left over with what you have? You need to analyse how the system...
February 18, 2010 at 3:23 pm
Assuming it is a security issue, you'll need to mess with it to get your SSIS package working.
Normally you would actually create a specific service account and use that. Normally...
December 17, 2009 at 3:17 pm
Viewing 15 posts - 136 through 150 (of 156 total)