Hello,
- Is there any command to check how big a table is? or to check how big for a range of records? I don't want to know how many records, I am only interested in how big in memory of them.
- I want to bcp out data of 1 month, is there a way or how do I indicate in bcp out command for the specific month, notes that the table has a Date_Time field, I don't want to bcp out the whole table, only data of 1 month for that table.
- Actually I have another related question: If there is not any option to bcp out specific date of data, then should I "select into.. " with specific date of data into a temp table and then bcp out that temp table?
Thanks
- Is there any command to check how big a table is? or to check how big for a range of records? I don't want to know how many records, I am only interested in how big in memory of them.
- I want to bcp out data of 1 month, is there a way or how do I indicate in bcp out command for the specific month, notes that the table has a Date_Time field, I don't want to bcp out the whole table, only data of 1 month for that table.
- Actually I have another related question: If there is not any option to bcp out specific date of data, then should I "select into.. " with specific date of data into a temp table and then bcp out that temp table?
Thanks