Share ssis package/solution to another person - mysql

I need help please, I have created ssis package, still in development stage, I need to send to another person so that it can be checked/ edited before it get deployed,
I didn’t check in yet, what is the steps to share it with someone else with out deploying it?
Thank you.

When you created the package, it asked you for a directory to store the Visual Studio solution. You could just give them the copy of the solution directory.

Related

Looking for a configuration server event

We are looking for a configuration server event that could tell us about the changes that have been made to the configuration object. We are struggling to get the details on who has changed the object.
Any suggestion would be a great help.
Thanks
I’ve found a few Genesys partners have developed Audit Logging applications for Configuration Server changes.
Pointel offers a product called Audit & Alert that can return the user information on changes done. This could actually solve your problem with monitoring change management.
Check this link:
https://www.pointel.com/solutions/cms-audit-alert/

How do I access this database files? (*.H##, *.I##, *.M## ...)

I got software from a developer who move and can't be located, I just got the files but not the source code.
The thing is my client won't be using this software again but he wants to be able to access his data files from another application (the one I'm offering him).
I'm really lost, I've never seen any database (not sure if this is a database) with this kind of files.
Can some one point me in the right direction?
This are the files:
This are some of the files they copy as their database for backup.
So I'm almost sure this is the database, if I open them with a text editor, I can see some data but not in a secuencial way.
I feel kind of dumb asking, I already tried to look for *.H## *.P## *.B## extensions in Google with out any luck.
Hope some one can point me in the right direction.
Edit: I found connection in control panel, does this help any one?
https://fileinfo.com/extension/h16
According to this it is H&R block desktop application which produces these file extensions.

getting record of manually made changes in phpmyadmin

My fellow admins have made some changes manually in phpmyadmin. I want to get the record of the changes they have made. Is it possible to get that??
From what I can remember from phpMyadmin, when you install it you have a 'config.sample.inc.php' file which you copy to set up the actual 'config.inc.php' which contains all the configurations. You could use a file difference tool to compare both files and you could see the differences between the original and how it currently is. This is not an exact way but will offer insight into changes made. The only other way that I know off hand is if the config files are under version control, in which case you can compare previous versions.
Hope this helps :)

Yii2 Advance not update data after save file to remote server

I'm used Yii2 Advance to develop system via remote server. When I save file editor will upload it to server automatic. After save I refresh browser. It's still show old data not update from new file. And about 1 min it will up to date.
I test the different folder on server It's work find, Update when save file.
Please help me.
Thanks and best regards,
Woody
Well, Now I can solve this problem by myself.
This effect is PHP function "OPCache" it come with PHP 5.5 or higher.
We can disable OPCache by many way but I used this solution.
Open autoload.php from /yii2project/vender/autoload.php and add this code.
opcache_reset();
I don't know what the best way in Yii2 for reset opcache like this. If it has please reply this post.
Thank you everyone and to think this topic will help you.

Apache directory listing with upload button and search textbox

So i have a server, with apache 2 - running a directory browser(i think it's called. Where i can access my files), as my own dropbox server. However it does how some limitations, when i'm at school for instance, and i wish to upload a project, i gotta send it with email to myself to upload it, i cant delete or anything. So i wanted to add a delete button(least important), i wanted to add a search function since the files are beginning to stack up. I would also like an upload button. I didn't really understand apache, i followed a tutorial for the server. I have a very basic html knowledge, and i have tried and tried to create it myself, and i have been searching for a loooong time(trust me).
So could anyone post a solution/tutorial/tip or anything useful? Please try to help me instead of answering with rude answers. I'm 15 and hoping to get these features up and running as soon as possible. Thanks:)
Just use the open source FTP FileZilla software https://filezilla-project.org/ instead?