Viewing 15 posts - 32,236 through 32,250 (of 39,818 total)
I wouldn't expect issues either. If you're serving pages on the web, it's a bad practice to have SQL on the same box as IIS for security reasons, but not...
May 2, 2007 at 9:10 am
Allocate more space to the log file. I'd run it up to 2GB or so. It doesn't hurt you to reserve the space and preventing growths during busy transactions is...
May 2, 2007 at 9:09 am
The SQL_Oracle is right. There is no answer.
The default works well, but it depends. The log grows because of changes in your data. If you have mostly static data, like...
May 2, 2007 at 9:08 am
I passed last week and this was definitely a hard exam. Broad coverage of lots of topics, so be sure you know the product pretty well. Also the simulation sections...
May 1, 2007 at 9:23 am
I think it's probably irrelevant, but you definitely need to keep track of it. I have had to pull old data for legal reasons, though drop it in it's own...
May 1, 2007 at 7:55 am
Failure of a project is definitely something I think you can measure and a few people have given some nice criteria.
However personal success or failure is something different and something...
April 30, 2007 at 4:04 pm
select a.item, a.date
from MyTable a
where a.date = ( select max(b.date)
...
April 30, 2007 at 12:24 pm
If you just need schema, then I'd just script out the database. All tables, views, procs, users, security, etc. Basically check everything in the script box.
April 30, 2007 at 12:22 pm
It's been awhile, but I think this has something to do with security. Either your user or the SQL Server user do not have administrative rights needed for debugging.
April 30, 2007 at 12:21 pm
Everything in the index plan should add up to 100%, so there will always be things with large percentages. Seeks are better than scans because you're traversing the index directly...
April 30, 2007 at 12:20 pm
I thought there was plenty of time, but I am a fast reader.
This exam is a "case study" exam. Each "part" is a case study, maybe a page to a...
April 30, 2007 at 6:39 am
Lots of differences and really two many to list. SS2K5 is a whole new animal and an upgrade should bring along your jobs.
April 30, 2007 at 6:37 am
Viewing 15 posts - 32,236 through 32,250 (of 39,818 total)