Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Switching Partitions in SQL 2005

    Hi Andre,

    Rebuilding the index for the partitioned table is one of the worst practice.

    Create a staging table with a index similar to the partitioned table. Load the data into staging...

  • RE: BI Specialist vs SQL Developer

    Hi Friends,

    My dream job is to be a SQL developer. Currently i am into C#/ SQL . Looking for good openings......Salary doesn't matters..i want that designation and work :)..

  • RE: select query

    It can also be done using Pivot Concept...very simple

    SELECT Max(date)

    FROM (SELECT date

    FROM (SELECT date1,

    ...

Viewing 3 posts - 1 through 3 (of 3 total)