Squiggle 3.2 Declared Stable
Squiggle 3.2 has been in Beta for several months now. Issues that were reported are all fixed. There will be no more revisions of Squiggle 3.2. The next version of Squiggle will be 3.3 In case you...
View ArticleSquiggle 3.3 Beta Released
Version 3.3 of Squiggle has been released on CodePlex as Beta release. New features include: Allow using environment variables in configuration file (history db connection string, download folder...
View ArticleSquiggle 3.3 Declared Stable
After 16907 downloads, I’m declaring Squiggle 3.3 as stable. The code for Squiggle 3.3 is in 3.3 branch in git. If there is any critical bug fix, it will go in the same branch and will be merged back...
View ArticleIntroducing sql-cli: a Nodejs Command-line Interface for Sql Server
SQL Server used to be a database that was only used by Windows users in the past and so not much effort has been put in to making tools like SQL Server Managed Studio and sqlcmd available for linux...
View Articlesql-cli v0.1.0 Released
I just released the v0.1.0 of sql-cli on npm. It has following new features: .index command: Lists all the indexes on a table .schema command: Now tells you whether column is indexed or not New output...
View Articlesql-cli v0.3.0 Released
I just released the v0.3.0 of sql-cli on npm. It has following new features: .analyze command: Lists all the missing indexes on a table. Works only on actively used databases. .read command: Allows...
View ArticleSquiggle 3.4 Beta released
I’m glad to announce the Squiggle 3.4 release today. You can get it from codeplex release page. This is mainly a maintenance release as the main update in this release is fewer and updated...
View Articlesql-cli v0.4.0 Released
I just released the v0.4.0 of sql-cli on npm. It has following new features: .run command: Execute the file as a sql script .read command and cli now supports running multi-line commands by putting a...
View ArticleFacebook Post Deletor
I published the code snippet to delete Facebook posts as a Chrome extension to make it easier for non-technical users to take advantage of it. You can get the extension from the link below:...
View ArticleSharepoint LogViewer Now Has Git Repository
Community has shown interest recently in contributing to SharePoint LogViewer therefore I’ve changed the source control to git. This means you can fork the project and issue pull requests now. Looking...
View Article