Question
cf 8 .net
Hi i 2 question re cf 8
1. is it possible to create a asp.net user control and then call it via cfinclude?
2. i have a scheduled task running every 61 seconds, this task loops through a sql server database table and for each record it posts info to a xml url, then deletes that current record.
this works fine, but i am started to sometimes get up to 10,000 records inserted at one time which can be slow, i am just wondering if there is a better way to do this, ie is schedule task the way to go?
basically any record that gets inserted into this table must be then posted as xml then deleted.
i was wondering if i could do somethig sql side of things? i am using sql express 2008
1. is it possible to create a asp.net user control and then call it via cfinclude?
2. i have a scheduled task running every 61 seconds, this task loops through a sql server database table and for each record it posts info to a xml url, then deletes that current record.
this works fine, but i am started to sometimes get up to 10,000 records inserted at one time which can be slow, i am just wondering if there is a better way to do this, ie is schedule task the way to go?
basically any record that gets inserted into this table must be then posted as xml then deleted.
i was wondering if i could do somethig sql side of things? i am using sql express 2008
