易截截图软件、单文件、免安装、纯绿色、仅160KB

免费的SQL Server工具可能让你的生活变得更轻松

更新:新的东西从最新的更新将是红色的。
This list will grow as I find new tools.这份名单将成长为我找到新的工具。 So if you know of some not on this list do post them in the comments.所以,如果你知道一些不在此名单中的意见后做他们。
SQL Server Management Studio Add-in's SQL Server管理工作室外接的
SSMS Tools Pack - an add-in with lots of IDE options (Query Execution history, regions, debug sections, CRUD stored procedures creation, new query templates, running custom scripts from Object explorer's context menu) for SQL Server Management Studio and SQL Server Management Studio Express SSMS的工具包 -加载项与区域地段的IDE选项(查询执行的历史,调试部分,CRUD的存储过程的创建,新的查询模板,运行SQL Server的SQL Server Management Studio和管理自定义脚本从对象资源管理器的上下文菜单) Studio速成
Data Scripter - generates insert statements for a table 数据的编剧 -生成一个表中插入报表
Create Database Snapshot - simple GUI for creating a database snapshot 创建数据库快照 -简单的图形用户界面创建一个快照数据库
Sort SQL Project Files - sorts SQL project files 排序SQL项目文件 -项目排序的SQL文件
The Black Art of Writing a SQL Server Management Studio 2005 Add-In - a how-to article and a Search DB Objects add-in with code 黑色的写作艺术的SQL Server Management Studio的2005外接 -一个如何对文章和一个搜索数据库对象加载的代码
How to create SSMS Add-in - an article that describes how to create add-ins without any source code 如何创建SSMS中添加中 -一篇文章,介绍如何创建任何源代码的加载项无
Free SQL Server books 免费的SQL Server的书籍
"Boost your DBA expertise" and "DBA Best Practices" - two free books by RedGate “提升您的DBA专业知识”和“DBA的最佳实践” -由两个免费书籍展鹏
SQL Injection tools SQL注入工具
Top 15 free SQL Injection Scanners - 15 free SQL injection scanners :) 排名前15位免费SQL注入扫描仪 - 15个免费SQL注入扫描仪:)
Microsoft Source Code Analyzer for SQL Injection - a static code analysis tool for finding SQL Injection vulnerabilities in A


相关文档:

SQL Server 2005镜像配置基本概念

我理解的SQL Server 2005镜像配置实际上就是由三个服务器(也可以是同一服务器的三个 SQL 实例)组成的一个保证数据的环境,分别是:主服务器、从服务器、见证服务器。
主服务器:数据存放的地方
从服务器:数据备份的地方(即:主服务器的镜像)
见证服务器:动态调配主/从服务器的第三方服务器
环境介绍
首先介 ......

【转】ACCESS中如何在SQL语句的WHERE条件中加日期条件

转自
http://topic.csdn.net/t/20050110/09/3711952.html
access中时间要用#,不是双引号  
  select   *   from   kc   where   rq   <   #2000-01-01#   and   rq>#2002-01-01#  
  不要用between,它的效率泰低  
使用# 而不是 ......

PL/SQL游标总结

游标:指向处理SQL语句的环境区域的指针或句柄
-----|-1 静态游标
       |---1.1 隐式游标
       |          处理:INSERT,DELETE,UPDATE及返回一行的SELECT语句
       | ......

sql基本语句

/*********************************************************/
目录清单CONTEXT LIST
/*********************************************************/
1.数据库DataBase
1.1数据库建立/删除create/drop database
1.2数据库备份与恢复backup/restore database
/***************************************************** ......

Oracle SQL优化技巧

我觉得主要应该从5个方面进行调整:
1.去掉不必要的大型表的全表扫描
2.缓存小型表的全表扫描
3.检验优化索引的使用
4.检验优化的连接技术
5.尽可能减少执行计划的Cost
现在简单的举几个例子
Where子句中有“!=”将不使用索引
select account_name from test where amount != 0  (不使用) ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号