Profiler Console is an application enables you to run SQL trace in console mode. There is no graphical UI and SQL trace will be captured silently. Connect to testServer and save trace result to test.trc : then C> ProfilerConsole.exe testServer ...

Replay SQL Trace replays SQL Server 2008 or SQL Server 2008 R2 SQL trace file. If trace file and replay server are specified, the tool performs trace replay against the SQL Server. When the replay is done, replay result file will be created. This result...

SearchInDatabase is an application to search a text keyword in a database. This tool helps you to search all columns of all tables in a database for a string keyword. In order to increase performance, it examines string type columns only in all tables to...

SearchInSchema is a searching application. This tool helps you to search database for a string keyword. Features include searches tables, columns, views, stored procedures, XPs, functions, triggers, and constraints in a database, simply input server...

SQL Table Scripter is an application generates a SQL script file for a table and/or its data. This tool is especially useful when you want to create a SQL table script against Web Hosting SQL Server or slow remote SQL Server (Generate Script Wizard in SQL...

This tool generates SQL schema and data scripts from SQL Server Compact 3.5 or 4.0 database file. SQLCE Scripter Features are: (1) Create SQL schema scripts for tables, indexes and referential relations. (2) Create data scripts so that CE data can be...