Viewing 15 posts - 46 through 60 (of 1,220 total)
sqllearner44 (3/15/2016)
I am facing a problem with querying data on the Log shipping secondary server.
The same select statement run on primary returns data in a few seconds while on secondary...
March 15, 2016 at 9:38 pm
SSRS does not let you have fields in a report that can have values typed into them. Using SSRS the only want to "make" this happen is to have...
March 9, 2016 at 9:13 pm
if you simply want to make sure all of the charts remain together, the Rectangle is control you are after
March 9, 2016 at 9:08 pm
Different versions of SQL peacefully co-exist so installing SSAS 2008 alongside SQL 2012 should be fine. They will need to be installed as separate instances - you cannot...
March 1, 2016 at 8:22 pm
Does the SSAS instance allow remote connections ? Is SQL Browser running on the server where SSAS is installed ?
February 21, 2016 at 8:42 pm
SSRS in SharePoint, by default, has a toolbar that includes SSRS navigation (e.g. next page, previous page) and also a button (looks like a triangle pointing to the left) that...
February 15, 2016 at 8:22 pm
Is there a subscription on your publication ?
Is the distribution agent running ?
February 10, 2016 at 8:56 pm
I don't think that you will have problems.
SSRS reports can read data from most OLEDB providers so using a different version of SQL for reports should be OK.
February 10, 2016 at 8:47 pm
In the past I have used and abandoned using a linked server to get AD information. It is slow and limited (e.g. max records it will return without telling...
February 9, 2016 at 8:35 pm
TFS integration with Visual Studio varies between versions of Visual Studio. The later versions (I think either from Vs2012 or VS2010), TFS explorer was available out of the box....
February 3, 2016 at 8:22 pm
Another step is needed - run the reporting services configuration manager. You can use the same SQL instance but specify different database names and you should be up and...
January 20, 2016 at 3:42 pm
You can have multiple instance of reporting services on the same server. Run the SQL Server Setup program twice - first time specify , for example, Instance1 and the...
January 19, 2016 at 8:29 pm
You should be able to use the AG listener name in your queries. You will need to add it as a linked server
January 17, 2016 at 7:59 pm
TRY...CATCH attempts to run the code in the TRY. If an error occurs, the code in the CATCH is executed.
You can have multiple CATCH blocks if you...
January 10, 2016 at 5:02 pm
I assume that the error you are getting is happening in the C# script task. There does not appear to be any error handling in the C# code. I...
January 4, 2016 at 8:13 pm
Viewing 15 posts - 46 through 60 (of 1,220 total)