CREATE PROCEDURE [dbo].[spBildInfo_GetAll] AS BEGIN SELECT Id, Datum, Dateiname, ImageModel, WunschId FROM [dbo].[BildInfo]; END