Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Translate this page
Powered by
Microsoft® Translator
Become a LightSwitch Fan
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Search
Tags
LightSwitch
Stored Procedures
Archives
Archives
April 2012
(2)
MSDN Blogs
>
Eric Erhardt
>
All Tags
>
stored procedures
Browse by Tags
LightSwitch
Blog Post:
Updating Records in LightSwitch using Stored Procedures
Eric Erhardt
Since stored procedures provide benefits over directly using TSQL commands, a lot of database administrators like to completely hide database tables from applications. Instead, they will expose a View to read data from the table, and then create stored procedures to allow inserting, updating and...
on
19 Apr 2012
Blog Post:
Executing a Simple Stored Procedure in LightSwitch
Eric Erhardt
Note: This article applies to LightSwitch in both Visual Studio 2010 and Visual Studio 11. Many existing databases make use of stored procedures (or stored procs). There are advantages that stored procedures have over other types of database interaction as listed in MSDN at http://msdn.microsoft.com...
on
17 Apr 2012
Page 1 of 1 (2 items)