Viewing 15 posts - 196 through 210 (of 2,855 total)
Not quite the same error you got, but same error number - https://dataginger.com/2012/10/07/msg-2555-level-16-state-1-line-1-error-dbcc-shrinkfile-with-emptyfile-option/
Their solution was to restart the SQL instance and try again. It was likely caused by a query...
May 7, 2024 at 9:53 pm
That is not a lot to go on. Can you provide sample output and what you have tried? What you provided doesn't tell me enough to give you anything meaningful.
What...
May 7, 2024 at 9:45 pm
I would recommend asking on a Python forum or a MySQL forum, not a Microsoft SQL Server forum, but that's just me.
But because I'm a sucker, I'll try to help...
May 6, 2024 at 6:58 pm
You can do that from a stored procedure, but I am pretty sure you can't from a function.
And to be honest, I'm not even sure how you'd do that in...
May 1, 2024 at 2:46 pm
Brian, just to let you know, I got it to work! The client had not been uploading the correct version of the rdl. I had manually changed one to...
April 30, 2024 at 7:52 pm
One line makes me shudder:
There is no recipe that does not include some kind of starter (either Poolish or Sourdough starter).
So does Poolish (a recipe) ALSO have a starter? If...
April 29, 2024 at 7:47 pm
Yeah, so your report builder is too new for that SSRS. Best bet is to change the project configuration to use an older SSRS, which is answer number 2 in...
April 29, 2024 at 7:27 pm
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
Viewing 15 posts - 196 through 210 (of 2,855 total)