Viewing 15 posts - 601 through 615 (of 686 total)
Thanks for replies, the script is working there was a security error on ftp site causing issues. The question I have now is how do you
issue a Change Directory command?
When...
January 29, 2021 at 12:05 pm
error:
Exception calling "GetRequestStream" with "0" argument(s): "The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."
January 28, 2021 at 7:03 pm
I ran script as delivered, and seems like my remotefile something is wrong.
"ftp://ftp.xxx.com/filedrop/test.txt"
If I open a cmd window and feed param in just like script it works.
Thanks.
January 28, 2021 at 7:02 pm
I'm testing with remotefile but have something wrong
$RemoteFile = "ftp://ftp.xxx.com/filedrop/test.txt"
Exception calling "GetRequestStream" with "0" argument(s): "The requested URI is invalid for this FTP command."
At line:18 char:1
+ $Run = $FTPRequest.GetRequestStream()
Thx.
January 28, 2021 at 5:42 pm
After connecting to FTP site how do you do a change directory command, and can you just point to a folder to
deposit the files from local, not having to give...
January 28, 2021 at 4:08 pm
Nice script captures all requirements.
Many Thanks
January 8, 2021 at 1:22 pm
I found a temperature within the past hour and it didn't report back in the query. Will I just be able to output derived1
in the sendmail?
Thanks.
January 7, 2021 at 7:51 pm
Thanks Scott, that's what I was looking for, as pushed to SQL not pulled.
January 7, 2021 at 6:37 pm
"Write a query that satisfies the criteria you outlined"
Not sure how to setup the query to gather the information to alert groups of a problem.
Looking back at previous time window...
January 7, 2021 at 2:18 pm
I sent just an example rebuild, sorry.
December 31, 2020 at 12:06 am
I was thinking of using this script on my fragmented index rebuilds.
USE [xxxx]
GO
ALTER INDEX [PK_EmployeeJobHistory_1] ON [dbo].[EmployeeJobHistory]
REBUILD PARTITION = ALL WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF,
SORT_IN_TEMPDB = OFF,ALLOW_ROW_LOCKS =...
December 30, 2020 at 1:17 pm
does anyone have there SP they run and like to share ?
Thx.
December 30, 2020 at 1:12 am
I'm going to do a REBUILD. If I have 3+ indexes along with PK, is there any rule on thumb to rebuild each individually or
REBUILD ALL on the table?
Any trade-offs...
December 29, 2020 at 6:17 pm
nbr-of-columns avg-row-length records
15 905 ...
December 29, 2020 at 3:42 pm
Viewing 15 posts - 601 through 615 (of 686 total)