Update t_perf > perf_dt

Hi all,

After building the 2010 season I've been told that one of the shows dates has changed by two weeks, is there any reason not to simply run an update like this example?

update t_perf
set perf_dt = dateadd(dd,-14,perf_dt)
from t_perf where prod_season_no = ???

I don't think it matters but these shows have not been seated yet but are built into performance groups and packages.

Thanks!

Parents
  • Somehow I missed that you were looking to save time using SQL.  In that case, I’m not sure of any caveats.  I’m not an expert on the database side of the system.  It seems like it should be o.k.  Definitely try it in your Test system first, and maybe open a help ticket so those wiser than I in this area can weigh in on anything to look out for.

     

    Kevin Sheehan

    Documentation & Learning Resources Specialist

    Tessitura Network

    1 888 643 5778 ext 329 Office

    ksheehan@tessituranetwork.com

Reply
  • Somehow I missed that you were looking to save time using SQL.  In that case, I’m not sure of any caveats.  I’m not an expert on the database side of the system.  It seems like it should be o.k.  Definitely try it in your Test system first, and maybe open a help ticket so those wiser than I in this area can weigh in on anything to look out for.

     

    Kevin Sheehan

    Documentation & Learning Resources Specialist

    Tessitura Network

    1 888 643 5778 ext 329 Office

    ksheehan@tessituranetwork.com

Children