declare @tempTable table ( ID int not null, Points int not null ) insert into @tempTable exec cspSample @ID = 1 select * from @tempTable
Computer, Technology, Databases, Google, Internet, Mobile, Linux, Microsoft, Open Source, Security, Social Media, Web Development, Business, Finance
Wednesday, August 18, 2010
SQL Server 2008: Insert results from stored procedure into table
All thanks to SQL Server 2008 TABLE datatype, results from a stored procedure can now be stored in a variable of TABLE datatype WITHOUT having to do any sp_configure.
Subscribe to:
Post Comments (Atom)
-
Google url shortener service, goo.gl , is now much improved with newly included features like easier copy and paste, and ability to delete e...
-
According to an article from the MSDN , DirectoryInfo.GetFiles() method will give unexpected behaviour on 3-letter extensions. I quote Micr...
-
Installed FortiClient recently but the challenge in disabling the application/service from running automatically on every start-up annoyed m...
-
ActiveSG is a national initiative from the Singapore government to encourage all to stay healthy and keeping fit. Membership registration i...
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.