There’s one great feature in SQL: the “Generate Scripts” command. Unfortunately, it has one limitation: the default filenames of scripts look something like this:
dbo.fnc_PlayerValue.UserDefinedFunction.sql
dbo.UserSelect.StoredProcedure.sql
I’d much prefer the filenames to match the object name, without the owner (’dbo’) or object type. In other words, I’d prefer the above two files to look like this:
UserDefinedFunction\fnc_PlayerValue.sql
StoredProcedure\UserSelect.sql
How do we [...]
- Home
Tags
ActiveRecord Applications ASP.Net ASP.Net Control Adapters Baseball Browsers C# C#/.Net CSFBL css CSSFriendly Development Tools Gaming Google Hardware Hosting html HTML & CSS humor Internet Explorer JavaScript Jobs Just for Fun Linux Microsoft MonoRail O/R Mappers Open Source Personal Politics Programming Prototype quotes Rants Scripting Spark SQL unit testing Usability Utilities Verizon ViewComponent vista Windows-
Recent Comments
- John on Friendly Session Timeouts, the JavaScript Way
Cheap way. The box will still shows up even when I'm continue to …
- Karen on How to use REPLACE() within NTEXT columns in SQL Server
This is the perfect solution for my renaming issue. Thanks for po …
- Lukasz on How to use REPLACE() within NTEXT columns in SQL Server
Works, Thanks …
- Vincent Brocoli on Verizon, where’s the customer service?
Past few days have been a nightmare. Verizon is awful. …
- brian on How to use REPLACE() within NTEXT columns in SQL Server
Arfan -- the maximum data size of NVARCHAR(max) is 2^31-1 bytes - …
- John on Friendly Session Timeouts, the JavaScript Way
-
RSS Links