Viewing 15 posts - 211 through 225 (of 2,863 total)
To add to what Grant says - "generating" a baseline from a point in time is often useless. My recommendation is to use a monitoring tool and gathering metrics over...
April 29, 2024 at 6:02 pm
A 30 hour rollback kind of makes me think something was using explicit transactions and not committing them and held a connection for a long time. Had that happen on...
April 29, 2024 at 5:36 pm
To me that sounds like you are using a newer or older version of report builder than the server expects. I would uninstall report builder from your machine, download it...
April 29, 2024 at 5:19 pm
To add to the question on losing a connection that may be in a transaction,
We have had site down maintenance and to where the network is just brought down....
April 26, 2024 at 10:13 pm
Something to note - if you HAVE indexed views in place, you can update your queries to use query hints in Standard that will use the indexes on the view....
April 25, 2024 at 7:32 pm
I agree with ratbak here. But I would also like to point out that with so few data points, the estimates are going to be a bit off. But eyeballing...
April 23, 2024 at 7:35 pm
Possibly a silly question but did you set up the SPN's when you installed the new instance?
April 23, 2024 at 5:07 pm
Correct me if I am wrong, but isn't the error a login related issue, not a database related issue?
To me it sounds like the server cert is not recognized or...
April 23, 2024 at 3:24 pm
I think it really depends. Do you know that your disk is going to be the bottleneck? I mean, your approach would make sure the disk is not the bottleneck,...
April 23, 2024 at 2:51 pm
Sounds to me like the certificate chain to identify the server is not valid. This sounds like an SSL issue. I'd reach out to the server team and make sure...
April 23, 2024 at 2:40 pm
I would also like to add that tools will give you a benchmark of how the server performs under load. This is a good benchmark, but if your server doesn't...
April 22, 2024 at 10:18 pm
I'm a mix. SOMETIMES I want silence when I work, sometimes I want music. It depends on the day.
But on average, I prefer music over silence. When I do put...
April 22, 2024 at 9:44 pm
The table will be cleared out before this new process runs, but I do need to process by ID..
Could it multi process the table?
Thanks
I would not recommend "multi-processing" the...
April 22, 2024 at 7:41 pm
Probably a dumb question but did you restart the services after installing the filter pack AND did you install the filter pack on the server (not your local machine)?
Not trying...
April 22, 2024 at 6:31 pm
You can do this however you like. It's your system. You want it batched? then write your code to batch it. You want it to capture failures, toss in some...
April 22, 2024 at 5:09 pm
Viewing 15 posts - 211 through 225 (of 2,863 total)