Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Problem
Message
De
03/12/2007 18:04:02
Bill Fitzgerald (En ligne)
Woodbury Systems Group
Hamilton, New Jersey, États-Unis
 
 
À
03/12/2007 17:00:10
Bill Fitzgerald (En ligne)
Woodbury Systems Group
Hamilton, New Jersey, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01272682
Message ID:
01272951
Vues:
20
Christof:

The text field is the culprit, allright.
I took it out of the SP and it went to completion.
The BOL advises the use of UPDATETEXT for text fields, rather than UPDATE because of possible logging issues.

The client's DB is set for full logging, I keep mine set at simple to keep the files small, hence the difference.

Thanks for the clue!
Bill





>>

Christof:
Thank you for your suggestions.
In my test script, the contents of the email field is the word 'email' or 5 chars.

I had suspected the timeout setting, but both machines are the same (10 minutes), so that one is ruled out.

The SQL profiler sounds like a good place to look.

I'll let you know the outcome.

Bill






>>Hi Bill,

>When I run a stored procedure that takes parameters and updates a table on my machine here, it works fine.

How large is the content of the email field? I've had problems with memo fields in the past, although I can't recall that error message in this case.

I'd check the SQL client configuration. Maybe there's a difference between your machine and the client's one. If that doesn't work, I'd use the ODBC tracing utility to log all ODBC conversation and a network monitor like Ethereal to log the actual network traffice between the ODBC driver and the SQL server. For the server side I'd use SQL Profiler to find out what actually is received.
>>
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform