Viewing 15 posts - 31 through 45 (of 139 total)
Here is the configuration of our Production server:
Windows server 2008 R2 Enterprise
4 processors
Installed memory(RAM): 128GB
64 bit OS
Below is the info on the Memory which I got from the sql server...
February 23, 2010 at 11:07 am
The application we have is MS Dynamics Navision ERP, the application data seeks are slow in production. Like I said it's fast in Test environment. We ran the trace for...
February 23, 2010 at 8:27 am
Thanks for your quick responses.
No, I am not ignoring what you are saying, since I am testing in development so I wanted to try the last option of repair_data_loss.
This is...
February 14, 2010 at 9:24 am
I ran DBCC CHECKDB (Database,REPAIR_ALLOW_DATA_LOSS) and I got the below error:
DBCC results for 'Database'.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 7, index ID 1, partition ID...
February 14, 2010 at 8:53 am
Thanks for the reply, it's sql server 2005 version. Actually I have this issue in the actual production environment. So to fix this issue, I took the backup of that...
February 14, 2010 at 6:47 am
Here is the attachment that will be the output upon browsing the cube. Thanks.
November 19, 2009 at 2:20 pm
Bob Hovious 24601 (10/14/2009)
1. You don't have daily data, yet you say you want to calculate MTD (month-to-date). Did you mean to say YTD...
October 14, 2009 at 1:20 pm
amit_adarsh (9/5/2009)
Hithere are so many tools used to explore the cube data
few of them are OWC component (now it is excel services),Olap viewer, and reporting services
amit
For...
September 5, 2009 at 6:31 am
Actually this code is for the source:
(
SELECT ordername, ordertype, ordernumber
FROM TABLEA a
INNER JOIN TABLEb b ON a.ID = b.ID
)
Per your example I shall insert this code's data into a @source...
August 27, 2009 at 4:45 am
right click on the table, select properties, then change the dataset name to the desired dataset.
July 29, 2009 at 9:35 am
Since dept_ID of Employees table is a foreign key to the Departments table, what values do we insert into Employees.dept_ID field?? Thanks.
July 6, 2009 at 3:24 pm
Thanks for the reply, actually instead of passing in the orderdate parameter, the users want to pass in the order month and year as parameter.
When the month and year...
June 19, 2009 at 10:01 am
Thanks for the replies, that was helpful. I cleared up some space on that mdf file drive. As far as I understand there's not much we can do other than...
May 14, 2009 at 2:29 pm
Sorry my bad, I know why I was getting the error:
multi-part identifier could not be bound.
Thanks!
May 4, 2009 at 1:07 pm
Viewing 15 posts - 31 through 45 (of 139 total)