Viewing 15 posts - 256 through 270 (of 966 total)
What type of project are you trying to create? Can you post a screenshot of the project types you have available in Visual Studio?
June 14, 2015 at 12:58 am
Why not configure your RDP session and then save it to a file? Then you can use mstsc pointing to the configuration option and still specify /admin.
June 13, 2015 at 3:24 pm
I think it also depends on which version of SSDT you installed. If you installed SSDT for VS 2013 and you already had VS 2013 installed I think it just...
June 13, 2015 at 3:21 pm
I have seen PowerShell get confused when calling external commands with lots of parameters. In that case you might have to call start-process with dtexec and specify each of the...
June 13, 2015 at 3:16 pm
I don't think any of the BI stuff for SQL Server 2016 has been released yet. When I looked at the BOL stuff for CTP2 it was pretty sparse or...
June 12, 2015 at 3:11 pm
Are any of your databases in the FULL or BULK LOGGED recovery model? Because if they are you need to ensure that transaction log backups are in your backup strategy....
June 12, 2015 at 3:05 pm
What is shown in the SSRS logs? Just to verify from domain B you can resolve the SSRS server URL on domain A?
June 12, 2015 at 2:21 pm
Is the report server not working? Wouldn't it be easier to access the Report Manager URL and download the report definitions? You might be able to script it out using...
June 12, 2015 at 2:16 pm
How big are the Vendors and Payables tables? It seems like most of the query is consumed with this join:
left join Payables p with (nolock) on p.SalespersonID = sp.id or...
June 10, 2015 at 5:02 am
This is really generic with no explanation. What are you doing to get this error?
June 10, 2015 at 4:38 am
Disk layouts.
Execution plans.
Need these items.
Also, is the new server producing these numbers consistently or is this result from the first time the query is run? It could be related...
June 10, 2015 at 12:17 am
I agree there are some things left out, particularly the storage specifications of both.
June 9, 2015 at 4:05 pm
Availability Groups are independent instances. The primary will see the secondary go offlline and show errors until synchronization starts up again, but other than that it should be fine. You...
June 9, 2015 at 3:53 pm
I am not sure what the minimum version is, but if it supports it sconfig is your best friend on Server Core.
June 9, 2015 at 3:45 pm
Viewing 15 posts - 256 through 270 (of 966 total)