Viewing 15 posts - 301 through 315 (of 4,477 total)
And hopefully you aren't referencing an admin share - such as C$, D$. You may want to try using RunAs with SSMS or whatever you are using for the bulk...
September 16, 2019 at 10:17 pm
Yes, we changed the authentication section in the RSReportServer.config back to using NTLM. And then had to change the credentials for the web site - changing the web.config file to...
September 16, 2019 at 6:55 pm
Prior to Windows 2008 you had to cluster MSDTC but it was re-architected starting with Windows 2008 so that it runs locally even on a cluster. There is a blog...
September 13, 2019 at 6:08 pm
When the stats are considered stale is subjective - there is no clear cut way to say they are stale. Generally you can look at how many rows were modified...
September 13, 2019 at 5:50 pm
The calculation is correct. To explain it further and the documentation for such:
Pages and Extents Architecture Guide
"In SQL Server, the page size is 8-KB. This means SQL Server databases...
September 13, 2019 at 5:30 pm
You need to grant permissions on the Report Server - even if using the report viewer control. The following article explains granting the permissions:
September 12, 2019 at 5:27 pm
SQL Server doesn’t have statistics for table variables like histograms and density vectors.
It always estimates the number of rows as 1, though I'm not sure if this is true...
September 12, 2019 at 5:12 pm
Backup compression is something else you may want to consider.
Sue
September 12, 2019 at 4:42 pm
I've seen the error with clock drift. That why sometimes it can be faster to just enable Kerberos logging to find the errors and go from there. SSPI error would...
September 12, 2019 at 12:12 pm
Yes, the page would break, force a new page when you set the page break between the invoice section and the terms and conditions.
Sue
September 12, 2019 at 11:34 am
Create a job with a job step in msdb database that executes the command: Exec dbo.sp_cycle_agent_errorlog
And then schedule it to run once a week.
Sue
September 12, 2019 at 11:16 am
Try a page break between invoice info and T&Cs.
Sue
September 12, 2019 at 12:00 am
That Unknown Command error seemed like it started popping up a lot on version 10. Maybe try 8.1 or whatever it was previously...I think 8.1.
Sue
September 11, 2019 at 11:29 pm
Have you tried getting it to work using SSRS join? That's how I've typically passed multiple values and that's what the SSRS join is for. I haven't played with it...
September 11, 2019 at 11:20 pm
Smelly
Gas
September 11, 2019 at 9:56 pm
Viewing 15 posts - 301 through 315 (of 4,477 total)