Viewing 15 posts - 7,621 through 7,635 (of 11,678 total)
You have two options:
create a proxy through TSQL, or use the Management Studio Interface.
I think the last one will be the easiest.
At which step did you get that error?
March 14, 2012 at 5:00 am
Mark Fitzgerald-331224 (3/14/2012)
It maybe worth evaluating the new CDC components within SSIS. CDC has been added at both the Control flow and data flow levels.
If SSIS 2012 isn't an...
March 14, 2012 at 4:58 am
The connection will be the same. The credentials using that connection will however be that of the proxy account.
March 14, 2012 at 4:51 am
When you go to the certification website, there's usually a Learning Plan associated with that certification. It contains useful links to articles, white papers and books.
Try doing as much as...
March 14, 2012 at 4:43 am
Sure you can solve it. Do not use the local system account 🙂
Or execute the job through a proxy.
March 14, 2012 at 4:38 am
Is it possible to log into the server as that proxy account and try to execute the package manually?
March 14, 2012 at 4:32 am
Duplicate post. Original topic can be found here:
http://www.sqlservercentral.com/Forums/Topic1266572-391-1.aspx
March 14, 2012 at 4:29 am
amit.sinha-717308 (3/14/2012)
It shows me warning
[ADO NET Source [1]] Warning: Rows sent to the error output(s) will be lost. Add new data flow transformations or destinations...
March 14, 2012 at 4:24 am
Excel does not support the entire TSQL syntax.
If the number of rows isn't that big you can use the SORT component to delete the duplicates for you.
If performance is an...
March 14, 2012 at 3:56 am
You can store the username and password in a configuration file/table and use package configurations to alter the connection manager.
Unless there's a way to use some sort of Windows Authentition...
March 14, 2012 at 3:52 am
Which column is "columna02"?
Descripcion, cantidad or costo?
ps: you'll have more luck with English on this site.
March 14, 2012 at 3:50 am
sundeep.satya (3/13/2012)
http://msbisql.blogspot.in/2012/03/ssis-new-features-in-sql-server-2008.html
You do realize this thread was from 2009, right?
I sure hope the OP has already mastered MS BI right now.
(furthermore, wouldn't it have been more useful to blog about...
March 14, 2012 at 3:46 am
Log into SSAS using SSMS.
Locate your cube database, open the dimensions and right click on the dimension that you want to change. Choose Script Dimension As and select ALTER To....
March 14, 2012 at 3:44 am
BIDS is 32-bit, but when running a package it emulates a 64-bit environment by default.
This can cause issues with the Excel connections, as there is usually not a 64-bit JET...
March 14, 2012 at 3:42 am
agg_rakesh (3/13/2012)
As of now the the data type of the column is mixed. Some are integer and some are dates.
If you leave it to General, you have 2 different...
March 14, 2012 at 12:34 am
Viewing 15 posts - 7,621 through 7,635 (of 11,678 total)