In SQL Statement in microsoft sql server, there is a built-in function to get week number but it is the week of the year.
Select DatePart(week, \'2012/11/30\
There is an inbuilt option to get the week number of the year
**select datepart(week,getdate())**