Viewing 15 posts - 286 through 300 (of 2,897 total)
You could add code to check for a record's existence, and only INSERT if it is not already there.
That will prevent the error, but does not answer the question of...
January 26, 2021 at 6:39 pm
BODS is similar to SSIS. Initially you say the problem is slowness, but later it's connection failing. Are there 2 different problems ?
Is there a problem with the source or...
January 13, 2021 at 7:57 pm
Hi all, I used such script for finding unused indexes in my DB:
It was interesting for which period I received such information. I read that this information updated each...
January 12, 2021 at 7:57 pm
Was it updated with a manual UPDATE EMPLOYEES SET FIELD_A = 'ABCDE' ?
If so, a suggestion for future manual updates, always put manual updates in a transaction, so you can...
December 30, 2020 at 10:50 pm
You could try posting here:
https://code400.com/forum/forum/iseries-programming-languages/sql
Not a lot of traffic, but a few very knowledgeable people.
December 10, 2020 at 4:20 pm
Does the target table on the "slow" server have many indexes more than the "fast" server"
November 25, 2020 at 5:05 pm
4T in a few seconds !?!?
November 7, 2020 at 3:54 am
Does SKA have an index on StockKeepingId and AttributeNumber ?
Does RMD have an index on RmaDocumentId and RmaDocumentAttributeId ?
Have you looked at an execution plan ?
November 4, 2020 at 3:38 pm
I see no need to use a 4 digit year here. Almost no businesses go back and analyze 100-year-old data, so there's no ambiguity. Even more so if you get...
November 3, 2020 at 3:20 pm
Are you able to take Differential backups ?
November 3, 2020 at 3:07 pm
The tools I have used in the past have had a free trial period of several weeks or a month. Try before you buy.
October 30, 2020 at 3:17 pm
We have a 3rd party tool, Datto, that does server "snapshot" backups. SQL registers it as a database backup, although it did not take a real backup. I found it...
October 27, 2020 at 3:41 pm
This seems to almost work, but the counts are a bit higher than the actual number of 'JOIN' strings.
No time to improve it right now, but might be "good enough"...
October 19, 2020 at 1:56 pm
You inspired me. I'm going to write an article based on this, as some of these things are interesting from a DR standpoint.
The very first recommendation in such...
October 19, 2020 at 1:19 pm
What is the purpose, use & "priority" of the target server ? Does it already have data, or is it a copy into an empty database ?
Is this a 1...
October 19, 2020 at 1:14 pm
Viewing 15 posts - 286 through 300 (of 2,897 total)