Viewing 15 posts - 9,886 through 9,900 (of 39,883 total)
Server or database level?
here are a few items:
April 28, 2015 at 2:11 pm
Had a funny one today. On the DLM webinar I did with Grant, we had a guy ask how to recover a master database and another one show an error...
April 28, 2015 at 2:05 pm
rustman (4/28/2015)
April 28, 2015 at 8:26 am
Ralph Hightower (4/28/2015)
2 – NOLOCK is required on every query. It makes things run faster.
Instead READ_UNCOMMITTED is suggested.
At one place I worked...
April 28, 2015 at 8:26 am
Gary Varga (4/28/2015)
April 28, 2015 at 8:25 am
Notifications default to the last setting you posted with. It's a simple switch. You post, we use what you last choose. If you change it, we change it for the...
April 27, 2015 at 10:46 am
Take it and submit something. would like to see something here.
April 27, 2015 at 9:44 am
define sales > 0. You have multiple years.
You can add a HAVING clause to the end. Read up on that.
April 27, 2015 at 9:44 am
PHYData DBA (4/27/2015)
Not only does is this bad for society in general, but it also affects your health.!?!?!?! Steve... You're better than that...
Just a joke on the exercise for better...
April 27, 2015 at 9:42 am
Anything that uses a percent at the beginning (%yahoo%) is going to require a table scan of every value. No way around that.
Perhaps full text indexing could help, but really...
April 27, 2015 at 9:41 am
+1 for backup/restore
Main thing here is to test, test, test. I know it might be obvious, but you need to point your applications (as a test) to the test upgrade...
April 27, 2015 at 9:41 am
The other indexes can be more efficient with the int (or bigint) rather than an internal key for uniqueness.
I'm not sure at 70k (or 700k) that the PK is an...
April 27, 2015 at 9:35 am
I'm with Cunningham for a few reasons. I don't like adding things to system databases, especially when they could cause issues with MS upgrades/patches. I wouldn't expect new schemas, but...
April 27, 2015 at 9:32 am
Viewing 15 posts - 9,886 through 9,900 (of 39,883 total)