摘要:
1。判断null 应该使用 columnName is null ColumnName is not null2跨库查询。a.首先Server1建立LinkServerb.SQL: select top 10 * from Server2.DB2.dbo.Table2 a , DB1.dbo.Table1 b where a.ID = b.IDc.在Server1上执行上面SQL... 阅读全文
摘要:
数据库设计工具对比 PowerDesign:PowerDesign是Sybase推出的主打数据库设计工具。PowerDesign致力于采用基于Entiry-Relation的数据模型,分别从概念数据模型(Conceptual Data Model)和物理数据模型(Physical Data Model)两个层次对数据库进行设计。概念数据模型描述的是独立于数据库管理系统(DBMS)的实体定义... 阅读全文