摘要: 转自: http://www.aspxhome.com/asp-net/aspnetskills/20078/146824.htm 用ASP.NET与SQL SERVER可是缘份最好了,稍大的程序一般第一先考虑的是SQL SERVER,只是一些很考虑经济的才使用ACCESS等了。用SQL SERVER,为了使数据库的效率更好,一般都会才取存储过程,因存储过程执行速度快,并且可以实现一些高级的查... 阅读全文
posted @ 2008-01-08 13:09 N/A2011 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.sommarskog.se/error-handling-I.html Error Handling in SQL Server – a Background An SQL text by Erland Sommarskog, SQL Server MVP. This is one of two articles about error handling in ... 阅读全文
posted @ 2008-01-08 12:03 N/A2011 阅读(2050) 评论(0) 推荐(0) 编辑
摘要: set ANSI_NULLS ON set QUOTED_IDENTIFIER OFF GO ALTER PROCEDURE [dbo].[aspnet_Membership_CreateUser] @ApplicationName nvarchar(256), @UserName ... 阅读全文
posted @ 2008-01-08 11:09 N/A2011 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Data; 5using System.Data.SqlClient; 6 7namespace JoeyCodeGenerator 8{ 9 public class CSharp :... 阅读全文
posted @ 2008-01-08 11:02 N/A2011 阅读(249) 评论(0) 推荐(0) 编辑