Showing posts with label database file explorer. Show all posts
Showing posts with label database file explorer. Show all posts

Friday, May 29, 2020

New Decade - New Versions

Hey there folks,
I wouldn't call 2020 a great year (so far), but some good things are happening:

After a *long* break, I took some time to update all of the Apps to make a leap and get some refreshed features.

Some of the features across all products include:

All:
- SQL Authentication types extended to Azure/AAD
- Contact UI options updated
- Engine/Framework updates
- Launcher Dark Mode support
- Core Engine & Target Framework updated

Server Repository:
- Added support for various Azure AAD Authentication
- Fixed multiple thread-related UI issues
- Fixed column conflict issues
- Modified internal default timeout
- Using Repository Database version 2.6

Logger:
- Removed redundant code
- Better handling of log file writing conflicts

As a reminder, all products are completely free! 

Enjoy!



Monday, June 30, 2014

Announcing - products are out of beta, available for purchase.

After a lot of hard work, the beta 'incubation' period is finally over.
We are excited to announce new & exciting versions for all of our products!

The products available for purchase are:

  • ClipTable (Turn *any* tabular data, from any source to a SQL Table in seconds!)
  • Database File Explorer (Get a clear picture of how your databases consume your storage space)
  • SQL Table Zip (Our new query-to-go packer - turn any table or SQL Query into a compressed [.sqz] file)
  • Log Table Viewer (Add logging to your stored procedures, along with a powerful real-time viewer)
  • And as always - SQL Stripes, which is on sale for a limited time: $799 (instead of $1,250)
Each product can be purchased separately, or as a bundle - in a new attractive offer. (see more details at doccolabs.com/purchase)


















We are also pleased to present our redesigned website, hope you all like it.


Thursday, June 27, 2013

New Releases - and a personal note

Hi There,

Today, new versions of ClipTable, dbFileExplorer & LogTableViewer were released to the public (that's you)

Changes include:
ClipTable -
- Fixed support for identity column on PostgreSQL (SERIAL)
- Repository enhancements

dbFileExplorer -
- Added Extended Database Properties
- Some minor bugs were fixed

Log Table Viewer - 
- Engine updated

Shared Repository (applies to all of the above)
- Added multiple selection support (wide)
- Fixed double-click on non-server

You can get them all from our website! all free, no exceptions.

Now, on to the personal note.
First, I would like to thank everyone for the continuous feedback. It helps me making the products better and makes you enjoy the results :)
Please continue sharing your thoughts about each one of our products. I personally read each and every one of your feedback.

Second, In the very near future, I will be moving to Seattle WA (which is a very long journey for me).
During this period, I might not be as reachable as always, but I promise this is only for a temporary period - so if you send feedback and get no response for a while, wait a bit longer :)



All The Best,
Adi



Tuesday, May 28, 2013

New Releases!


I don't always blog about new versions, but today I do - because there are 3 new versions released today!

Here's what's new:
ClipTable:
- Repository instant groups by version has been fixed
- Advanced options now allow you to view ClipTable's main parsing engine messages
- UI enhancements
- v1.0.3.9 Released

Database File Explorer:
- Extended table properties: Estimated row size, index drill-down from column and more...
- On Database-based view, each drive (used by the database) will not also show the exact database size on that drive
- Better size unit display (kb/mb/gb/tb) - everywhere
- Animated indicator icon on TreeView when loading special analysis data
- Repository: Fixed some stability issues
- Repository: Fixed instant-grouping by version, added # of servers icon for each version
- UI enhancements
v1.0.3.0 released


Log Table Viewer
- Added support for auto server load (from repository)
- Server info changed to DoccoLabs standard server window
- Maximum log file size modified to 2mb
- Repository: Fixed instant-grouping by version, added # of servers icon for each version
v2.0.2.0 Released

Get it all here: http://www.doccolabs.com
If you already have it installed, you'll get a message allowing you to upgrade automatically.

Enjoy and as always - share your feedback.

Cheers,
Adi



Tuesday, May 21, 2013

What's taking my space?

Here is a common scenario I bet you've had - if you are, or were a Database Administrator;
You receive an alert, indicating that a certain drive (either storage or local) is running out of space.
And it's painted RED of course, to make sure you're not smiling!

If your alerting system is configured to give you some 'grace' time (i.e. 1% free space left), you have just a little time to figure out which databases/tables are taking that space.

In this post, I am going to show some samples from our Database File Explorer on how you can quickly troubleshoot such cases.
Big emphasis on the "some" - there is a full set of features not shown here.

So, let's begin on the main screen, showing me which drives are being used by my databases: (already letting you distinct between database space and other "stuff" on that hard drive)

Great! Now let's have a look on a graph showing me a pie slices for all databases.
Click on the Chart menu --


Choosing "Databases Size", and getting this:



OK. I can clearly see that there are two databases taking almost 100% of my disk space. Let's drill into one of them:


I've selected the 2nd largest database. If you look at the screenshot above you can see that it's using 2 drives (E:, F:)
Now note something interesting - When looking at the "Top 10 Tables by Size", I can quickly see that there is one table, taking 68% out of the entire database space.

I'm going to right-click the table and choose "Table Properties"



Getting a lot of useful information here, but something specific caught my eyes - note that this 85gb table is less than 20% data, and about 80% indexes!


 So the next step would be drilling into the indexes in order to figure our which indexes are consuming so much storage space.

I'm going to click on the "Chart" button below: 
And get this screen:


OK. See the last line on the graph legend? That's the "Data", and the rest is all index.

Going back to the previous window, I'm going to expend the "Indexes" node and get the list of all the indexes and their sizes/filegroups.


I've expended one of the indexes (taking almost 13gb) and saw it's built from multiple columns, where one (ApiKey) is indexed, while the rest are INCLUDED columns. This is a common problem, since included columns data is stored on the index leaf level. So while tempted to use for query performance reasons, including many fields - especially strings/blobs, will create huge indexes!

To sum things up - I've used Database File Explorer to quickly understand what's taking my disk space.
This is only a small part of what this app has to offer. (I will soon post a video showing a full demonstration of the product)
If you don't have it already, get it here:
http://doccolabs.com/products/dbfileexplorer


Tuesday, October 16, 2012

Triple release day!

3 Updates are being released today, for ClipTable, Database File-Explorer & Log-table Viewer

Here's the change-log:


ClipTable:
- BCP (insert) mode is now available! ClipTable can generate a BCP IN statement of any CSV file
- Added an option to turn any column into a string (after clipboard import is done)
- Data in grid can automatically extend on edit
- Better white-spaces handling on string analysis
- Improved XML detection
- SQL Text highlight feature implemented
- Multiple UI improvements
- v1.0.3.2 Released

Database File-Explorer:
- Log file is now being recycled when over a configured size (currently 10mb)
- Added ChangeLog (inside the About Window)
- Core classes updated
- SQL Text highlight feature implemented
- Shared Repository:
- Added SQL Profiler integration
- If multiple versions are installed, SSMS/Profiler will launch at the newest version
- Multiple UI improvements
v1.0.2.3 released


LogTableViewer:
- Main Engine updated
- SQL Text highlight feature implemented
- Multiple UI improvements
v2.0.1.6 Released


Shared Repository: (which means, all of the above)
   - Added SQL Profiler integration
   - If multiple versions are installed, SSMS/Profiler will launch at the newest version
   - Multiple UI improvements

Download all for free: 



Wednesday, September 12, 2012

Triple Release day!

We have 3 updates today:

  • Database File Explorer v1.0.2.2 <link>
  • Log Table Viewer v2.0.1.4 <link>
  • ClipTable v1.0.2.9 <link>

And behind the scenes, some updates to our Shared Repository, which now supports integration and direct connectivity with Remote Desktop (RDP) and SQL Server Management Studio (SSMS)

Both available by right-clicking any server from within the repository:



Get your updates and enjoy!


Tuesday, September 4, 2012

Database File Explorer v1.0.2.1 has been released

Fresh out of the oven - a new version of Database File Explorer (product link)

Recent changes include:

- Added free disk space info (for each drive)
- Databases Graph/Pie - system databases are hidden by default (configurable)
- Fixed a small bug regarding viewing a table in reverse order (TOP N DESC)

Thanks for all the feedback! we're always happy to hear how our products help you on the daily SQL tasks.

Get the latest version here : http://www.doccolabs.com/products_dbfileexplorer.html


Thursday, August 2, 2012

New versions for ClipTable & DbFileExplorer


We've released new versions for both ClipTable & Database File Explorer this week, here's some of the change logs -

ClipTable:

- Applying limit buffer when importing directly from text files
- Fixed Oracle offline error message
- Added the following fields to summary: Database name & Estimated table size
- Added Cancel option for both Clipboard Import & Table Export
- Updated SQL Engine
- v1.0.2.6 Released


Database File Explorer:
- Added Table Properties (new window with extended table details, check it out by right-clicking any table)
- Better exception handling/reporting (during connection, data fill etc...)
- Minor UI fixes
- Few compatibility issues with SQL Server 2005 were addressed. However, it's time to upgrade people!
v1.0.2.0 released

Download or upgrade today, it's totally free!
http://www.doccolabs.com/products.html

As always, keep on sharing your experience with us; we always love to hear and respond.

Have a great week/weekend :)


Wednesday, April 18, 2012

Database File Explorer v1.0.1.7 has been released!

Database File Explorer v1.0.1.7 has just been released!

Here's the recent version changelog:
- Added SQL File statistics (static + real-time)
- Added Full file data grid (Advanced)
- Core engine bug fixed on some table details
- Timeout counter added on every connection (for better indication)
- Management Studio (SSMS) launch - preferring newer version (if, for example, two versions of SQL Server are installed)
- Repository: fixed a bug where default databases was ignored on load
- Fixed connection timeout configuration
- Minor Repository UI fixes

If you already have it installed, click the "About" to get the update,
If not - get it from here: http://www.doccolabs.com/products.html#DatabaseFileExplorer


Thursday, December 1, 2011

Enjoy a bundle of Smart SQL Solutions



I'm super excited to share our new product bundle, which is constantly growing.
SQL Stripes is now part of a bigger family --  The "Docco Labs" family!

The objective is always the same - to provide smart SQL solutions, making DBA's life easier and more productive.

Here's a quick recap for each product; (I will post more detailed looking into each and every one of them in the near future):


  • ClipTable
    • Make data import as easy as possible: Copy the desired data into your clipboard (yes, I mean Ctrl-C), and in a few seconds - have this data available in an SQL Table!
    • No more dealing with input drivers, delimiter settings, field size and type headaches.
  • Database File Explorer
    • Explore your Database files/filegroups size & table location in a very easy to understand UI
    • The hierarchy view will help you quickly understand what's stored where
  • Log Table Viewer
    • This is a complete SQL logging solutions - just use the server side procedure to write anything to the log, and then look at it with an amazing viewer, containing many kind of views, filters and more
  • SQL Stripes
    • Our 1st product, which is a complete monitor and control solutions for multiple server environment
The "Glue"
Although the 3 new products are seperate, there all use a "Shared Repository" (see screenshot), which means you only have to manage one server/group list, and quickly use any of the servers by any of the products


The new products are still in beta stage, this means they are free to use!
Give it a shot and tell us what you think -

Cheers :)