Forum Replies Created

Viewing 15 posts - 16 through 30 (of 36 total)

  • RE: Is It Time To Clear Out Those Quirky Functions?

    j.zinn (7/10/2014)


    I'd love to see a native Regular Expression support. I sometimes use a CLR for pattern matching, but it's a slow alternative to a natively incorporated function. Using Regular...

  • RE: What's wrong with this code cant figure out?

    Sean Lange (7/7/2014)


    Chord77 (7/7/2014)


    --NOTE this will only insert EMP_ID's where Sheet_ID is null since @Sheet_ID is currently set to NULL

    NO. This will not return rows where Sheet_ID currently set to...

  • RE: Cloud Skills

    Andy Warren (7/7/2014)


    Gary, I lean that way too. I don't want to write procs for developers, but I don't want see the world reduced to CRUD either. If the ORM'ish...

  • RE: Job wasn't as described

    Grant Fritchey (7/7/2014)


    You are absolutely in a tough spot. But if you want to be technical, you don't have many choices.

    Yeah, I mean I've been succuessful at Process improvement, etc...

  • RE: What's wrong with this code cant figure out?

    Krasavita (7/7/2014)


    DECLARE @Emp_ID int

    DECLARE @Sheet_ID int

    SELECT * INTO #TimesheetEMP

    FROM (

    SELECT @Emp_ID = Emp_ID

    FROM Pay_Timesheets_Sheet

    WHERE Sheet_ID = @Sheet_ID)timesheetemployee

    I get error:incroect syntax near @Emp_ID = Emp_ID

    Thank you

    Well currently...

  • RE: Cloud Skills

    Andy Warren (7/7/2014)


    Chord, if the ORM's get better, is that better or worse for a DBA - ugly question isn't it?

    Oh I agree it's an ugly question. It...

  • RE: Job wasn't as described

    Beatrix Kiddo (7/7/2014)


    If you did consider going back you would be in a strong position to negotiate on salary, working hours, training budget before agreeing to anything, I suppose. Plus...

  • RE: Cloud Skills

    Honestly when you look at Microsoft's larger play it really does feel like they are attempting to reduce the number of DBA's and DB Developers.

    Their Entity Framework changes and marketing...

  • RE: Job wasn't as described

    Beatrix Kiddo (7/7/2014)


    Oh no, I'm sorry. It sounds as though they mis-sold the job to you. Will you look to move on again?

    Not sure. I bumped into my old boss...

  • RE: Job wasn't as described

    Update:

    After a couple of 1 on 1's with my manager he explained to me the role on the team he wants me doing. He wants me to primarily focus...

  • RE: Job wasn't as described

    Grant Fritchey (6/27/2014)


    Chord77 (6/27/2014)


    Spoke to my manager this morning.

    He wants my primary role to be process improvement and creation. I've done it (successfully) in the past, but that...

  • RE: Job wasn't as described

    Spoke to my manager this morning.

    He wants my primary role to be process improvement and creation. I've done it (successfully) in the past, but that wasn't the job...

  • RE: First SQl job were you nervous?

    Congrats!

  • RE: Job wasn't as described

    Grant Fritchey (6/23/2014)


    Never go back to the old job. All the reasons you left are still there. It's the same arguments for never taking a counter-offer. If all you needed...

  • RE: Job wasn't as described

    Thanks for the advice.

    I agree, being careful will be very important. I spoke to one of the more experienced members this week and we discussed our background and...

Viewing 15 posts - 16 through 30 (of 36 total)