Forum Replies Created

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

  • RE: SSIS XML Config files - Is this just us?

    Hi

    I tried this bit with the 2010 data tools that comes with ss2012.

    Open an SSIS package, right click in the white space, choose Package Configurations. Edit an existing one. Remove...

  • RE: SSIS C# script task with RMO

    I have been able to get this to work by

    - dropping all subscriptions

    - dropping all publications

    - setting replication database option to false (sp_replicationdboption)

    - setting replication database...

  • RE: How to insert an value to a GEOGRAPHY COLUMN ?

    Should be able to insert as a numeric

    INSERT INTO delta(GEOG) VALUES (0xE6100000010C85EB51B81E254540AE47E17A144E55C0);

    regards,

    Phil

  • RE: require Optimize the sql query

    That's some query. It appears to have two sub-queries which look quite similar, without studying it too far I'm sure that there is some redundancy there that can be removed....

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