دانلود کتاب Advanced Transact-SQL for SQL Server 2000
by Itzik Ben-Gan, Tom Moreau
|
عنوان فارسی: پیشرفته Transact-SQL را برای گذاشتن و سرور 2000 |
دانلود کتاب
جزییات کتاب
problem 2 is the astoundingly bad advice throughout. the complex numbers discussion doesn't belong in the book and you should not try to implement complex number handling in t-sql unless you want to be out of a job. much of the advice in the book revolves around cool coding tricks that aren't applicable to any real world problem. who cares if you can do something with a single select that most people would take two statements to do? does the code perform better? have you considered what it will be like to tune and maintain? how readable is it?
bottom line here is that the authors are amateurs who really shouldn't be writing a book to instruct others in t-sql. they need to learn some other languages and get beyond the "cool coding tricks" stage to true engineering.