Viewing 15 posts - 46 through 60 (of 129 total)
ok ok ok slange... you could be onto something here. Ok.... so! Say I use the code you supplied and just do a cursor with that code. I have only...
April 14, 2009 at 3:10 pm
To G:
I will do some research. I am familiar with VB to the extent of .net..... I will find out more info about VB and creating a CLR.
April 14, 2009 at 2:58 pm
To Slange: I dont want to do one at a time. Moving forward that will work when I add employees, but I need a bulk update statement to bring in...
April 14, 2009 at 2:56 pm
reporting services 2005, and I am using VS2003 or VS2005 to design the reports.
April 14, 2009 at 2:45 pm
Say I go the easy route. I have the file path specified in a column within my table. How do I programmatically call that picture for reporting purposes? That is...
April 14, 2009 at 2:31 pm
Yea... I know it existed in SQL 2000, but I guess not anymore. Is there an SP in SQL 2005 that does something similar?
April 14, 2009 at 10:25 am
I will check that out now. Additionally, I tried using the sp_textcopy procedure as follows:
select 'P:\Inetpub\wwwroot\BFM_Photos' +
case when job_function = 'Administration' then '\admin\' else '' end +
case...
April 14, 2009 at 10:10 am
After the export, by default, the cells are already set to wrap. The text is in fact wrapping, but the rows are not expanding their height.
February 27, 2009 at 10:59 am
Just to recap, when I export my report from RS to Excel, it loses some formatting. The cells that are supposed to grow when they have too much data do...
February 27, 2009 at 9:12 am
I followed the steps you outlined, but when I uncheck all but width/height it actually makes the rows I selected smaller.
February 27, 2009 at 9:08 am
I thought so as well when I told the end user it could be done easily, but then when it was time, I only had one option. Format value of...
February 25, 2009 at 10:00 am
No the font is definately on the client machine. It is Helvetica that is changes the font to. It gets weird... its the fonts that are within a table on...
February 20, 2009 at 10:06 am
Jack Corbett (12/3/2008)
I'd strip it in .NET.You can do it easy enough in SQL too. Replace(Replace(@DonationID, '{', ''), '}', '')
Worked like a charm. I didnt think I could do a...
December 4, 2008 at 7:01 am
Are there any other services that it is dependent upon that need to be restarted/refreshed?
December 3, 2008 at 12:10 pm
Thanks for the response... we are fully patched. Also, there is only one way to print. This report is within microsoft CRM, so you generate the report from within the...
November 17, 2008 at 1:58 pm
Viewing 15 posts - 46 through 60 (of 129 total)