Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
hi,i have a empty table:CREATE table time(id int identity(1,1),time_entry smalldatetime,year int not null,month int not null,day int not null)and i want to fill it dates from 1/1/2008 until today :)any fast way to do it? :)