Viewing 15 posts - 16 through 30 (of 43 total)
Absolutely. I appologize if I wasn't too clear. You can install SSAS without the SQL Server isntall. They just come in the same installer package.
June 1, 2007 at 8:05 am
From your post I get the idea that you want to query the whole database (i.e. each table in the database). If this is the case, you can use the...
June 1, 2007 at 7:53 am
SSAS is a part of the SQL Server install. It will be an option to install during the SQL Server install process.
May 31, 2007 at 3:15 pm
One more confirmation. Drop the plan and recreate it. It sucks, but it works
May 31, 2007 at 12:05 pm
Pro SQL Server 2005 Reporting Services
This is by far the best book on RS I have come across. If the link is not working for you, just go to amazon.com...
May 30, 2007 at 3:34 pm
I am dying to hear the answer to why they do not want to use an ORDER BY clause
May 29, 2007 at 3:13 pm
A little more information on the environment would be useful, but from what you have posted I have a suggestion.
I made a batch file that opens notepad.exe and passes a...
May 29, 2007 at 10:38 am
At least show the courtesy of not hiding advertising as legitimate articles.
May 24, 2007 at 2:29 pm
Just as a friendly reminder, you can also use the sp_helpdb stored procedure to see this data as well, plus a little more.
May 23, 2007 at 3:53 pm
>>> Hi,
>>> can somebody tell me how can i write a stored procedure which returns output variables as below
>>> @year2
>>> @year1
>>> @year1
Are two of the return variables the same...
May 23, 2007 at 3:46 pm
Assuming that the inv_value and cme_value might not be numerical, you could also do it this way. This is also assuming that the item column is distinct for each item...
May 23, 2007 at 7:56 am
The graphic in this article is atrocious. I cannot read half of the captions and the image is terribly grainy.
May 23, 2007 at 7:04 am
I really thought you were going to stop that sentence at read
May 22, 2007 at 3:53 pm
Seriously? This is a 5 second search in BOL to get the answer to your question. I am not trying to be mean, but do you even search BOL or...
May 22, 2007 at 2:52 pm
I do the same this when programming. I will include the 1=1 in my where clause so that any other conditions can be included as ", blah=blah".
May 21, 2007 at 12:13 pm
Viewing 15 posts - 16 through 30 (of 43 total)