Forum Replies Created

Viewing 15 posts - 7,141 through 7,155 (of 8,760 total)

  • RE: Need help with SSIS 2008R2 methods for extracting from RESTful API

    DAVID.MANGATAL (9/7/2014)


    I use SSIS Business Intelligence Development Studio 2008R2 to handle ETL tasks from relational databases and flatfiles.

    One client has asked me to extract from a third parties RESTful API...

  • RE: why don't we have two clustered index in a table?

    In short: A clustered index can be thought of as the structure of the table, it can only have one structure at the time. In other words, it determines the...

  • RE: Select past 3 dates and determine if the 1st and 3rd are within a timeframe

    Here is an example code demonstrating a method but not a solution. For a full solution, follow Lynn's advice on supplying further information.

    😎

    USE tempdb;

    GO

    ;WITH SAMPLE_DATA(ACTIVITY_DATE) AS

    (SELECT ACTIVITY_DATE FROM (VALUES

    ...

  • RE: Are the posted questions getting worse?

    Luis Cazares (9/7/2014)


    Eirikur Eiriksson (9/7/2014)


    Just a thought, what about the ability to rate questions? Could be something like "splendid question" all the way down to "interesting" or "PICNIC".

    😎

    Isn't that...

  • RE: Are the posted questions getting worse?

    Just a thought, what about the ability to rate questions? Could be something like "splendid question" all the way down to "interesting" or "PICNIC".

    😎

  • RE: Synonyms 1

    ...but it works for Joe in HR (that's his default schema);-)

    😎

  • RE: Are the posted questions getting worse?

    Luis Cazares (9/7/2014)


    This is like torture. I'm at the office, unable to watch the first games of the NFL season and can only see all the spam promoting supposed pages...

  • RE: xml

    sakthikarajen (9/7/2014)


    sql server enterprise edition 2008 r2

    Some options on the Enterprise edition, in case of a very large set, an option would be to export the content of the attribute...

  • RE: xml

    sakthikarajen (9/7/2014)


    whether it is optable for very large xml file?

    Depends on how large, system specs, tempdb configuration etc. A general answer given that it is an untyped XML would be...

  • RE: Unable to insert values into a column- insert fails with error message

    srikanth.baskaran (9/7/2014)


    Dear experts,

    Im new to sql server and got stuck in the following .

    Ive a stored procedure A which has data has a result of split function from a column...

  • RE: cost of clustered index insert is 100%

    charipg (9/7/2014)


    how to reduce the cost of clustered index insert ?

    any suggestions pls?

    Quick thought, it's likely that this is not a problem of any sort, if the action is...

  • RE: Acessing Unix files directly through SSIS

    lvbntapasvi (9/6/2014)


    Hello All,

    I am new to SSIS, and have started using it from the past 3 weeks. I have a task where in I am supposed to access the flat...

  • RE: xml

    sakthikarajen (9/7/2014)


    thank u...you helped me a lot..:-)

    one more query....

    now in case i want to update my xmlfile i.e i want to add an <result> after <abstract>...how do i perform?

    if i...

  • RE: Data from one Table to Two Columns

    There is a more efficient method of solving this problem by partitioning the set on the log-in-out action. When a driver is logged in, it increments the login sequence by...

  • RE: Concatenate fields and insert comma between: how to handle nulls

    mario17 (9/5/2014)


    Hi,

    I thought it's easy but somehow got lost, what is the good way to insert that bloody Comma intelligently, depending if any of var value is NULL.

    This is...

Viewing 15 posts - 7,141 through 7,155 (of 8,760 total)