As some people are already
thinking in SQL, I've decided I might join them.
I've registered for the 70-431 exam: Microsoft SQL Server 2005 - Implementation and Maintenance, as this is the first step for SQL certifications. Therefore, I wanted to ask, any suggestions, ideas on what's the best way to prepare for it?
Basically, as I understand you need to practise a lot, however while working with NAV my practise with SQL isn't huge (backups/restores/some sql queries). Therefore, where should I start?
Thanks.
Comments
Dynamics NAV Enthusiast
Good luck on the exam
RIS Plus, LLC
I did the exam last week, the book I used for it is the Microsoft Press book "MCTS Self-paced Training Kit (Exam 70-431): Microsoft SQL Server 2005 Implementation and Maintenance". Since I passed the exam I think the book is a good preperation for the exam.
Anyway, it's about time I would start fighting my "to-read" SQL book lists ;-) Just the problem is, that when it comes to navision, same things usually are done differently for navision and there are no books regarding that.
Dynamics NAV Enthusiast
Partitioned Tables can be used with Navision but its a 100% manual setup and will cause the redesign of a table to stop working properly in some cases (but coding in the table works, so does adding columns). So, it is not all that practical. Also, rules in SQL server must be defined beforehand that controls what data goes to which partition.
I'll dig up my lab where I did the above and post it in tricks & tips..
One big advantage would be if used on Ledger tables where historical data then could be saved on a slow-but-big generic storage and the current year (for example), could be sitting on the super fast RAID 10 system.