做项目中前些天要手动改数据库中的一些字段的值,但发现这个字段可能会被数据库中其他的很多张表引用,于是就得想办法查询出该条记录的所有引用的表和字段,下面的存储过程可以查询出整个数据库中某个特定值所在的表和字段。 CREATE PROCEDURE [dbo].[SP_FindValueInDB] ( @ ...
分类:
数据库 时间:
2020-06-24 14:10:49
阅读次数:
64
--创建链接服务器 exec sp_addlinkedserver 'ITSV' , '' , 'SQLOLEDB' , '192.168.1.232' exec sp_addlinkedsrvlogin 'ITSV' , 'false' , null , 'sa' , '********' --以 ...
分类:
数据库 时间:
2020-06-24 14:06:19
阅读次数:
83
Session-State Modes ASP.NET session state supports several different storage options for session data. Each option is identified by a value in the Ses ...
分类:
其他好文 时间:
2020-06-23 10:28:23
阅读次数:
59
title: C++ 泛型编程 date: 2020-06-16 23:12:48 tags: - C++ categories: C++ C++ 泛型编程 更好的阅读体验 概述 函数模板 基本范例 范例 1.0 #include <iostream> using namespace std; te ...
分类:
编程语言 时间:
2020-06-23 00:52:42
阅读次数:
116
一、代码 import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import pandas as pd from sklearn.model_selection import train_test_sp ...
分类:
其他好文 时间:
2020-06-22 23:30:24
阅读次数:
91
HTML: 1 <body> 2 <p>操作错误!还有<span id="sp">5</span>秒跳转到交换机备份页面...</p> 3 <a href="#" onclick="stop()">停止</a> 4 5 <script type="text/javascript"> 6 var i= ...
分类:
Web程序 时间:
2020-06-22 19:24:51
阅读次数:
90
其实这种sql就不应该存在吧。。。 <select id="queryServiceOrderList" resultMap="BaseVoResultMap"> SELECT ai.`name`, sp.shop_name, so.car_no, so.service_date, so.servi ...
分类:
数据库 时间:
2020-06-22 17:09:17
阅读次数:
67
SQL Server版本是Microsoft SQL Server 2017 (RTM-CU15-GDR) (KB4505225),在执行SP时,SQL Server抛出错误,错误消息是: Could not continue scan with NOLOCK due to data movemen ...
分类:
其他好文 时间:
2020-06-22 15:23:25
阅读次数:
65
参考:https://blog.csdn.net/qq_37221466/article/details/81140901 sprintf_s是sprintf的安全版本,指定缓冲区长度来避免sprintf()存在的溢出风险,主要差在sprintf_s第二个参数,可以控制缓冲区大小sprintf/sp ...
分类:
编程语言 时间:
2020-06-22 13:14:19
阅读次数:
95
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-size:16px;color:#3e3e3e;line-height:1.6;word-sp ...
分类:
其他好文 时间:
2020-06-22 01:50:22
阅读次数:
70