Viewing 15 posts - 421 through 435 (of 686 total)
My table as a PK(unique) of:
[InvoiceNbr] ASC,
[Line] ASC,
[SubLine] ASC,
[InvoiceDate] ASC,
[ShipDate] ASC
The process that creates the file to load to SQL does a FULL refresh of the data, meaning it does...
August 13, 2021 at 2:03 pm
any examples of a compare script and output diff's?
Thanks.
August 13, 2021 at 10:21 am
I'm receiving from multiple data sources(machines\Lines) information that must be tested based upon a TESTID assigned to a
record type whether or not it falls between a TargetMin and TargetMax for...
August 11, 2021 at 12:08 am
Would it help if I post Capture_Inline_Quality ?
Thanks.
August 9, 2021 at 3:05 pm
Not sure how to attack the set based operation from from the Import queue...
any suggestions examples
August 7, 2021 at 2:03 pm
Slowness...using cursor and maybe a better way to process other than -- sql agent jobs..
Thanks.
August 5, 2021 at 1:49 pm
Any suggestions?
Thanks I can supply more info if needed..
August 5, 2021 at 1:31 pm
I have the one record captured in $items |out-file "c:\sql.log"
Debug:
$items.rows.Count
# If data has been returned, do the export.
if ($items.rows.Count -gt 0)
$items.rows.Count shows 0
Message:
0
There is no data to export.
Thanks.
August 5, 2021 at 12:23 pm
Tried that but seems like the query from SQL returns no records, but if I use that query in SSMS data returns.
?
Thanks.
August 5, 2021 at 11:27 am
compare table values and create a file with diff's.
August 4, 2021 at 2:09 am
I would like to see diffs at the data-item level, this would help in the validation process.
Thanks.
August 3, 2021 at 8:42 pm
Can that be driven from information schema tables so I don't have to hard code field names do the compares, how
about the decimal and float values?
any examples?
Thanks.
August 3, 2021 at 5:31 pm
Viewing 15 posts - 421 through 435 (of 686 total)