Viewing 15 posts - 31 through 45 (of 245 total)
kenambrose (2/29/2016)
Oh...
February 29, 2016 at 3:50 pm
MadAdmin (2/29/2016)
j-1064772 (2/29/2016)
rstone (2/29/2016)
February 29, 2016 at 3:40 pm
Using a single record in a related table to define "missing" or "unknown" is an option that I have seen in use. I thought it resulted in some very...
February 29, 2016 at 1:52 pm
I think nulls are used more often than required, but they have their place. If we start with a rule that forbids nulls in the database, then we are doing...
February 29, 2016 at 12:08 pm
Robert, I look forward to the updates. Here is a script to enable the jobs and schedules after a fresh install. It might save a few clicks here...
September 24, 2015 at 11:14 am
In the past, I use a tool called ClearTrace to report on the worst of the worst. (I set high limits on the trace reads or writes.) Even...
September 23, 2015 at 7:20 pm
Robert, I'm running your solution on my desktop. Looks good to me. Added some views for fun. Single values for average MB/sec, IOPS, and stall per database?...
September 23, 2015 at 6:50 pm
Thanks Robert. I've been using TYPEPERF to collect counters from several servers. It appears that if I want IO detail at the database or database file level, I...
September 21, 2015 at 4:34 pm
Requirements often don't directly address transactions and locking. Non-functional requirements normally don't specify or limit T-SQL methods. A table that describes the preverbal "it depends" by relating requirements...
May 20, 2015 at 11:27 am
The "TOP 100 PERCENT" seems to be ignored by the optimizer. The "TOP verylargernumber" can produce the recordset in the "expected" order. However, this is incidental. If...
May 15, 2015 at 1:29 pm
I know this is an old post. I can't help but wonder why there has been no response. It's a good question, which is why I'm here. ...
January 23, 2015 at 5:08 pm
Now I'm more confused. We have 3 new SANs with replication for DR. I don't see how this helps me with point in time restores for a database....
August 29, 2014 at 3:38 pm
TheAccidentalDBA (8/27/2014)
1. Only...
August 27, 2014 at 3:36 pm
SSC-Addicted (8/27/2014)
I don't see any bug with Microsoft here, they offer a 3rd party interface to allow access to SQL backup for integrated backup solutions, but the ultimate responsibility for...
August 27, 2014 at 3:28 pm
You got the second parameter for the db, so it looks good to me. I think the trace will catch something.
Does the procedure run a long time?...
August 27, 2014 at 2:40 pm
Viewing 15 posts - 31 through 45 (of 245 total)