Viewing 15 posts - 1 through 15 (of 180 total)
FYI ,After manually clearing the physical Log files on the server, the cycle log appears to now work.
June 17, 2024 at 5:54 am
Unless you re-start, it's not going to clear the old files up.
And honestly, I'm not sure I have ever set this. I have sp_cycle_Errorlog set up in a SQL...
June 14, 2024 at 2:08 am
Thanks both, Good news is the DB is on the same instance, so I can go down the route of DELETE OUTPUT etc....
Thanks for clearing up the Partition, I didn't...
April 22, 2024 at 11:58 pm
Hey Scott,
Thanks for that, I was planning to just create a NC IDX on StartDate time, and then write a CTE to return the IDs for say TOP X records...
April 22, 2024 at 3:27 am
Sure Jeff & thank you,
Right now I'm trying a POC to avoid the JSON altogher at this stage.
I'm going with the approach that the app will place the data directly...
December 23, 2023 at 1:42 am
I actually just realised PIVOT isn't working when Multiple rows are present Putting a fake aggregation such as MAX isn't working as expected.
I'm stumped 🙁
Any ideas, to point me in...
December 22, 2023 at 3:29 am
Jeff/Scott,
Sorry been away for the last week & haven't had time to update you on what I've done.
This is the approach I've gone down, hoping it will resolve the issues...
December 21, 2023 at 1:44 am
This could be improved with some refinements imo. It would be helpful to know two additional items. First, in terms of the request pipeline is the data being provided...
December 14, 2023 at 9:15 pm
TBH, I don't see why the people making the JSON can't make it into a table and populate the table directly. They even provide a datatype key and they...
December 14, 2023 at 10:53 am
Actually, Just thinking out loud! Wouldn't a user defined table type (UDT) work in this scenario
It would also eliminate needing the complexity of the JSON be parsed through and broken...
December 14, 2023 at 5:46 am
While were on the subject, I wouldn't create JSON on the programming side. I'd have it make a TSV which is super easy to parse, even as an import...
December 14, 2023 at 5:35 am
Hey Steve,
You are correct, the .NET developer is having to loop through on the original JSON like you mentioned.
I guess with the new structure, you would simplify his work significantly.
December 13, 2023 at 9:38 pm
removed post due to double post
December 13, 2023 at 9:34 pm
If they're going to make a change, they should make a change to the value stored in the ID column. Instead of the column name and a 3 digit...
December 13, 2023 at 9:05 pm
The JSON will always have the same values/pairs as that part is static.
That pairing is still not 100% as I'm taking suggestions provided by Phil/Steves to help improve the JSON...
December 13, 2023 at 6:31 am
Viewing 15 posts - 1 through 15 (of 180 total)