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\
select @DateCreated, DATEDIFF(WEEK, @DateCreated, GETDATE())