Skip to content

Utilities, tools, and queries developed by Switch Architecture and shared with the community to help other developers, architects, and administrators.

License

Notifications You must be signed in to change notification settings

SwitchArchitecture/Community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello!

This repository contains utilities, tools, and queries developed by Switch Architecture and shared with the community to help other developers, architects, and administrators.

Tool: usp_Utility_DropTempTables

Description:

This script will create a utility stored procedure that will drop all #temporary tables that exist for the current session. It's helpful when you're debugging code that creates multiple #temporary tables and you need to execute the code multiple times.

More details on it's purpose and usage may be found in our article "Say goodbye to dropping #temporary tables".

Download

View Source Code

Download

Installation Steps:

Run "Install [usp_Utility_DropTempTables].sql" Be sure to change to the appropriate database context first

Usage Example:

EXEC [dbo].[usp_Utility_DropTempTables];

About

Utilities, tools, and queries developed by Switch Architecture and shared with the community to help other developers, architects, and administrators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published