Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.
Mrdenny | Jul 2 2008 8:29PM GMT
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
Roops | Jul 10 2008 4:46AM GMT
i am using SQL 2005. i have created partitions using partition functions and partition scheme with corresponding data file to hold each months data. i have used a numeric partition key. All the transaction tables has this key in the table design. The backend procedures are also coded based on this partition key..