Segnalo che il 2 novembre Microsoft ha rilasciato la versione 1.0.2130 della
SQL Server Express Utility, una applicazione command line che consente di eseguire tutta una serie di attività su una istanza SQL Server, come ad esempio:
• Connect to the main instance or user-instance of SQL Server.
• Create, attach, detach, and list databases on the server.
• Upgrade database files to match the version of the server.
• Execute SQL statements via the console (similar to SQLCMD).
• Retrieve the version of SQL Server running.
• Enable and disable trace flags (for example, to trace SQL statements sent to the server by any client application)
• List the instances of SQL Server on the local machine or on remote machines.
• Checkpoint and shrink a database
• Measure the performance of executing specific queries.
• Create and playback lists of SQL commands for the server to execute.
• Log all input and output.
I prerequisiti consistono in un sistema operativo
Windows 2000,
Windows Server 2003 o
Windows XP ed il
.NET Framework v2.0.Eseguendo il file
SSEUtilSetup.EXE verrà richiesto di specificare una directory dove scompattare il contentenuto ed al termine dell'operazione avremo 2 files:
•
SSEUtil.exe, l'utility vera e propria di soli 71KB
•
ReadMe.doc, un breve prontuario che spiega il significato dei vari parametri (aggiornato ad aprile 2005
)
Vi consiglio di leggerlo con una certa attenzione prima di fare danni sulle vostre istanze SQL Server