Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,248 total)

  • RE: T-SQL Development Standards

    DonlSimpson (12/2/2014)


    Jeff Moden (10/25/2008)


    As soon as something needs to "go in in a hurry", all notions of standards and well intended code reviews will go by the wayside.

    +1

    You may even...

    ----------------------------------------------------

  • RE: Approach to archiving tables with foreign key constraints

    I'm assuming you are deleting/archiving based on the date here. I would try to build a clustered index on your table by date if it is not there already. Take...

    ----------------------------------------------------

  • RE: Can I extract a data item from a field that contains many data items?

    Hmm, he may be interested in having the time portion to report what time of day he has the most business. In this case it would be ideal/wise to just...

    ----------------------------------------------------

  • RE: Alter the schema from one view causes the need to alter the other

    You could schema bind a view to a table , so that the columns the view depends on are not altered until the binding is removed. This would have no...

    ----------------------------------------------------

  • RE: Can I extract a data item from a field that contains many data items?

    Be aware to first sort by the actual date field , then your derived time field in the report. Else although your time filed will be ascending, the dates will...

    ----------------------------------------------------

  • RE: T-SQL Development Standards

    Jeff Moden (11/24/2014)


    Sean Lange (11/24/2014)


    paul s-306273 (11/24/2014)


    Reading 'XYZ', I'm surprised that the use of views is discoraged.

    You read that document (which btw is more than 6 years old) and you...

    ----------------------------------------------------

  • RE: SSIS: Dynamically map metadata in a Data Flow Task

    revanappa.shivanagi (11/22/2014)


    Hi,

    Thanks!!!. In my project column names of source and destination table are diffrent. So is ther any way to map individual column between source and...

    ----------------------------------------------------

  • RE: Getting Error while executing SSIS package - need quick help

    rhythmk (11/18/2014)


    Koen Verbeeck (11/18/2014)


    Did you try to do a repair of the SSIS installation?

    Or maybe remove it and install it again.

    Not yet Koen.Actually this is PROD server and not maintained...

    ----------------------------------------------------

  • RE: SSIS: Dynamically map metadata in a Data Flow Task

    The reason the dataflow does not work inside a for each loop container, my thinking, is that every column passed through the dataflow data buffers has a unique lineageID. ...

    ----------------------------------------------------

  • RE: Joining the results of two queries without creating temporary tables.

    I dont think temporary tables have anything to do with the inability to return results to excel. I dont think you need to avoid them. The final select in the...

    ----------------------------------------------------

  • RE: Sum two money field columns in SQL

    iammichaelclark 21625 (11/18/2014)


    Hi,

    I am having two columns with the money datatype values.

    Column1 Column2

    $134,456 $15,897

    $123 ...

    ----------------------------------------------------

  • RE: get colums from queries

    Eirikur Eiriksson (11/18/2014)


    serg-52 (11/18/2014)


    kriskumark96 (11/17/2014)


    Hi,

    The three queries is of the same tables with different where condition are used , so that we cannot have a join or cross join on...

    ----------------------------------------------------

  • RE: Best Practices

    The first thing that stood at at me was that you want to invest in new infrastructure rather than investigate the cause of report slowness. I do like the idea...

    ----------------------------------------------------

  • RE: Need help to understand Errors

    On the SSRS server you can reach the firewall settings through the control panel.

    I am curious as to what changed two weeks ago from your post. I would talk...

    ----------------------------------------------------

  • RE: Hello Guys I'm New Here

    This might help comparing the versions

    http://msdn.microsoft.com/en-us/library/cc645993.aspx

    For an older version you could search Ebay though I am not knowledable on the legals of transfering licenses.

    ----------------------------------------------------

Viewing 15 posts - 856 through 870 (of 1,248 total)