Viewing 15 posts - 91 through 105 (of 131 total)
Thanks to the solution :-):-):-).
How can I avoid sending the report if no data is fetched?
June 24, 2011 at 9:30 am
I got the solution.
I had to add "'<ALIGNMENT TYPE>' AS 'td/@align'," before each td as highlighted in the code shown below:
DECLARE @tableHTML NVARCHAR(MAX) ;
SET @tableHTML =
N'<H1>Work Order Report</H1>' +
N'<table border="1"...
June 20, 2011 at 8:50 am
I need to align td as i require. Like some column with right align and some column with center align ans so on.I tried your solution but doesn't work for...
June 20, 2011 at 7:11 am
Thanks a lot for the valuable solution!!!!!!
June 14, 2011 at 8:43 am
The multiple tables are present on one server & the reporting table is on a different server. Can I update from one server to another. Both the servers are on...
June 13, 2011 at 12:39 am
I have another problem.
I need to do this task on different servers. The query fetches the data from my Production Server & I need to update the Table created...
June 11, 2011 at 6:19 am
Thank you Guys for the timely advise.
:-):-):-):-)
June 11, 2011 at 5:59 am
Thanks for the help provided. I figured out the problem. There was data type mismatch , hence the issue.
I have another issue:
I want to update only those values from...
June 10, 2011 at 9:34 am
Thanks a looooooooooooot!!!!!!!!!! for the timely help. Your code worked like a charm!!!!!!!!:-):-):-):-):-):-)
May 28, 2011 at 5:07 am
Thanks a lot for the valuable suggestion:-):-):-)!!!
May 27, 2011 at 9:36 am
Thanks a looooooooooooooot!!!!!!!!!!!! the help provided.:-):-):-):-):-):-)
May 26, 2011 at 8:14 am
What should be the ideal value for p.pagecount ????
May 13, 2011 at 1:45 am
Will dropping the indexes & recreating them once again be of any use?
May 13, 2011 at 1:32 am
Hi,
I did create a clustered index which did bring down the fragmentation level but again fragmentation level has started growing as shown below:
DatabaseIdIndexIdFragmentationPercent
72287.5
72478.26
72366.67
72164.29
71162.5
7957.14
72850
7144.44
72943.75
73043.75
72743.75
72543.75
72631.25
I rebuild the indexes using the following script...
May 13, 2011 at 1:09 am
Viewing 15 posts - 91 through 105 (of 131 total)