.NET Development
martes, 23 de abril de 2013
Encode/Encrypt Store Procedures SQL Server
CREATE PROCEDURE GetVentas
@P1 INT
WITH ENCRYPT
AS
BEGIN
SELECT * FROM VENTAS
END
Entrada más reciente
Entrada antigua
Inicio