Viewing 15 posts - 5,476 through 5,490 (of 11,678 total)
You can try to convert the pdf to an image and add that one in your report:
July 23, 2013 at 3:41 am
What kind of authentication do you use in the connection managers? Windows authentication or SQL Server authentication?
If the first, you can safely set the protection level to DontSaveSensitive.
If the second,...
July 23, 2013 at 3:38 am
This is probably due to indexing (if you remove the cast the query optimizer might use an index, while first he didn't) and to caching.
You'll need to check out the...
July 23, 2013 at 3:35 am
As I said, in the package properties.
Click on the control flow, hit F4.
July 23, 2013 at 2:34 am
What is the protection level of the package? (check the package properties)
Failed to decrypt protected XML node "DTS:Password"
This means your package is encrypted. If the protection level is EncryptSensitiveWithUserKey (the...
July 23, 2013 at 2:13 am
I see no reason to do this in SSIS.
SSIS will not "remember" the values you stored in the variables. It only maintains the values of variables during runtime. You'd still...
July 23, 2013 at 1:24 am
It exists, but the offering varies per country. Where are you from?
July 23, 2013 at 1:17 am
The clustered index is the table. In other words, the data is logically stored in the pages as defined in the clustered index definition.
July 23, 2013 at 1:16 am
pksutha (7/22/2013)
I've a problem in sql server 2012, like i've one table, table name is "tblA".
In that Identity field Name is ID bigint not null identity[1,1].
Now i'm making few...
July 23, 2013 at 1:15 am
OK, what if you add a simple line of code, for example declaring a variable. Still got the error?
July 22, 2013 at 2:52 pm
What if you recreate the script and add lines of code piece by piece?
July 22, 2013 at 12:49 pm
When in the script editor, try to build the script and see if an error pops up.
July 22, 2013 at 12:40 pm
Bajrang (7/22/2013)
selected SSDT as didn't think about 2014 version there...
SSDTBI is also released for SQL Server 2012: it integrates within Visual Studio 2012.
July 22, 2013 at 12:36 pm
Put all the flows back together with a UNION component and write it to the destination.
July 22, 2013 at 7:15 am
Viewing 15 posts - 5,476 through 5,490 (of 11,678 total)