Forum Replies Created

Viewing 15 posts - 4,366 through 4,380 (of 7,168 total)

  • RE: SSRS report export to Excel

    sql_ques (4/24/2012)


    Hi,

    When I export SSRS report (2008 report server) to excel the formatting is not the same as in report server. The rows are merged and collapsed. Is there a...

  • RE: data type conversion

    deebabat (4/24/2012)


    I am trying to insert into a table by selecting from another table but one of the columns in the two tables have different data type. please how do...

  • RE: Making Excel desination dynamic..

    only4mithunc (4/24/2012)


    Hi All,

    I have tried 2 options

    Option 1. After the DFT I have used a File System task to copy the file to the required destination location. This worked successfully...

  • RE: function/code ??

    What is the data encoded in to start with? If they are truly multi-byte characters, i.e. Unicode on something other than plane-0, then you cannot store those in SQL Server...

  • RE: Why Is one XML import so much faster

    It could be a lot of things. Those two batches are very different. It may have something to do with the fact that you're importing one as a BLOB and...

  • RE: Index spool to physical index for performance

    opc.three (4/19/2012)


    GilaMonster (4/19/2012)


    opc.three (4/19/2012)


    You can retrieve the actual plan for your session, check out this article for next time:

    Viewing the Execution Plan of a Running Query in SQL Server

    That gets...

  • RE: SSIS - File Watcher Task

    Great, that sounds like what I was thinking...something simple to get someone started on the technique with screenshots of the SSIS design environment and steps to achieve.

    Just to clarify because...

  • RE: How to create dynamic function

    Steve Cullen (4/24/2012)


    opc.three (4/24/2012)


    Steve Cullen (4/24/2012)


    If the only thing that changes is the database name, you could create a synonym. I wouldn't do that in a function, but you...

  • RE: C# conversion function

    MisLead (4/23/2012)


    I have no knowledge on c#. However i have the following code below that converts double byte to unicode. My requirement is reverse engineering i.e convert unicode (non english...

  • RE: How to create dynamic function

    Steve Cullen (4/24/2012)


    If the only thing that changes is the database name, you could create a synonym. I wouldn't do that in a function, but you could do that...

  • RE: Problem Uploading large files

    Can you post the DDL for FileVersionTable? ...interested in knowing the data type of FileContent.

    Also, let me back up one step...can you confirm where in the stack you're receiving the...

  • RE: SSIS - File Watcher Task

    Steve Jones - SSC Editor (4/23/2012)


    Looking for an article on how to import a file automatically into a database using SSIS and the File Watcher Task. Assume some business person...

  • RE: Ideas on Archiving

    Compression ratios achieved are completely dependent on data composition, i.e. if the data in your IMAGE columns are jpeg images, or some other highly-variable binary data, chances are you will...

  • RE: Load Data using SSIS Regularly

    Since you're talking SSIS is it safe to assume the source and destination are on different instances?

    Proceeding with that assumption...

    How big are the tables? If the source is of non-trivial...

  • RE: Schema Qualified object Name

    ouwanogho (4/23/2012)


    Is there a code to force users to use a schema qualified object name. I need this because i am unable to create a default schema for windows user.

    Thanks

    Database...

Viewing 15 posts - 4,366 through 4,380 (of 7,168 total)