↧
Free SQL Server Tools
Mladen Prajdić has compiled a list of free SQL Server tools, some of which I use personally. Visit his site, as he continuously updates the list –...
View ArticleSysInternals Tools
Sysinternals Suite : http://technet.microsoft.com/en-ca/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx Includes: BGInfo – displays configuration, such as its name, IP address, or operating...
View ArticleHow to script out your database objects (Database Publishing Wizard)
I work with MySQL, and MySQL has a mysqldump client that scripts out database schemas + records in the tables. There is no “native” tool in SQL Server 2000/2005 that does this (as far as I know)....
View ArticleGenerating XSD from an XML File
To create a schema (XSD) from an XML file, you can use a command line tool that comes with Visual Studio called xsd.exe (located in Install Directory\Microsoft Visual Studio 8\SDK\v2.0\Bin). If you’re...
View Article