Viewing 15 posts - 4,981 through 4,995 (of 5,111 total)
I can't see the actual error in any of these messages. Please supply the error message.
July 18, 2016 at 1:32 am
Reporting Services is failing to start. I would suggest looking at your event logs, which will give you further details. You can post the error here if it doesn't give...
July 15, 2016 at 9:44 am
I ended up fixing it by changing the colour of every server in my registered servers. It seems that if you simply use Ctrl+N to create a new query, it...
July 15, 2016 at 4:05 am
On SSMS 2016, no. My Options->Editor Tab and Status Bar -> Single server connections is even set to Khaki, but it's still this really dark blue! 🙁
I've even uninstalled and...
July 15, 2016 at 1:55 am
What you're looking for is a Merge, for the insert/update. Here is an example that should help you:
Create table #Test (CustomerID int,
Name varchar(20),
City varchar(20));
Insert into #Test
Values (1, 'Steve','London');
Select *
from...
July 14, 2016 at 10:17 am
Apparently mofcomp.exe (which is contained your system32) can compile these files. I would suggest a Google.
July 14, 2016 at 5:20 am
Just to check, previously you stated you were trying to access Program Files (x86), but your path is now Program Files. Is this correct?
July 14, 2016 at 4:21 am
What do you mean by trying to Connect to Program Files(x86)? Program Files is a directory, so you would simply browse to it. In Command prompt this would be 'cd...
July 14, 2016 at 2:36 am
What do you mean you are are not able to? is the report showing no results, or is it erroring?
If it is erroring, then please paste the error here. If...
July 13, 2016 at 9:27 am
Tablix's (and many other items), on SSRS have a visibility value. You can access it by right clicking the tablix, selecting Tablix Properties, and then going to the Visibility Pane.
As...
July 13, 2016 at 9:14 am
It looks like you're linking to another report on SSRS. You don't need to do a Hyperlink to do this, there is an Action pane, of which one of the...
July 13, 2016 at 8:55 am
Ok, you'll need to link your embedded shapefile to a dataset. You can do this by the following:
-Right click the Layer in the Map Layer Pane and select "Layer Data..."
-Select...
July 13, 2016 at 5:25 am
Where is your Geography data coming from? Is it a dataset or is it a layer embedded in the report? I might be wrong, but I'm not sure you can...
July 13, 2016 at 5:00 am
Koen Verbeeck (7/12/2016)
Keep those 2016 questions coming! 🙂
2106* 😉 Steve is almost 100 years ahead of the game!
(sorry, couldn't resist)
July 12, 2016 at 9:58 am
Viewing 15 posts - 4,981 through 4,995 (of 5,111 total)