Just wondering whether it is possible to convert highly normalized data into binary and store it in some other table using sql programming without going into asp.net application?
If yes, how?
This might help us to solve a performance issue. Actually we already did this using asp application, and stored binary data into another table. But this is not being executed for larger data set, and there is a time out error occurring on trying to execute same. This is for an e-commerce application built upon asp.net mvc 3 platform using mssql 2008.
Thank you in advance.
I have a blog entry that explains how to write to a text file from SQL Server . . . http://blog.data-miners.com/2012/01/writing-to-text-file-from-sql-server.html.
You can use this to technique to write each row to a file.