Viewing 13 posts - 1 through 13 (of 13 total)
Just a piece of advice: Always its a good practice if you can post the code for creating objects and data. That way, it will be easy for every one...
December 17, 2013 at 10:44 am
-- Not sure what the Business requirement is but for you to get the output as TRUE, use this:
DECLARE @req_1 varchar(50)
DECLARE @req_2 varchar(50)
set @req_1='AAM'
set @req_2='VVE'
if (@req_1 ='AAM' OR @req_2 ='VVE')
print...
December 17, 2013 at 10:32 am
Thanks a lot friend. It worked like a charm.
July 18, 2013 at 10:12 am
Thanks a lot guys for quick reply.
What does PosNo Stands for in your Code below?
on c2.PosNo = c1.PosNo
July 18, 2013 at 10:03 am
Thanks a lot Jeff. Really helpful and you saved 2 days of my time ..
June 23, 2013 at 8:56 am
Very well written.
September 11, 2012 at 6:07 am
We have Sql 2008 and the operations we are doing right now can also be done with SQL 2005. I am sure Microsoft will come up with SQL 2014 in...
June 8, 2012 at 1:08 pm
Thanks Lynn for the quick reply. Will there be any performance difference between the two. Meaning 1) having more columns in the table VS parsing a single column?
May 18, 2012 at 12:57 pm
Guys, I got it . Never mind.
Thanks
October 19, 2011 at 11:14 am
This might help you partially: please go through the links below.
http://stackoverflow.com/questions/2592300/filler-dots-for-table-of-contents-in-reporting-services
I found this video too: http://www.youtube.com/watch?v=fWPrbOOBod4
October 19, 2011 at 8:37 am
Thanks Gail, SScoach and Nate. I will choose 95 as my initial FF.
If I see any page splits down the road, I would go down to 90 and...
September 20, 2011 at 12:03 pm
Thanks Gail Shaw for the quick reply.
I have read the article below and concluded 100% fill factor on Tables with Clustered Index on Identity Column: So, I thought...
September 20, 2011 at 11:36 am
Viewing 13 posts - 1 through 13 (of 13 total)