Viewing 15 posts - 496 through 510 (of 2,857 total)
Looking at the docs, it sounds like there should be no reason that this shouldn't work as long as AKV supports one of the methods that SQL Server supports.
That being...
September 5, 2023 at 4:44 pm
My advice would be to do more staged upgrade and migrate it over to an SSIS catalog. Like upgrade from 2005 to 2008 R2 to 2012 to 2014 to 2017...
September 5, 2023 at 4:32 pm
I personally can't read the screenshot, but kudo's to you frederico_fonseca for reading that!
Just as a second opinion on this, I think that is normal behavior as well. If I...
September 5, 2023 at 4:25 pm
Yeah, that looks like it'll not work how you expect because your line:
set @upd_tab = (SELECT name FROM sys.objects where name like '%job queue entry$%' and type_desc...
September 5, 2023 at 4:13 pm
Reading the notes on the link you provided, it sounds like things changed with custom authentication in 2017 in that it no longer relies on the ASP.NET stuff and now...
September 1, 2023 at 8:14 pm
There is no "straight answer" to it as it highly depends on your usage. If the system is currently running, look at the max memory value and look how often...
September 1, 2023 at 7:23 pm
Another thing to add is that each SQL instance needs SOME RAM. If you have your max memory for those set too low, you can run into issues.
I do agree...
September 1, 2023 at 3:22 pm
For uploading the data set , that depends on how you set things up. For uploading the data source, yeah that is required otherwise the report has no idea what...
August 31, 2023 at 5:54 pm
If I remember right, jobs do not migrate over when you do that. BUT since the old system is still available, just script out the jobs and run that script...
August 31, 2023 at 4:22 pm
Also, I could be mistaken, but I am fairly confident that SQL Express handles up to 10 GB Databases, not 1 GB... and quick google confirmed this: https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2019?view=sql-server-ver16
So, for a...
August 31, 2023 at 4:08 pm
That should be all that is required. If they have browser permissions to the folder and file, it should work from the report server side of things. Where you MAY...
August 30, 2023 at 8:04 pm
If I had to guess, I'd say your Oracle database connector isn't passing that information back. I'd look for a different database connector or see if you can configure the...
August 30, 2023 at 6:34 pm
One thing before asking for faster disks - I would check if the disks are the bottleneck. I wouldn't try to fix a problem that doesn't exist.
Also, if the 200...
August 24, 2023 at 3:39 pm
That could be the case Phil, but it also doesn't hurt to try it. I've seen weirder things! I wouldn't rule out the firewall until I have disabled it. The...
August 24, 2023 at 3:24 pm
I mean, in the end the design is up to you, but for me, I don't see the point of storing the monthly and yearly values when you have the...
August 24, 2023 at 3:14 pm
Viewing 15 posts - 496 through 510 (of 2,857 total)