Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/10 09:20:18 (14 years ago)
Author:
cneumuel
Message:

refactoring of Result-Polling of HiveExperiment, polling is now much faster and code is cleaner (1092#)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/tools/prepareHiveDatabase.sql

    r4159 r4170  
    22
    33/*
    4 /* use these DROP commands if you want to run this query a second time on the same db */
     4use these DROP commands if you want to run this query a second time on the same db */
     5/*
    56ALTER TABLE dbo.AssignedResources ALTER COLUMN AssignedRessourcesId DROP ROWGUIDCOL;
    67ALTER TABLE dbo.Job ALTER COLUMN JobId DROP ROWGUIDCOL;
     
    2526ALTER TABLE dbo.UptimeStatistics DROP CONSTRAINT [DF_UptimeStatistics_UptimeStatisticsId];
    2627*/
     28
    2729
    2830ALTER TABLE dbo.AssignedResources ALTER COLUMN AssignedRessourcesId ADD ROWGUIDCOL;
Note: See TracChangeset for help on using the changeset viewer.