Viewing 15 posts - 346 through 360 (of 2,756 total)
One approach I can think of to this is to have the end users insert their job request into a table. Then you have a SQL job that runs every...
October 31, 2023 at 5:41 pm
As far as I know, you can't have it export from SSRS INTO an existing Excel file. If you can, I'd be curious to know how that was done and...
October 27, 2023 at 9:57 pm
@Grant Fritchey - pretty sure it is a cross database query (use db2, select from db1), so it should be using the same set of data and data structure, but...
October 27, 2023 at 4:11 pm
While I agree with Jeff in the sense that "if the system is designed in one way, why change it to work a different way", I think I would not...
October 27, 2023 at 2:49 pm
I am not sure how you ruled out "other tasks". SQL creating a dump is caused by something and the original dump you indicated to me REALLY looks like it...
October 26, 2023 at 5:51 pm
My opinion, turning on the legacy cardinality estimator is more of a band-aid solution and it will fail in a future upgrade to SQL server as Microsoft isn't going to...
October 26, 2023 at 3:52 pm
The error tells you exactly what is wrong. The CMS can't be in the registered server list. You will need to edit the CMS list to remove the "my new...
October 26, 2023 at 3:30 pm
Moving physical hardware to virtual is easy in something like VMWare using a process called P2V. It stands for "Physical to Virtual" and it is for moving physical hardware to...
October 26, 2023 at 2:19 pm
Not a solution, but is there a reason you need to print it from the web (ssrs)? In general, I try to avoid printing from the web and prefer printing...
October 25, 2023 at 9:11 pm
I agree with Phil here on the process. BUT I would strongly suggest you do NOT make changes to production systems until you verify the changes on a test system.
So...
October 25, 2023 at 2:56 pm
I would have to agree with Grant here - SQL doesn't work great with storing files. It can do it, but you run into snags around performance.
My question to you...
October 25, 2023 at 2:39 pm
To add to what Jeff said, provide us some sample code for what you have tried too. Looking at it though I do have a question about the results -...
October 2, 2023 at 4:43 pm
Like most things in the tech-world - authentication is required AND something you would want set up. You don't want just any random person who can access your SSRS server...
October 2, 2023 at 4:21 pm
My opinion, this is a horrible way to store your data. Why wouldn't you store the data inputs as their own bits of data?
What I mean is why would your...
September 29, 2023 at 2:24 pm
Probably a dumb question, but is there anything interesting in the windows event logs apart from the "application" log? What I mean is, is there anything interesting under System or...
September 28, 2023 at 5:17 pm
Viewing 15 posts - 346 through 360 (of 2,756 total)