I have a large errorlog table in my database, with 2M records and 1GB data. I'd like to create a standalone file group for the error log. I tried to use management studio to modify the table, but it's timeout. So I have to do it manually. I'm sure there's better way to do this, but here's my note which works:
select convert(varchar(10), getdate(), 101)
You'll get mm/dd/yyyy
Learn more from http://msdn2.microsoft.com/en-us/library/ms187928.aspx
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer