会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小美lmt
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2019年4月27日
SQLServer2008 查询分析器内容未保存,查找分析器内容
摘要: 位置:Sqlserver2008:C:\Users\Administrator\Documents\SQL Server Management Studio\Backup Files\Solution1 sqlserver2016:C:\Users\Administrator\Documents\V
阅读全文
posted @ 2019-04-27 09:04 小美lmt
阅读(465)
评论(0)
推荐(0)
2019年4月19日
SQLserver提示事务日志已满无法重建索引,前台提示日志已满处理方案
摘要: 1.数据库--属性--选项--恢复模式:简单。 2.数据库--任务--文件类型:日志 在释放未使用的空间潜重新组织页:1M 3.数据库--属性--选项--恢复模式:完整。
阅读全文
posted @ 2019-04-19 13:56 小美lmt
阅读(624)
评论(0)
推荐(0)
2018年6月26日
SQL添加事务处理
摘要: --modi by lmt declare @errorSum int --记录错误数 begin Create table #CheckreqAccState(CheckReqID varchar(20), ADVID varchar(20), DocAdvStatus int, AccState
阅读全文
posted @ 2018-06-26 08:11 小美lmt
阅读(1252)
评论(0)
推荐(0)
2018年6月15日
Delphi【异常捕获以及Exe调用方法方法】
摘要: 通过测试.exe程序调用dll外部方法,通过dll调用主程序.exe方法实现。 Showmessage('进入方法?这里是dll里LoginElecReq'); try ShellExecute(Application.Handle, 'Open','prjGhMzPrePayPrint60.exe
阅读全文
posted @ 2018-06-15 11:10 小美lmt
阅读(315)
评论(0)
推荐(0)
2018年6月14日
sql字符串根据日期产生日期+自增长标志
摘要: select Convert(varchar(6), '20180614 20:19:04', 12) + SubString('0000' + Convert(varchar(6), 1 + 1), len('0000' + Convert(varchar(8), 1 + 1)) - 3, 4)
阅读全文
posted @ 2018-06-14 20:26 小美lmt
阅读(173)
评论(0)
推荐(0)
2018年6月13日
delphi提示“Undeclared identifier”TForm的缺少引用单元列表
摘要: 在interface uses 添加TForms;
阅读全文
posted @ 2018-06-13 09:10 小美lmt
阅读(451)
评论(0)
推荐(0)
SQL查询【根据生日计算】
摘要: 根据生日日期,获取当前年龄、年龄单位。 Select Case when DateDiff(Year, BirthDate, GetDate()) > 0 then DateDiff(Year, BirthDate, GetDate()) when DateDiff(Month, BirthDate
阅读全文
posted @ 2018-06-13 00:30 小美lmt
阅读(1164)
评论(0)
推荐(0)
上一页
1
2