Extracting nth word in a string21 (5/11/2013 1:21:35 PM) comp.databases.ms-sqlserver Hi,
Please, can you help me how extract nth word in string ccs.errormessage ?
Select n.caption, ccs.errormessage FROM APM_CurrentComponentStatus ccs WITH (NOLOCK)
INNER JOIN APM_Application a WITH (NOLOC... contracer
Query doubt21 (5/9/2013 1:33:26 AM) comp.databases.ms-sqlserver Hi,
Please help me solve my doubt.
When I execute this query:
Select n.caption, ccs.errormessage FROM APM_CurrentComponentStatus ccs
WITH (NOLOCK)
INNER JOIN APM_Application a WITH (NOLOCK) ON ccs.Applic... contracer
Passing command line argument to an Expect script815 (4/18/2013 8:48:16 PM) comp.unix.shell Hi,
Please, I need send an argument to a expect script like below:
>> ./ip_address 200.244.20.10
Where ip_address script haves an Expect script like below:
/usr/bin/expect"
sleep 1
send "bye\r"
EOD... contracer
SQL Date expressions16 (4/17/2013 2:17:20 PM) comp.databases.ms-sqlserver Hi,
How could I create these sql expressions ?
last 7 days
last 30 days
last month
last week
this year
last year
Thanks
... contracer
Extracting data in a file711 (4/12/2013 11:09:48 PM) comp.unix.shell Hi,
I=B4m looking for any way to get all lines in a text file having date betwe=
en 04/11/13 16:00 and 04/12/13 18:00.
This is the text file:
387241 ORA_ENAMEL_DFM_GHA_DZ Backup Done 0 04/12/... contracer11
Opening a sql server DB backup in my home35 (4/12/2013 3:37:26 AM) comp.databases.ms-sqlserver Hi,
I'm looking for any way to open a SQL server DB backup in my home's
computer.
This DB .bak file haves 12GB , so I think this DB will have about 60GB
when opened.
I got this DB backup file from my work,... contracer
Printing logo file from VMS2324 (2/14/2013 10:16:39 AM) comp.os.vms Hi,
Is there any way to print a logo file from VMS ?
I have a file with a logo (I did it with MS paint).
I did a ftp from my pc to vms system.
When I try print this logo file from vms, that image doesn't pr... contracer11
NFS monitoring336 (12/14/2012 11:56:55 PM) comp.unix.shell Hi,
I=B4m looking for any reliable way to monitoring NFS using shell
scripts, is there any way ?
Thanks.
... contracer
Help with this script #4729 (12/6/2012 9:26:29 PM) comp.unix.shell Hi,
Please help me with this script. I don=B4t know why $status assignment
doesn=B4t change to 2 or 3.
I have FS with 55% usage
#!/bin/ksh
set -x
status=3D0
df -P | awk ' (NR > 1)' | while read a b c... contracer
Ftp doubt497 (6/14/2012 6:40:59 PM) comp.unix.shell Hi,
I=B4m trying list all files in a remote server using ftp, but I=B4m not
able to do this task:
#!/bin/ksh
ftp -v -i -n 142.132.99.51<<EOF3
user ftp.mgradm.lhm Sanford$2012
bin
ls -l
bye
EOF3
... contracer11(156)
Data inside a script250 (6/28/2012 6:06:17 PM) comp.unix.shell Hi,
Is there any way to put data inside a script, to avoid create a data
file, like below ?
while read fruit
do
..
done < /usr/fruits
cat fruits
apple
banana
strawberry
... contracer11(156)
Deleting old files530 (10/8/2012 7:26:24 PM) comp.unix.shell Hi,
Please help me to fix this script, I need delete old files (> 90 days)
#!/bin/ksh
set -x
SIZE=`df -P /home/devalias | grep -v Filesystem | awk '{ print $5 }' | tr -d %`
if [[ $SIZE -gt "10" ]]
the... contracer11(156)
Help with this script #4729 (12/6/2012 9:26:29 PM) comp.unix.shell Hi,
Please help me with this script. I don=B4t know why $status assignment
doesn=B4t change to 2 or 3.
I have FS with 55% usage
#!/bin/ksh
set -x
status=3D0
df -P | awk ' (NR > 1)' | while read a b c... contracer11(156)
NFS monitoring336 (12/14/2012 11:56:55 PM) comp.unix.shell Hi,
I=B4m looking for any reliable way to monitoring NFS using shell
scripts, is there any way ?
Thanks.
... contracer11(156)
Printing logo file from VMS2324 (2/14/2013 10:16:39 AM) comp.os.vms Hi,
Is there any way to print a logo file from VMS ?
I have a file with a logo (I did it with MS paint).
I did a ftp from my pc to vms system.
When I try print this logo file from vms, that image doesn't pr... contracer11(156)
Opening a sql server DB backup in my home35 (4/12/2013 3:37:26 AM) comp.databases.ms-sqlserver Hi,
I'm looking for any way to open a SQL server DB backup in my home's
computer.
This DB .bak file haves 12GB , so I think this DB will have about 60GB
when opened.
I got this DB backup file from my work,... contracer11(156)
Extracting data in a file711 (4/12/2013 11:09:48 PM) comp.unix.shell Hi,
I=B4m looking for any way to get all lines in a text file having date betwe=
en 04/11/13 16:00 and 04/12/13 18:00.
This is the text file:
387241 ORA_ENAMEL_DFM_GHA_DZ Backup Done 0 04/12/... contracer11(156)
Passing command line argument to an Expect script815 (4/18/2013 8:48:16 PM) comp.unix.shell Hi,
Please, I need send an argument to a expect script like below:
>> ./ip_address 200.244.20.10
Where ip_address script haves an Expect script like below:
/usr/bin/expect"
sleep 1
send "bye\r"
EOD... contracer11(156)