发张以前的照片 晴

ynlsz , 2006/01/06 18:32 , 摄影作品 , 评论(1) , 阅读(15980) , Via 本站原创
看了就流口水啊...
点击在新窗口中浏览此图片

Sams Teach Yourself SQL in 10 Minutes 晴

ynlsz , 2006/01/05 10:08 , 随便乱写 , 评论(5) , 阅读(8990) , Via 本站原创
正在看这本书,平时不喜欢看翻译版的,还是看这个比较好。
重新看一遍,又会对自己做的项目有新的体会。envy

Sams Teach Yourself SQL in 10 Minutes has established itself as the      
gold standard for introductory SQL books, offering a fast-paced  
accessible tutorial to the major themes and techniques involved in
applying the SQL language. Forta's examples are clear and his    
writing style is crisp and concise. As with earlier editions, this
revision includes coverage of current versions of all major
commercial SQL platforms. New this time around is coverage of    
MySQL, and PostgreSQL. All examples have been tested against each
SQL platform, with incompatibilities or platform distinctives    
called out and explained.  

Why to Use Stored Procedures 晴

ynlsz , 2006/01/05 10:01 , 随便乱写 , 评论(0) , 阅读(7116) , Via 本站原创
Now that you know what stored procedures are, why use them? There are lots of reasons, but here are the primary ones:

To simplify complex operations (as seen in the previous example) by encapsulating processes into a single easy-to-use unit.

To ensure data consistency by not requiring that a series of steps be created over and over. If all developers and applications use the same stored procedure, then the same code will be used by all.

An extension of this is to prevent errors. The more steps that need to be performed, the more likely it is that errors will be introduced. Preventing errors ensures data consistency.

To simplify change management. If tables, column names, or business logic (or just about anything) changes, then only the stored procedure code needs to be updated, and no one else will need even to be aware that changes were made.

An extension of this is security. Restricting access to underlying data via stored procedures reduces the chance of data corruption (unintentional or otherwise).

Because stored procedures are usually stored in a compiled form, the DBMS has to do less work to process the command. This results in improved performance.

There are SQL language elements and features that are available only within single requests. Stored procedures can use these to write code that is more powerful and flexible.

In other words, there are three primary benefits—simplicity, security, and performance. Obviously all are extremely important. Before you run off to turn all your SQL code into stored procedures, here's the downside:

Stored procedure syntax varies dramatically from one DBMS to the next. In fact, it is close to impossible to write truly portable stored procedures. Having said that, how the stored procedures call themselves (their names and how data is passed to them) can be kept relatively portable so that if you need to change to another DBMS at least your client application code may not need changing.

Stored procedures tend to be more complex to write than basic SQL statements, and writing them requires a greater degree of skill and experience. As a result, many database administrators restrict stored procedure creation rights as a security measure (primarily due to the previous bullet item).

Nonetheless, stored procedures are very useful and should be used. In fact, most DBMSs come with all sorts of stored procedures that are used for database and table management. Refer to your DBMS documentation for more information on these.

天空 晴

ynlsz , 2006/01/03 22:27 , 摄影作品 , 评论(0) , 阅读(9208) , Via 本站原创
点击在新窗口中浏览此图片
新年开始,天气也好,在太阳下都晒不住了。点击在新窗口中浏览此图片

只是看到城市到处在改建,老房子都拆了,建了新楼,昆明逐渐变成一个陌生的城市,逐渐失去自己的文化。

新的一年开始 晴

ynlsz , 2006/01/01 21:00 , 随便乱写 , 评论(0) , 阅读(7904) , Via 本站原创
2005年很快就过去了,简单总结一下,软件销售创下新高,技术也提高很多,总的来说自己还很满意。grin

今天软件升级一下 晴

ynlsz , 2005/12/30 22:32 , 随便乱写 , 评论(0) , 阅读(7437) , Via 本站原创
一个用户来问:
引用
I have been testing the software.. i find it interesting. However i ran into a problem.


查了一下,原来为了我自己方便使用,有个地方就这样给用户用了,赶快改过来,测试,发布新版本。

用PS做个页面 晴

ynlsz , 2005/12/29 17:37 , 随便乱写 , 评论(1) , 阅读(7639) , Via 本站原创
现在 www.katesoft.com 要上新内容,以前的内容(医院信息管理系统)和我的BLOG为方便SE(SEARCH ENGINE),做个页面: http://www.katesoft.com

植物园(五) 晴

ynlsz , 2005/12/28 23:40 , 摄影作品 , 评论(1) , 阅读(15634) , Via 本站原创
不知道的小红果点击在新窗口中浏览此图片

山茶花已经开了点击在新窗口中浏览此图片

这次的照片就上传这些。

植物园(四) 晴

ynlsz , 2005/12/27 17:48 , 摄影作品 , 评论(0) , 阅读(9368) , Via 本站原创
继续发smile
点击在新窗口中浏览此图片
点击在新窗口中浏览此图片
分页: 42/43 第一页 上页 35 36 37 38 39 40 41 42 43 下页 最后页 [ 显示模式: 摘要 | 列表 ]