Search Results

Search: Posts Made By: JolietJake
5,364
Posted By JolietJake
I have this script that does what I want. This...
I have this script that does what I want. This reports on uses one
SQL query. What I need to know is how to how to have 3 queries
in the script were queries 1 and 2 create tables that are used ...
5,364
Posted By JolietJake
SQL QUERY 1: Ceates - SYBASE_EXPIRED_LOGINS Table...
SQL QUERY 1: Ceates - SYBASE_EXPIRED_LOGINS Table
use master
go
set nocount on
declare @xerox_emp varchar
select @xerox_emp = "N"
declare @swexpire int
declare @LoginExpInt int
...
5,364
Posted By JolietJake
How to run multiple Queries in a ksh Script?
How to run multiple Queries in a ksh Script
I have a KSH script that has one SQL Query and generates and emails output of the query in HTML format. I want to change the script so that it has three...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy