Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is max size of sqlexec string?
Message
From
17/05/2006 13:35:50
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01122845
Message ID:
01122910
Views:
15
Kevin,

Thanks. I agree that is probably a better development method. I'm OK with SP's.. but not an expert.. I think that as I gain proficiency with them I will start to do more and more.

I definitely agree about the unit testing. When I build up a big string for sql inside fox, and then run it, if it blows up it's hard to figure out where. If I put it in QA, QA is very smart about telling me what and where my code blew up. Until I get more proficient with T-SQL, in the meantime, I do this..
_cliptext=lcsqlmd
suspend

Then paste my sqlstatement into QA and run it.

>David,
>
>At one time I had those same concerns, but I don't any longer. You can use scripting to generate the stored procs. I find it easier to unit test sql code when it's used as stored procs, rather than inside a fox component.
>
>Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform