set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER PROCEDURE [dbo].[ListTelTypes] AS SELECT TelTypes, FK FROM TelTypes order by fk