Viewing 15 posts - 6,676 through 6,690 (of 7,597 total)
GilaMonster (3/4/2013)
ScottPletcher (3/4/2013)
The ALTER command to try to change an existing file to a smaller size gives you an error on SQL 2005.
That's when you're trying to reduce the initial...
March 4, 2013 at 4:04 pm
GilaMonster (3/4/2013)
dembones79 (3/4/2013)
Should the region and district columns be included in the unique clustered index of the view?
Bear in mind that a clustered index implicitly includes all the columns...
March 4, 2013 at 4:00 pm
Ok.
At any rate, typically you'll want to cluster the table on the most common queries that can't be easily satisified by a nonclustered index you need anyway.
For example, if (nearly)...
March 4, 2013 at 3:03 pm
You're going to exactly the same version as originally, right?
I think it's easiest to just restore all the dbs (other than model) after the switch.
There are so many things in...
March 4, 2013 at 12:52 pm
Hmm. In a normalized design, I wouldn't expect the region to be in the unit table, only the district.
Instead, I'd expect the distinct list of districts w/i a region...
March 4, 2013 at 12:42 pm
1. The scale: there will be many servers to manage, much more than I've had to work with in the past.
2. The size of the instances: While the company is...
March 4, 2013 at 12:36 pm
GilaMonster (3/4/2013)
ScottPletcher (3/4/2013)
GilaMonster (2/28/2013)
stehoban (2/27/2013)
March 4, 2013 at 10:19 am
Robert Davis (3/4/2013)
ScottPletcher (2/28/2013)
Allocating "one drive" is...
March 4, 2013 at 10:12 am
GilaMonster (2/28/2013)
stehoban (2/27/2013)
March 4, 2013 at 9:28 am
Jeff Moden (3/3/2013)
March 4, 2013 at 8:19 am
BuntyBoy (3/1/2013)
Just as a best practice, for naming convention always try to use .ndf for second, third, etc data...
March 1, 2013 at 3:31 pm
Jeff Moden (3/1/2013)
ScottPletcher (3/1/2013)
March 1, 2013 at 2:58 pm
Lynn Pettis (3/1/2013)
ScottPletcher (3/1/2013)
Jeff Moden (3/1/2013)
ScottPletcher (3/1/2013)
Code reuse is another tricky subject. It generally gets talked about far more often than it is genuinely done. A few developers...
March 1, 2013 at 2:30 pm
Jeff Moden (3/1/2013)
ScottPletcher (3/1/2013)
Jeff Moden (3/1/2013)
Eugene Elutin (2/28/2013)
March 1, 2013 at 2:23 pm
Jeff Moden (3/1/2013)
ScottPletcher (3/1/2013)
Jeff Moden (3/1/2013)
Eugene Elutin (2/28/2013)
March 1, 2013 at 2:20 pm
Viewing 15 posts - 6,676 through 6,690 (of 7,597 total)