Viewing 15 posts - 226 through 240 (of 470 total)
hakan.winther (8/10/2011)
I am surprised that 60% thought it wouldn't increase!
If the default behavior of dbcc shrinkdatabase was the truncate_only option wouldn't it stay the same? That's what my...
August 10, 2011 at 9:15 am
We actually just created a BI Director position with a team under him. I'm looking forward to see what they'll be doing.
August 10, 2011 at 8:59 am
Thomas Abraham (8/9/2011)
Thanks for the question.I blew it as I thought you were looking for a single answer. A "Check all that apply" would have helped.
Any time you see checkboxes...
August 9, 2011 at 7:12 am
Heaps are interesting. I've had Microsoft techs say they're coding mainly with clustered indexes in mind so we're likely to see more things like this with heaps.
August 9, 2011 at 7:08 am
majorbloodnock (8/9/2011)
August 9, 2011 at 6:50 am
sturner (8/8/2011)
Small agrarian communities such as you are advocating cannot compete in a global marketplace such as exists today and will continue to exist in the future.
Not only that...
August 8, 2011 at 8:13 am
majorbloodnock (8/8/2011)
August 8, 2011 at 8:11 am
Two ways to go about this. One is to set "on delete cascade" on the foreign key. That will make it so when you delete the state anything...
August 5, 2011 at 11:51 am
I had actually gotten a Team Lead position at one point which I really enjoyed. It was assigning tickets to individual team members and helping them through them. ...
August 5, 2011 at 6:37 am
If you have both files you can right click on database, select Attach, and then select the files you want to attach. If you don't have the data file,...
August 4, 2011 at 1:58 pm
Preethiviraj Kulasingham (8/3/2011)
Other option is to create new database and set the collation for each language we adopt.
In general I'm not a fan of this idea but depending on how...
August 4, 2011 at 8:45 am
Ninja's_RGR'us (8/2/2011)
Converting int to varchar might force the server to do index scans rather than seek. This is far from optimal.
Indeed. But if the DDL can't be modified...
August 2, 2011 at 1:50 pm
Chances are you're doing an implicit conversion. Make it an explicit conversion taking the column that's an int and make it a varchar. If you need more help...
August 2, 2011 at 1:45 pm
I haven't tried it but most of the binaries are stored separately and the shared ones should be marked as in use by another program so it should work fine....
August 2, 2011 at 11:52 am
sjimmo (8/2/2011)
August 2, 2011 at 6:40 am
Viewing 15 posts - 226 through 240 (of 470 total)