Create procedure [dbo].[usp_read_Data]
as
begin
select EntryDate,[FileName] from tblInfo
end

Do you want to retrieve data from sp?

I think you need this link

Ask your requirements clearly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.