Forum Replies Created

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

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Problem Uploading large files

    What does your webservice do to load the file into SQL Server?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: fragmentation where index_level<>0

    On your 67 million row table what is the page count and frag % at index level 1? and 2?

    Do you have pad_index set and fillfactor set to a #...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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