Viewing 3 posts - 1 through 3 (of 3 total)
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...
May 15, 2015 at 3:33 am
#1798125
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 :)..
February 10, 2013 at 8:03 am
#1586302
It can also be done using Pivot Concept...very simple
SELECT Max(date)
FROM (SELECT date
FROM (SELECT date1,
...
September 22, 2012 at 9:19 pm
#1541134