Viewing 15 posts - 16 through 30 (of 36 total)
j.zinn (7/10/2014)
July 10, 2014 at 6:33 am
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...
July 8, 2014 at 6:16 am
Andy Warren (7/7/2014)
July 7, 2014 at 9:22 am
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...
July 7, 2014 at 8:17 am
Krasavita (7/7/2014)
DECLARE @Emp_ID intDECLARE @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...
July 7, 2014 at 8:12 am
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...
July 7, 2014 at 7:23 am
Beatrix Kiddo (7/7/2014)
July 7, 2014 at 7:21 am
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...
July 7, 2014 at 7:10 am
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...
July 7, 2014 at 7:02 am
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...
July 7, 2014 at 6:48 am
Grant Fritchey (6/27/2014)
Chord77 (6/27/2014)
He wants my primary role to be process improvement and creation. I've done it (successfully) in the past, but that...
June 30, 2014 at 6:53 am
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...
June 27, 2014 at 1:01 pm
Grant Fritchey (6/23/2014)
June 23, 2014 at 7:24 am
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...
June 23, 2014 at 6:55 am
Viewing 15 posts - 16 through 30 (of 36 total)