Viewing 15 posts - 361 through 375 (of 2,647 total)
I have used Microsoft SQL Server Analysis Services 2008 with MDX for this. I found it very intuitive and a great tutorial that is hands on. I have always...
August 1, 2012 at 7:32 am
Zeal-DBA (8/1/2012)
August 1, 2012 at 5:44 am
Another thing to "ease" into discussions is something like this.
"I just read about some really cool thing that people are using to increase their performance. I thought I would...
July 31, 2012 at 3:21 pm
Are you sure you don't have these reversed?
DOMDEV\DOMDEVDBSERVER
This is what is in your error message, but intuitively I would think the server name is DOMDEVDBSERVER and the instance...
July 31, 2012 at 12:58 pm
Well, at this point I think it is time to call someone in. Not much else we can help with without seeing exactly what you are seeing. and being...
July 31, 2012 at 12:53 pm
The proper server name is this: serverName\instanceName
Where
serverName = the name of the server
instanceName = the name of your SQL Server instance
instanceName can be blank if SQL Server is...
July 31, 2012 at 11:47 am
In the window where intellisense is not working, please post the results of the following
SELECT @@version
July 31, 2012 at 11:42 am
Ok, if your servername is SQLSERVER01, how are you typing in the servername\instance in your "Server Name" box? Also, just to be a stickler, are you positive that the instance...
July 31, 2012 at 10:04 am
On your machine (maybe this was already asked, but I don't remember) can you ping the server from command line? "ping servername"
July 31, 2012 at 9:56 am
Ok, then the domain is irrelevant.
July 31, 2012 at 9:37 am
July 31, 2012 at 9:30 am
Just an FYI, installing SSRS on 1 machine and the database on another requires 2 licenses.
July 31, 2012 at 9:27 am
Are both tempdb databases configured the same on both servers?
July 31, 2012 at 9:21 am
If you are attempting to use windows authentication, I don't think it will work that way. They must both be on the same domain.
July 31, 2012 at 9:19 am
Grant Fritchey (7/31/2012)
July 31, 2012 at 8:03 am
Viewing 15 posts - 361 through 375 (of 2,647 total)