Viewing 15 posts - 31 through 45 (of 239 total)
laurie-789651 (6/25/2014)
June 26, 2014 at 7:47 am
Jeff Moden (6/13/2014)
Eirikur Eiriksson (6/12/2014)
Quick thought, wouldn't it be simpler to have an SSIS package for shuffling the backup files around, no need for XP_CMDSHELL etc.😎
Since you brought it up,...
June 13, 2014 at 8:24 pm
Lynn Pettis (6/13/2014)
jfogel (6/13/2014)
June 13, 2014 at 10:25 am
Ah, I see. Once I remarked out two of the select statements in Lynn's query before the cross apply I see just the desired result. Much more graceful method than...
June 13, 2014 at 10:14 am
Here are the create/insert statements I used in my example:
drop table Queue
drop table Tasks
drop table QueueTaskLink
CREATE TABLE Queue(
QueueId INT NOT NULL PRIMARY KEY IDENTITY(1,1),
MaximumQueueLength...
June 13, 2014 at 10:04 am
Your insert statements, etc are a complete mess! That didn't help at all, but I hope what is posted below will. I do not claim this is the best, or...
June 13, 2014 at 10:01 am
Put it in a stored procedure and wrap the groups in a try/catch. Log each group and send an email upon failure.
June 13, 2014 at 8:50 am
Tell them it is a report. If they want a work of fiction they should call Stephen King.
June 13, 2014 at 6:36 am
I think Aspergers is on its way out as a diagnosis. Regardless, We've all worked with people who are difficult and the difficult ones who stick around (read not fired)...
June 12, 2014 at 12:19 pm
glyn-1145829 (6/12/2014)
Success is regarded as normal and not to be praised.
Spot on. Also, unemployment for a DBA is only one stupid mistake away.
glyn-1145829 (6/12/2014)
June 12, 2014 at 11:05 am
Simon,
It isn't that I do not agree with you, but not involving the DBA is somewhat common. At best those companies have a database designer on staff, but that is...
June 12, 2014 at 9:58 am
simon.crick (6/12/2014)
Tavis Reddick (6/12/2014)
[/p][p]My understanding of a database administration role is close to Wikipedia's, where a DBA looks after...
June 12, 2014 at 9:27 am
Ed Wagner (6/12/2014)
I find the most conflict occurs when determining user requirements. The business side doesn't know what they want because the client doesn't know what they want.
The...
June 12, 2014 at 7:39 am
It makes a big difference when developers can rely on help from the DBA. I've been in many situations where I've suggested to a dev that their statements, while they...
June 12, 2014 at 7:30 am
No. I did some testing with it and found the performance increase to be very nice. However, in order to get the tables involved to comply with requirements they basically...
April 30, 2014 at 12:45 pm
Viewing 15 posts - 31 through 45 (of 239 total)