Tuesday, March 9, 2021

Introducing DL Network Monitor

 Happy to introduce another free app, this time focusing on Network Traffic (so, not the typical database discipline)




The app is pretty straight-forward: giving the user a real-time network stats, while also aggregating the data for Totals, Max Speed and more.

For more info & downloads go here: https://doccolabs.com/index.html#products-dlnetworkmonitor

While mentioned on the site, note that you can also get this directly from the Microsoft Store. Simply search for "DL Network Monitor"


Cheers,
-Adi

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!



Tuesday, April 17, 2018

Here we go!

Today is a really special day! 


Docco Labs has been offering a collection of unique SQL-related tools to make everybody's tasks easier when it comes to handling with data (Import, Export, Explore and more)

We've started with SQL Stripes, and over the years created more apps and products, including SQL ClipTable, Database Space Explorer , SQL Query Zipper, Log4Sql and SuperBulkCopy

As of today, all of these products are offered FOR FREE!


To get the free versions, simply download and install, or upgrade through your already-installed products.

Hope you enjoy using our products.

Feel free to share these exciting news!

Best,
Adi


Friday, April 6, 2018

Big News coming soon

There are new versions in the pipeline, along with some very exciting news

Stay tuned!



Thursday, April 6, 2017

SuperBulkCopy (Major) Refresh



SuperBulkCopy (and the command-line sbcp) is one of our newest (free) which comes to replace the traditional usage of both 'BULK INSERT' and 'bcp' with something much more powerful, yet simple.

If you've ever worked with either, trying to turn text-based files into a SQL Table, you are probably quite aware of the various limitations. SuperBulkCopy was written to overcome those limitations and provide a quick working solution.

OK, so that was the quick refresh. Now, there's a new version which just came out, and in addition to the existing abilities, it introduces the following:

- Gzip support! You can now bulk import directly from a .gz file 

This is a big one -> often the input files are compressed and traditional import tools usually require a preliminary step of uncompromising everything to a different folder.
SuperBulkCopy will detect those compressed files and will extract the stream in-memory, quickly importing the uncompressed data.

- Wildcard support! Now supporting wildcard* input files

Have multiple files in a folder which all needs to be imported? No problem -> the wildcard feature will take care of achieving it all in a single run. Whether to the same table or different tables.
If you wish to use different table names, see the item below!

- Output table pattern support! 

This feature helps you customize the output table name. Based on input file names, dates, unique id's and more.
The supported patterns are:
%ifn -> Input Filename
%timestamp -> Timestamp (yyyy-mm-dd-hh-mm-ss)
%date -> yyyy-mm-dd
For example,  if  Output Table Name is "my_table_%ifn", and input file name is "my_file.csv" then the table will be named "my_table_my_file_csv"


- Added a new custom field generation -> adding input filename as an additional field to the output table/file

This new feature allows you to add custom fields into the destination table/s.
The current supported fields are:
- Input Filename
- Input Directory


More cool things to come -- in the meantime, enjoy this new version!



Wednesday, December 28, 2016

Database Space Explorer

As part of our app renaming/re-branding - Database File Explorer is now known as Database Space Explorer. The main reason is that this product, which started being very focused on the file/filegroup usage is expanding to many other database-space related stats.

With that being said, we encourage you to try out the latest version of the app - there are many new features, fixes and enhancements. For example - A "Table Popularity" view which lists table by their connection and references to/by other objects. This provides another easy way to explore large databases.

Here's a screenshot:



Wednesday, July 13, 2016

SqlTableZip is now known as - "SQL Server Query Zipper"

I think names are important. And product names specifically should indicate something about the actual product.

With that in mind, "SQL Server Query Zipper" (or SQL Query Zipper in short) does a better job on explaining what the tool does - even before reading the description.

There's a new version - which in addition to other enhancements, also goes by the new name.

TA-DA!



The console version was also renamed and the executable is now called: SSQZConsole