Viewing 15 posts - 1 through 15 (of 47 total)
Personally I use SQL server integration services. If you're using the import/export wizard for SQL that is ssis. When you map the fields in your spreadsheet to...
April 9, 2014 at 5:28 pm
Do you have the option to dump the data to text and then use SSIS to import from the text file to SQL? Another alternative, is there an oledb...
April 9, 2014 at 4:33 pm
Have you tried setting the data type on those fields to nvarchar(max)?
April 9, 2014 at 4:23 pm
Open the SQL Agent job and the step where you call the SSIS Package.
On the "Execution Options" tab...check the box "Use 32 bit Runtime" and see what happens. When...
October 31, 2012 at 4:43 pm
You rock! Can't believe I didn't think to do that.
Working great now. 😀
October 31, 2012 at 11:22 am
I have done something similar to this. Here's how I did.
1.) For each loop through your table sending you e-mails. Storing the EmailID you are working with in...
October 31, 2012 at 11:12 am
If you are using an ODBC connection then it will be an ADO.NET Connection Manager and ADO.NET Source in SSIS. I am assuming you were not able to located...
October 31, 2012 at 10:44 am
First...i don't work for Red Gate although I like their toys. So I would suggest for minmimal cost just a few hundred dollars they could pick up a SQL...
March 6, 2010 at 10:31 pm
Are you trying to open the plans via Mgmt studio on the actual server or from another machine?
March 6, 2010 at 10:21 pm
Typically web site will be connecting to a web service. You configure the SQL connection string which points to you SQL server in the web.config file for the...
March 6, 2010 at 10:09 pm
There a many different reasons why the data flow tranformation may seem sluggish.
1.) Using Fast load option in the OLEDB Destination should always be used when inserting data to SQL...
March 6, 2010 at 9:53 pm
If you can show the package execution error that would be helpful. Are you certain the fields you are doing the lookup on will only return 1 matching row?...
March 6, 2010 at 9:35 pm
The SQL Agent can help alert you when there are problems.
I setup each of our servers to at a minimum to send email alerts when there is a...
March 5, 2010 at 1:29 pm
First Question:
Is Windows Firewall enabled on the report server? If it is try disabling it temporarily and see if you can deploy from the client machine. If you...
February 28, 2010 at 6:15 pm
Anytime you upgrade SQL Solutions (RS, SSIS, OLAP) it creates a totally new directory with all the upgraded files in it. Your original solution from the previous version should...
February 28, 2010 at 5:51 pm
Viewing 15 posts - 1 through 15 (of 47 total)