Viewing 15 posts - 1 through 15 (of 21 total)
1. do you want to change color of row or word
2. will this word come in any particular column or any of the existing columns
February 21, 2011 at 5:00 am
Hi,
For the SSAS in general goto this link
and for MDX scripting see this link
February 18, 2011 at 4:25 am
Thanks Gromey,
Let me try to troubleshoot this issue using your advice.
February 18, 2011 at 2:25 am
zeeyenyes4u, as far i can say both are different faces of coin. If will do disaster recovery by making your server as high availability, and once set as high avaialability...
February 14, 2011 at 3:50 am
Make sure if you are trying to display any property of your dimension, you should do it as =Field!<<dimentionname>>("propertyname") instead of =Field!<<dimensionname>>.Value
February 11, 2011 at 4:29 am
If you are happy to delete rows in both the table, then you can go with cascading delete.
February 11, 2011 at 3:44 am
Is there any predefined plan about what you want to do with Table2 rows which are linking to deleted row from Table1. Do you want these rows in Table2 be...
February 11, 2011 at 3:27 am
It is quite good question for initial telephonic interview. And you can give simple answer by
1. CONVERT is SQL speicific but CAST is ANSI standarised
2. CONVERT deal nicely with...
February 10, 2011 at 7:30 am
One very common question asked by interviewers is:
CAST versus CONVERT in SQL Server
February 10, 2011 at 7:24 am
Apology, it will be more understandable if you provide sample data and table structure.
February 10, 2011 at 3:58 am
Thsts all depend on new application requirement. If you feel client you can keep client happy with using SQL Server Reporting Services front end that is wonderfull and will avoid...
February 10, 2011 at 3:54 am
As per my understanding NOLOCK table hint will not put shared lock so will be good to avoid deadlocks and will increase query performance. But have to make sure that...
February 10, 2011 at 3:49 am
thanks Lamprey13 for refreshing brain cells with this nice feature of SQL Server
February 4, 2011 at 3:34 am
It is always appropraite to follow coding standard properly documented. This document should be either provided by client and followed religiously by you OR created by you and approved by...
February 4, 2011 at 3:13 am
Viewing 15 posts - 1 through 15 (of 21 total)