Forum Replies Created

Viewing 15 posts - 46 through 60 (of 129 total)

  • RE: Insert images into a sql table.

    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...

  • RE: Insert images into a sql table.

    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.

  • RE: Insert images into a sql table.

    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...

  • RE: Insert images into a sql table.

    reporting services 2005, and I am using VS2003 or VS2005 to design the reports.

  • RE: Insert images into a sql table.

    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...

  • RE: Insert images into a sql table.

    Yea... I know it existed in SQL 2000, but I guess not anymore. Is there an SP in SQL 2005 that does something similar?

  • RE: Insert images into a sql table.

    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...

  • RE: SQL Report Excel Export

    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.

  • RE: SQL Report Excel Export

    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...

  • RE: SQL Report Excel Export

    I followed the steps you outlined, but when I uncheck all but width/height it actually makes the rows I selected smaller.

  • RE: Formatting money for a report...

    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...

  • RE: SQL Reporting Services Font issue...

    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...

  • RE: Help with trimming a variable/parameter...

    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...

  • RE: Long Running Queries

    Are there any other services that it is dependent upon that need to be restarted/refreshed?

  • RE: Fonts change in reporting services...?

    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...

Viewing 15 posts - 46 through 60 (of 129 total)