Forum Replies Created

Viewing 15 posts - 1 through 15 (of 72 total)

  • Reply To: Collation Japanese table to Latin Collated table

    Does the collation at the database level override collation at the column level?

  • RE: Storing Sql Scripts

    Excellent points. 
    I will definitely go the stored procedure route. 
    Thank you for all the feedback. 

    Regards,
    Jonathan

  • RE: SQL Server Change Data Capture

    Thank you this is very helpful.

    Regards,

    Jonathan

  • RE: SQL Server Change Data Capture

    Thank you much appreciated.

    Regards,

    Jonathan

  • RE: Importing xml file from data profiling task into SQL Server Tables

    Thank you,

    I was able to use the xml out put as a source to pull into SQL Server tables.

    Regards,

    Jonathan

  • RE: Data Profling tables within SQL Server w/out SSIS Mean_Value, Min_Value, Max_Value

    Mean max min values of numeric columns.

  • RE: Concat columns in Where clause

    Wow that is not good as the size of data will get quite large.

    Thank you for the feedback. I will have to continue to research the options as far...

  • RE: Concat columns in Where clause

    The queries are updating lookup tables that do not have a value by using a subquery to the lookup table.

    I like that idea of using a computed column as...

  • RE: Concat columns in Where clause

    Very interesting I did not think of that at all.

    The query was passed on to me to call from a package.

    I will have to ask the creator more questions...

  • RE: Updating Part of Filename

    Thanks so much guys this is greatly appreciated....

  • RE: Preprocessing Files SSIS

    Indeed.

    I was able to use a C# script to read line by line and remove NUL value characters from the file.

    Now I'm able to load the files into...

  • RE: Preprocessing Files SSIS

    Basically I have to see about removing the NULL character from the files in some type of preprocess...

  • RE: Preprocessing Files SSIS

    So it looks like the file has \0 when I search within Notepad++ when changing the Search Mode to Extended

    Continuing to search

  • Viewing 15 posts - 1 through 15 (of 72 total)