Viewing 15 posts - 91 through 105 (of 686 total)
Is it trying to create a New directory
Copy-Item : Access to the path 'C:\filecopy_072023' is denied.
At line:5 char:112
Thanks.
July 25, 2023 at 2:47 pm
This code seems to find each TAB, but how can I combine with above script to load both tabs to different Tables in SQL?
param(
...
July 19, 2023 at 12:46 pm
# Variables for Import-Excel
$FolderName = "c:\fileloading\"
$FileName = "book1.xlsx"
$FileNameWithFolder =...
July 19, 2023 at 1:33 am
Emperor100 -- Many thanks that's exactly what I was looking for... sorry if my description of the problem seemed confusing.
Thanks again.
April 24, 2023 at 12:44 pm
Emperor100,
Thanks for replies it appears the query you had suggested retrieves multiple custnbr's and avglag. I was hoping that the query returns
a single custnbr(based on Max Shipdate) then based onprevious...
April 23, 2023 at 11:22 pm
Sorry I was using the wrong name ... Shipdate should be used in all occurrences.
This is the backend table that drives the view.
Thanks.
CREATE TABLE [dbo].[ConHist_PY](
[InvoiceNbr] [nchar](10) NOT...
April 21, 2023 at 10:58 am
Thanks did find answer on there site.
April 17, 2023 at 8:23 pm
Thanks for all replies!!
Will test out Emperor100 solution. Just need a way to update the sp's that use this table structure when new month starts.
April 2, 2023 at 2:17 pm
I don't have access to the code that creates the new table, or I would piggy back that process..
Just trying to avoid any manual interaction with my SP that uses...
March 31, 2023 at 2:04 pm
I saw an example that combined multiple sql queries, and yes this does produce the desired results but I have no idea how to get this into the HTML format...
February 7, 2023 at 8:02 pm
If I display $HtmlTable1 I can see both pieces, I want to send out via email..... If I then close my Initial
for each after that
$connection.Close()
}
email stuff then after that I...
February 7, 2023 at 5:44 pm
Okay I have the format correct but still getting 2 emails ..
How do I roll them all up in 1 email ?
If I look at output from:
$table = $DataSet.tables
$table --...
February 7, 2023 at 4:31 pm
Viewing 15 posts - 91 through 105 (of 686 total)