Forum Replies Created

Viewing 15 posts - 136 through 150 (of 230 total)

  • RE: GUID Error when creating a new maintenance plan

    This error stated in the link has to do with an IMPORTED maintenance plan. I am creating a new maintenance plan from the wizard. It is happening on...


    Thank you!!,

    Angelindiego

  • RE: error in Integrity Check of Maintenance Plan

    Thank you!! I will go see if I have such option checked and try again~


    Thank you!!,

    Angelindiego

  • RE: 2005 Maintenance Plans

    Great idea!! I just found it odd that you couldnt set the time for the transaction log backup like you could in 2000... Thanks for your help!


    Thank you!!,

    Angelindiego

  • RE: Setting variables with 'if exists'

    thank you Chris!

    I changed things around (realizing that if exists brings back a T or F)

    and had this in place:

    if @Mode = 'WEB'

    begin

    select

    @EntityID = pro.ProviderEntityID,

    ...


    Thank you!!,

    Angelindiego

  • RE: DTS packages 2000 vs 2005

    ...and where can I find Nigel Rivett's examples? Here in the forum?


    Thank you!!,

    Angelindiego

  • RE: DTS packages 2000 vs 2005

    Thank you everybody for all your help and hints here! I am taking this all in.........:P


    Thank you!!,

    Angelindiego

  • RE: converting StartTime to Military time format

    Sweet! This worked!! Now I think all I have to do is convert the time passed in to military time and run this code! Thank you so...


    Thank you!!,

    Angelindiego

  • RE: converting StartTime to Military time format

    Oh how I wish it were that easy!! LOL... I need to convert it to military time, multiply the hours by 60 to get minutes and then subtract...


    Thank you!!,

    Angelindiego

  • RE: conversion from varchar to datetime

    thank you!!


    Thank you!!,

    Angelindiego

  • RE: patindex in datetime field

    OK!! in a quick test this WORKS!!~~~~  I will implement this into my code and test again.  I can't thank you enough!!!!!


    Thank you!!,

    Angelindiego

  • RE: patindex in datetime field

    In my staging table, the LabDate is a datetime field and the LabTime is a varchar(50) field.

    LabDate = 6/11/2004 or 1/21/2007 12:04:00 AM

    LabTime = 9:40:24 PM

    ...thanks!


    Thank you!!,

    Angelindiego

  • RE: Optimizations job error message

    ok, more testing...more finds:

    if I qualify the table and then run the same sp_, it changes it to dbo.  YEAH!!  Then for giggles, I ran the optimization script I am...


    Thank you!!,

    Angelindiego

  • RE: Optimizations job error message

    ok, back to this project again!! 

    I did a test on a qa server db.  I created a simple 2 column table.  the owner was dbo.  I did the sp_changeobjectowner...


    Thank you!!,

    Angelindiego

  • RE: Optimizations job error message

    Obviously, qatest isn't a member of sysadmins.  Since the tables were named this way, does the optimization script only optimize dbo tables???????

    Sorry guys, grasping at straws on this one!!


    Thank you!!,

    Angelindiego

  • RE: Optimizations job error message

    more info:

    the only difference in these tables is that all the others are dbo.tables and these are qatest.tables......but my optimization script doesn't check on that.....


    Thank you!!,

    Angelindiego

Viewing 15 posts - 136 through 150 (of 230 total)