Home > Database > Mysql Tutorial > body text

SQL Server Dates or Calendar Table for PowerPivot

WBOY
Release: 2016-06-07 17:43:37
Original
817 people have browsed it

SQL Server 2012 spCreateCalendarTable( , ) TRY tblCalendar 14 END TRY CATCH 17 END CATCH tblCalendar( , , 23 MonthNumber int , ( 10 ), 25 MonthNameSorted varchar ( 20 ), 26 DayNumber int , ( 10 ), ( 2 ) 29 ) tblCalendar ( , , 43 MonthNumbe

SQL Server 2012

spCreateCalendarTable( , ) TRY tblCalendar 14 END TRY CATCH 17 END CATCH tblCalendar( , , 23 MonthNumber int, (10), 25 MonthNameSorted varchar(20), 26 DayNumber int, (10), (2) 29 ) tblCalendar ( , , 43 MonthNumber, , 45 MonthNameSorted, 46 DayNumber, , ) VALUES ( 50 @curdate, 51 Year(@curdate), 52 Month(@curdate), 53 DateName(m,@curdate), (((m,@curdate), (@curdate), 64 DateName(weekday,@curdate), () AS char(1)) 68 ) (day,1,@curdate) spCreateCalendarTable , tblCalendar ,香港服务器,网站空间,香港服务器

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template