一佳互联

展开菜单

T-SQL:功能使用实例(变量定义赋值、函数、游标、流程控制)

T-SQL:功能使用实例(变量定义赋值、函数、游标、流程控制)
一、T-SQL:transact SQL,提供了变量定义,赋值操作,流程控制,函数等语句供用户使用 背景知识: 一、变量定义:declare @标识符 类型 二、变量赋值:set @变量1 = value1,select @变量1 = value1,@变量2 = value2 三、流程控制:流程空值和程序设计语言中的流程控制类似,流程空值语句是SQL提供给用户用于改变语句执行顺序的控制语句 四、函数:包括系统函数和用户自定义函数 五、游标:可以被视作一个指针,可以指向...

TimeFinder SnapVX Concepts and SnapVX Operations

TimeFinder SnapVX Concepts and SnapVX Operations
TimeFinder SnapVX Overview TimeFinder SnapVX provides a highly efficient mechanism for taking periodic point-in-time copies of source data without the need for target devices. Target devices are required only for presenting the point-...

How to Check vendor of installed RPM packages in Linux

How to Check vendor of installed RPM packages in Linux
This is a quick how-to post on checking the vendor of the installed rpms on a system. In some scenarios, a custom rpm package may not be compatible or supported on the specific system or environment. This post will help you identify th...

How to Check the Size og yum Channels in CentOS/RHEL

How to Check the Size og yum Channels in CentOS/RHEL
Question: How to find out how large a yum channel repository is, to know how much data the channel will sync to a local yum repository? To see the actual size of the repository use either the ‘yum repolist -v‘ or ‘yum repoinfo‘ comman...