01 2022 档案
摘要:select * into VPsiOuntStockBill from [KshDbPro].dbo.VPsiOuntStockBill
阅读全文
摘要:-- Author: <Author,,Name>-- Create date: <Create Date,,>-- Description: 停用/启用12个月销售目标--exec [Proc_Create_SalespPlans] "'1485507540488949761','14855074
阅读全文
摘要:存储过程学习 一、定义变量 --简单赋值 declare @a int set @a=5 print @a --使用select语句赋值 declare @user1 nvarchar(50) select @user1='张三' print @user1 declare @user2 nvarch
阅读全文
摘要:EXEC sp_addlinkedserver @server='DBVIP',--被访问的服务器别名 @srvproduct='', @provider='SQLOLEDB', @datasrc='连接地址' --要访问的服务器 EXEC sp_addlinkedsrvlogin 'DBVIP',
阅读全文
摘要:在vue.config.js 配置文件module.exports = { //添加这个属性后 eslint失效 但是build后 eslint又生效了! lintOnSave: false, configureWebpack:{...........}, plugins:[...........
阅读全文