(Note: This blog post was originally published under my old domain(codesmiles.com), here. Web Archive link. We all know that there is no handy built-in command for generating insert statements for the data present in a table in SQL Server (apart from issuing a Generate Scripts… command on the Database and choosing to Script Data also). There is this tool called SSMS Tools pack which I am using for years that provides a handy way to generate scripts for various purposes including Insert statements when you just right click the table for which you need the scripts. You can get the complete set of features provided by the tool here. I’ll try to post about other cool features of SSMS Tools Pack in future.
Tag: Tools
Try jsFiddle.net, it’s cool
(Note: This blog post was originally published under my old domain(codesmiles.com), here. Web Archive link. Whenever someone explains some issue they are facing by sending some snippets of code which contains HTML with Javascript or CSS. I use this cool tool called jsFiddle.net and paste the code they send me in the relevant boxes for HTML, Javascript & CSS in the site and work on the issue. I do this even if I have the full file set of code in which the issue is present in one part of the code set, this helps much in issue isolation. So checkout jsFiddle.net!
Ctrl+Tab.. used like this could improve user experience
Thoughts on usability and Ctrl+Tab shortcut