Native Command Substitution is not supported - SimonS Blog on SQL Server Stuff

Native Command Substitution is not supported

In response to a recent support incident we raised we got a response about use of detours in SQL Server.

A detour is a means by which you can change what SQL Server does. This is used by Litespeed to change native backup commands into Litespeed backup commands. Whilst I always thought this a neat idea I always felt it a bit risky. If I want to do a litespeed backup I can easily write the code or use the UI to do so.

So it seems my caution has proved correct.

Use of detours by a third-party solution is not supported with SQL Server



-
Published 05 October 2006 15:29 by simonsabin

Comments

No Comments