Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Eric Erhardt
I work on the Visual Studio LightSwitch team. This is a personal blog where I will share tips, tricks and coding information mostly about Visual Studio LightSwitch and anything else that comes to mind.
RSS for posts
Blog - Title
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Tags
LightSwitch
Stored Procedures
Archives
Archives
April 2012
(2)
MSDN Blogs
>
Eric Erhardt
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Eric Erhardt
Updating Records in LightSwitch using Stored Procedures
Posted
over 1 year ago
by
Eric Erhardt
5
Comments
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...
Eric Erhardt
Executing a Simple Stored Procedure in LightSwitch
Posted
over 1 year ago
by
Eric Erhardt
8
Comments
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...
Page 1 of 1 (2 items)