vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, We have a stored procedure which does a huge amount of transformation of data and it is running pretty slow. To avoid this we tried to create a cursor out of the SQL used in stored procedure & tried to load the data from that sql using Load from cursor statement. However, when we run this command i get an error message saying "NAME TOO LONG". Does this mean it has some limitation on the SQL query length used in cursor? Can i define any SQL as a cursor and load from it? Any suggestions is highly appreciated. Thanks & Regards, Sathish |