How to retain connection property in SSIS? [duplicate] - ssis

This question already has an answer here:
SSIS - Limiting Concurrent Connections
(1 answer)
Closed 8 years ago.
In my SSIS project, i need to retain same connection property. I am not able to find how can i retain it. Help me if anybody knows about this scenario. Thanks in advance.

This is a property of the connection manager. Click on the connection manager and open the properties window to set it.

Related

How to check the current values of variables while debugging an SSIS package? [duplicate]

This question already has answers here:
How to modify the variable in SSIS?
(4 answers)
Closed 6 years ago.
I am unable to view the values of variables while running an SSIS package.
I tried to set break point on the data flow tab but after the break point is hit , i am unable to trace the value of variables. Is it displayed in a different window?
You can use the watch window. This confused me in the past as well.

How to fix a mdb file? [duplicate]

This question already has answers here:
How to fix possible db corruption?
(5 answers)
Closed 6 years ago.
I have a MDB file that can't be opened. It seems like it's corrupted. Is there a best practice how to fix that?
I've already tried this tool
StellarPhoenixAccessDatabaseRepair
but it didn't help.
I need to make this file works again...
Thanks
You can try these methods for repairing corrupted database. If database cannot be opened at all, even with pressed Shift, try to import database objects to new database.

Is it possible to store videos in MySQL Database [duplicate]

This question already has answers here:
Is it possible to store pictures,sounds,videos in SQL Database? [closed]
(2 answers)
Closed 7 years ago.
Is it possible to upload videos to mysql database(or another database) and then store them in this database but not on my own computer?
Technically, yes. But you would almost certainly never do this (unless the files were very small), preferring instead to store the files in a file server, and only their paths and meta data in the database.

How to get the Full stack trace of all the methods executed while rendering? [duplicate]

This question already has answers here:
StackTrace in Flash / ActionScript 3.0
(8 answers)
Closed 8 years ago.
In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or container.
Throw a new error, catch it, make it to string, maybe parse it.

What's the advantage of Google Chrome's strange setup strategy? [duplicate]

This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
What are the advantages of installing programs in AppData like Google Chrome?
It will install itself somewhere in %HOMEPATH%. Why not in %PROGRAMFILES%?
I've always assumed this is to avoid forcing the user to have administrative privileges.
I guess the most important reason is roaming. So if you logon to another computer in the same domain, you can have it there too (although roaming is not enabled in every domain).