Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Stored Procedure for faster Data Entry

Author  Topic 

muzzettemm
Posting Yak Master

212 Posts

Posted - 2009-09-16 : 16:36:01
Hi all I have a question can you have a Stored Procedure insert data into tables for you, for faster data entry? See I was thinking of creating a form with the necessary fields that need to be populated. And what the user would do is look up the record they want to populate then hit a comand button that has a SP behind it and have it insert the data into those fields. is there a way I can do that, because if a user has to insert the same data over and over again but for different records then this would make it faster for them. Can anyone tell me how I can do that.
   

- Advertisement -