摘要:
How to showing in Windows Explorer context for TFSI am not sure if this would help or you are willing to use a new version but I had the exact same en... 阅读全文
摘要:
工具:SybasePowerDesigner 12.5Microsoft SQL Server 2005第一步:概念数据模型打开PowerDesigner软件,设计“概念数据模型”(Conceptual Data Model),它通常用在概要设计阶段。设计表结构注意:如果Palette(工具面板)没... 阅读全文
摘要:
--查看当前的存放位置 select database_id,name,physical_name AS CurrentLocation,state_desc,size from sys.master_files where database_id=db_id(N'数据库名'); --修改文件的存放... 阅读全文