I want to move a large chunk of data i\'ve got in my memory. Unfortunately this data is saved as an array, and i cannot change that. I can\'t use circular arrays, because the same memory is also used
I am doing a large archival of data from one DB to another DB on a linked server.I am copying from MS sql server 2000 to MS sql server 2005.
I am trying to shrink my database log file. I have tried to run: USE databasename BACKUP log databasename
Since there is no .resize() member function in C++ std::map I was wondering, how one can get a std::map with at most n elements.