CREATE PROCEDURE [dbo].[spEmployee_GetAll] AS begin select [Id], [FirstName], [LastName], [Title] from Employee end