SQL Cafe
09/11/2017
در نسخه هاي پيشين ما به استفاده از زبان R محدود بوديم ولي با اضافه شدن Python به نسخه ٢٠١٧ اين امكان به يك انتخاب جدي تبديل شده و ميشه از همه پكيج ها و امكاناتي كه در زبان براي ديتا ساينتيست ها هست استفاده كرد.
In previous versions of SqlServer it was identical to R as only data scientist option to work inside sqlserver, but the addition of Python make it a real choice becuase of vast number of data scientists and packages for this popular language.
Python in SQL Server 2017: enhanced in-database machine learning Official News from Microsoft’s Information Platform
08/11/2017
به نظر من براي همه كساني كه با اطلاعات كار ميكنند ضروري هست كه بدونن يادگيري متشين و هوش مصنوعي چطور از اطلاعات استفاده ميكنه، در نسخه جديد ٢٠١٧ امكانات زيادي براي اين منظور هستش
In-database Machine Learning in SQL Server 2017 Official News from Microsoft’s Information Platform
08/11/2017
بد نيست نگاهي بندازيم به امكانات جديد در نسخه ٢٠١٧
مشخصاً ساختار داره تغيير ميكنه به سمت پشتيباني از داده هاي بزرگ و
يادگيري ماشين
What's new in SQL Server 2017 SQL Server 2017 represents a major step towards making SQL Server a platform that gives you choices of development languages, data types, on-premises or cloud, and operating systems by bringing the power of SQL Server to Linux, Linux-based Docker containers, and Windows. This topic summarizes what i...
11/04/2016
SSRS 2016
Top 3 Reasons to Upgrade to SQL Server 2016 Reporting Services Heavy users of SQL Server Reporting Services (SSRS) haven’t had much incentive to upgrade since the 2008 R2 rollout – until now.
در ادامه پست روز قبل حالا 2 دستور زیر رادر SQL 2012 اجرا کنید
SELECT PARSE('10.20' AS INT) AS [Using PARSE Function]
GO
SELECT TRY_PARSE('10.20' AS INT) AS [Using TRY_PARSE Function]
GO
اینبار نتیجه استفاده از تابع Parseبا پیغام زیر خواهد بود
Error converting string value '10.20' into data type int using culture ''.
چون '10.20' معادل Integerنیست
ونتیجه اجرا برای تابع TRY_PARSE خروجی NULLخواهد بودو نه خطا
اگر مایلید بیشتر دراین زمینه بدونید، لینک زیر رو دنبال کنید
http://technet.microsoft.com/en-us/library/hh213126.aspx
TRY_PARSE (Transact-SQL) Returns the result of an expression, translated to the requested data type, or null if the cast fails in SQL Server 2012. Use TRY_PARSE only for converting from string to date/time and number types.
تابع FORMAT یکی از توابعی هست که ازنسخه 2012 به SQLاضافه شده و همونطو که از اسمش معلومه میتونه داده ورودی رو با فرمت مورد نظرتون برگردونه .خروجیش بصورت Nvarcharیا Nullهست و بهتره برای فرمت های مختلف روی Date/Time یا Integerاستفاده بشه.در مواقع معمولی CastویاConvertکارمون رو راه میندازن.لینک زیر رو برای اطلاعات بیشتر دنبال کنید
http://technet.microsoft.com/en-us/library/hh213505.aspx
FORMAT (Transact-SQL) Returns a value formatted with the specified format and optional culture in SQL Server 2012. Use the FORMAT function for locale-aware formatting of date/time and number values as strings. For general data type conversions, use CAST or CONVERT.
شاید این آدرس برای دوستان مفید باشه
http://blogs.msdn.com/b/microsoft_press/archive/2012/05/04/free-ebooks-great-content-from-microsoft-press-that-won-t-cost-you-a-penny.aspx
Free ebooks: Great content from Microsoft Press that won’t cost you a penny - Microsoft Press - Site MICROSOFT PRESS publishes on Microsoft tools & technologies, plus programming best practices. Our blog offers book info, links to ebooks, & other good stuff. Enjoy!
Click here to claim your Sponsored Listing.
Category
Website
Address
Tehran