Menu

Close
  • Home
Subscribe
Menu

sql_tools

A 3-post collection

Page 1 of 1

Search the source of SQL Server views and stored procedures

Ever have to work on a database with a large number of views and you needed to search the content of the objects? Well, here’s a query which will allow you to search inside your view objects: DECLARE @search VARCHAR(1000) SET @search = '[text]' SELECT »

Mark J. Miller on sql_tools, ssms, sql_server 18 February 2008

Better Generate Scripts Tool for SQL 2005

Frustrated by the inability to script SQL Server 2005 objects with BOTH a CREATE and DROP statement? Generally, I write all my scripts with both statements and then save them and include them in source control, so this hasn’t really been a problem for »

Mark J. Miller on sql_tools, sql_server, dba 13 February 2008

SQL Profiler - Replaying Traces

SQL Profiler has been aptly referred to as the “poor man’s load tester”. 3 months ago I captured trace logs spanning 1 week. My intent was over the summer (our companies “off-season”) to use the trace logs to stress test the database to determine the »

Mark J. Miller on sql_tools, sql_server, sql_performance, dba 22 June 2006
Page 1 of 1
developMENTALmadness © 2017
Casper theme powered by Ghost