Forum Replies Created

Viewing 15 posts - 31 through 45 (of 59 total)

  • RE: A New SMK

    I got it right but I would have gotten it wrong had there been an option that it gets created automatically on sql install.

  • RE: Sched SSIS Package assistance

    Nevermind.

    It helps when you chose the correct package to run.

    I'd picked an old version in the the SQL Agent job. DOH!

    Thanks

  • RE: Sched SSIS Package assistance

    Thanks for your response.

    I do not believe my issue is permissions based.

    I did try a proxy account and got the same error.

    Good idea to try that, thanks. (especially since it...

  • RE: insert DateTime issue

    Oh!

    I have 2013.

    2012 is the leap year.

    2013-02-29 is not a vaild date.

    I'm awake now. :blush:

    THANKS Guys!

  • RE: insert DateTime issue

    Very sorry I did not include that. My bad.

    Sorry to waste your time. I initially just thought I had the format incorrect.

    How do I get around this? ...

  • RE: insert DateTime issue

    OK, we have the format correct.

    I think the problem is 2012 is a leap year.

    It is failing on February...specifically the 2013-02-29 date.

    The language is us_english and dateformat is mdy.

  • RE: insert DateTime issue

    No, your code works fine for the temp table.

  • RE: insert DateTime issue

    Here is what my table looks like:

    CREATE TABLE [schema].[census_date](

    [id_col] [int] IDENTITY(1,1) NOT NULL,

    [start_dtime] [datetime] NOT NULL,

    [end_dtime] [datetime] NOT NULL

    I'm fairly sure I have the format correct.

    When I run your select...

  • RE: insert DateTime issue

    No trigger.

    This is a 2008 sql server. I accidentally posted under 2005 forum.

  • RE: exam 70-432

    Pretty sure you get an email (with a Cert ID)...then you can sign onto the mcp.microsoft.com site and print your certification.

    Congrats, nice work! 🙂

  • RE: SharePoint is kicking my butt

    I got a chuckle...nice.

    Been there done that...struggle all day, come in the next day and, D'oh, I should have thought of that. 😀

  • RE: IsNull

    Ah...thanks!

  • RE: Passed 70-432 Yesterday

    I passed mine a couple of days ago too! I'm planning to take 70-450 next.

  • RE: Nested Select ?

    Yes, it gave me just what I was looking for. Thank you!

  • RE: Nested Select ?

    Understood. You are absolutely correct and I will definitely apply this lesson learned in the future.

    Thank you very much for assisting me despite my short sightedness.

Viewing 15 posts - 31 through 45 (of 59 total)