月度归档: 2022 年 4 月
Windows Server 2003 IIS6.0+PHP5(FastCGI)环境搭建
操作系统:Windows Server 2003 SP2 32位
PHP版本:php-5.4.9-nts-Win32-VC9-x86
https://windows.php.net/downloads/releases/archives/
php-5.4.9-nts-Win32……
CentOS7 宝塔 安装FreeTDS 连接mssql2000
1、下载 并安装FreeTDS
# 下载 freetds,可下载最新 ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.3.10.tar.gz
$ wget ftp://ftp.freetds.org/pub/fr……
win2003服务器安全设置教程
服务器安全设置
1、系统盘和站点放置盘必须设置为NTFS格式,方便设置权限。
2、系统盘和站点放置盘除administrators 和system的用户权限全部去除。
3、启用win……
SQLSRV 函数
Table of Contents
sqlsrv_begin_transaction — Begins a database transaction
sqlsrv_cancel — Cancels a statement
sqlsrv_client_info — Returns informa……
Sqlserver2008R2数据库恢复为sqlserver2000
低版本sqlserver数据库可以直接还原为高版本数据库,高版本数据库要恢复为低版本数据库,一般通过生成带数据的sql语句来实现。
具体操作:
选中数据库;
右键……
win2019环境下Hyper-V虚拟机共用单个公网ip
环境
宿主机为 win Server 2012R2 64bit
虚拟机为OS自带的Hyper-V
虚拟机1为win Server 2012 r2
服务器管理器里面添加脚色和功能-安装Hyper-V IIS 路由……
centos7环境php7.x连接mssql数据库
一、加入微软的源
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssqlrelease.repo
二、防止冲突先卸载原有版本(可选……