Viewing 15 posts - 4,246 through 4,260 (of 4,477 total)
You may want to try the steps Microsoft has outlined for importing/exporting packages:
Import and Export Packages (SSIS Service)
Sue
October 5, 2016 at 3:49 pm
andrzejthc (10/5/2016)
After sql server restart I've noticed that I can login remotly only using:
instancename
instancename,port
IP,port
But can not login using only: Instancename (before restart that was possible)
Can someone give me a...
October 5, 2016 at 12:00 pm
Card Gunner (10/5/2016)
October 5, 2016 at 11:51 am
FWIW - you may want to be careful if you disable guest. When some of what you are seeing was kind of going around on various forums, there actually were...
October 5, 2016 at 11:38 am
amy26 (10/5/2016)
But the report viewer is only available "intranet" its not available on the internet
That would be incorrect. It's not an intranet only control.
What's the point of reporting services...
October 5, 2016 at 9:34 am
Andre 425568 (10/5/2016)
We get the following error when downloading a report from the reports db. The report itself runs perfectly. There are also no space issues on any of the...
October 5, 2016 at 8:43 am
amy26 (10/5/2016)
I have only ever used reporting services with the report viewer that comes with SQL Server....
October 5, 2016 at 8:30 am
cphite (10/5/2016)
Sue_H (10/4/2016)
When you say Bridge server - is this a vendor specific bridge server?...
October 5, 2016 at 8:21 am
SSRS separated from IIS on SQL Server 2008 - generally just goes through http.sys now.
When you say Bridge server - is this a vendor specific bridge server? Or is...
October 4, 2016 at 4:22 pm
luismarinaray (10/4/2016)
Question:
I have to copy tables+data from a database in sql server 2000 to a sql server 2008r2 database where this table does not exist. Is possible to do...
October 4, 2016 at 4:08 pm
Can you ping by IP? I would guess you have network admins and these issues should be presented to them as well.
If you can ping by IP but not...
October 4, 2016 at 1:38 pm
RVO (10/4/2016)
WinAuth is much slower than SQLAuth in my SSMS.I am talking about Authentication.
With WinAuth it takes 10 seconds - showing Databases (expanding..)
How to troubleshoot this ?
A few things you...
October 4, 2016 at 11:33 am
File level permissions are usually granted to the group that is created for the service account. I have seen them get screwed up a few times over the years. You...
October 4, 2016 at 11:25 am
One other thing that could be an issue is that you have this table alias:
FROM msdb.dbo.sysjobhistory a
and this condition that is causing problems:
WHERE a.start_execution_date >= DATEADD(Hour,-4,a.start_execution_date)
start_execution_date is not...
October 3, 2016 at 3:37 pm
A lot of different things only work properly in IE. There are several workarounds posted in different places that you may want to try. A couple of examples:
http://stackoverflow.com/questions/4208457/ssrs-print-button-in-chrome-and-firefox
http://www.codeproject.com/Articles/504567/Print-button-and-date-picker-in-SSRS-reports-for-n
Sue
October 3, 2016 at 10:18 am
Viewing 15 posts - 4,246 through 4,260 (of 4,477 total)