4 years ago, I started to develop Kankuru. I had not enough time to create a beautiful website and since I like .net, I chose BlogEngine.net. It was very painful (extension management, version upgrade, …) so I just changed for wordpress on Kankuru.com. Kankuru.fr will disappear in next months.
To celebrate this new website, I just released a new Kankuru version :
CRUD
For performance matters, most DBA recommend to use stored procedures without providing tools for developers. So developers use dynamic sql, parametered queries or ORM.
So I decided to create this tool :
For each tables in your database, Kankuru can automatically create these procedures :
- Select the whole table (*_List)
- Select 1 line from the PK column(s)
- Select N lines from the PK column(s) with TVP
- Insert 1 line
- update 1 line from the PK column(s)
- delete 1 line from the PK column(s)
These procedures are created with a default header but, of course, you’re able to custom them. Click on the “help” button for more help.
I shared this library on github https://github.com/KankuruSQL/KMO
Server Explorer navigation
I have 175 instance to manage and it was boring to scroll. So I added 2 buttons to expand/collapse the treeview.
I also created a textbox to filter with server name
Missing Index
A lot of people ask it for a while, I added a new button to generate the Create Index DDL.
I also improved some things : rounded costs, datagrid with to 100%, Context.
Tables without PK or clustered index
Recently, I had to migrate publisher databases to a new publisher. I used double replication but to be able to add a table in a publication, the table need to have a primary key. So I created a new audit tool to find table without PK. This tool is also able to detect table without clustered index. You should check too, you might be surprised 🙂
ID card
Now you can watch service accounts
Auto Rotate
A new button in the “Home” menu : if this feature is activated, the active tab is changed every 15 seconds. It could be useful for TV monitoring.
Live Session
I reduced row height but, to be able to see the query easily, you can now click on text column.
Live SP Profiler
I just reduced row height
Web Browser
To load Kankuru Website, I use the WPF component Webbrowser. This is a weird IE activex. I had to update it because of the new website. But I recommand to use your own browser to navigate on Kankuru.com.
Great evolution my friend !!
Et ce n’est pas fini ! L’open source, c’est pour bientôt 😉