Viewing 13 posts - 31 through 43 (of 43 total)
I think you can nest your all 3 tables in another table. or you can use Rectangle to just place the table where you want. You can also use...
May 30, 2008 at 8:57 am
Hi
You can use IsNothing() function to check column with no values
you code will look like
=iif( (IsNothing(Fields!FirstColumn.Value,) = False)
AND (IsNothing(Fields!SecondColumn.Value) = False)
AND (IsNothing(Fields!ThirthColumn.Value)=False), True, False)
Let me know if...
May 30, 2008 at 8:50 am
Hi,
If you have a long group (length) then please try to break up in small group. I did it in my report and it worked but I don't know exact...
May 30, 2008 at 8:23 am
Hi,
If you are using group then please check your group properties. If "Page Break at Start" is checked then please uncheck it.
Hope this will work. Please ignore if...
May 29, 2008 at 11:57 am
When I suggested one of the site in some post on SSC. I got an email that
"We don't link/promote any sites on SSC." So I feel sorry that I...
March 24, 2008 at 10:24 am
Answer is correct...and I tested it by Alter table Add New column and also from management studio. it doesn't add default value to existing rows.
March 7, 2008 at 5:33 pm
Nothing to be tested by this question just a bonus....
March 7, 2008 at 5:26 pm
is there any way to change the format settings in SSMS 2005 for numbers?
Basically if you add 2.0 and 1.4 its 3.4 logically (in real world also) when you use...
March 7, 2008 at 5:22 pm
For any date time question format should be specified in the question itself to reduce the problem with different locale settings.
March 7, 2008 at 5:10 pm
Answer A and B both are correct and and I by randomly selecting A to just lose point.....:D
I think point should be given for A or B any answer.
March 7, 2008 at 4:26 pm
I agreed with Steve. Answer "No" means there is no any method to upgrade 2000 DB to 2005. Which is not correct we have to change the status but we...
March 7, 2008 at 11:42 am
Hello Jacob,
You gave really useful information in easy way with example. Can you post the way to deal with Enumeration (for example weekdays Sunday, Monday,... Saturday) in XML Schema validation?
Thank you...
September 19, 2007 at 5:36 pm
Viewing 13 posts - 31 through 43 (of 43 total)