Servers

Great MySQL mysqldump Split Utility

November 26th, 2008 | Posted in MySQL, Software
3

If you are in a situation where you don’t have access to mysql via command line to import your mysqldump file and need to use phpMyAdmin but limited to the size that you can import SQL Dump Splitter will help you keep your sanity. It will split the files into smaller split files from the ...

My Essential Developer's Toolbox – Part I

November 23rd, 2008 | Posted in ASP.NET, MySQL, PHP, Programming, SQL Server, Software
2

This is a multi-part post that lists all of the tools that I use on a regular basis as a web developer. The list is Microsoft Windows centric but I will point out the applications that are cross-platform (as best as I can). IDEs (Integrated Development Environment)* Microsoft ASP.NET Both of the IDEs below are ...

Missing ASP.NET Tab in inetmgr

November 23rd, 2008 | Posted in ASP.NET, IIS
0

If your ASP.NET tab has disappeared (mine was caused by installing ISAPI_Rewrite) then the following MSDN blog article has a tool you can use to fix it. http://blogs.msdn.com/tom/archive/2008/04/17/asp-net-tab-missing.aspx...

mysqldump Similar Utility for SQL Server

November 21st, 2008 | Posted in SQL Server
0

If you are using SQL Server (specifically Express 2005) and you are looking for a quick way to export your entire database into a single file, the following tool will do the trick. Export Your Database Grab a fresh copy of the free tool. http://www.eggheadcafe.com/articles/20040913.zip Once you have downloaded the zip file you can open ...