Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a Stored Procedure from VFP9
Message
 
 
To
07/09/2012 11:34:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
MS SQL Server
Miscellaneous
Thread ID:
01552550
Message ID:
01552571
Views:
35
>>>>Post the result of this query
>>>> SELECT @@Version,
>>>>	SERVERPROPERTY('Edition') AS Edition,
>>>>	SERVERPROPERTY('ProductVersion') AS ProductVersion,
>>>>	SERVERPROPERTY('ProductLevel') AS ProductLevel
>>>>
>>>>If you're using version other than Express, go to Tools Menu in SSMS, SQL Server Profiler. Run the trace right before testing your procedure. Don't forget to pause/stop trace once done using the pause/stop buttons in the Run Trace dialog.
>>>
>>>Version: 2008R2
>>>Edition: Standard
>>>ProdVers: 10.50.1600.1
>>>Level: RTM
>>
>>Apply Service Pack 2 for your version. With SQL Server it is always a good idea to stay current with SPs.
>>
>>Since you're using a standard edition, you can use SQL Profiler to see what exactly you're doing with your calls.
>
>SQL Profiler tells me nothing. As in I can't tell when the SP gets fired off from VFP.
>
>Downloading Service pack now

What do you mean it tells you nothing? Do you see calls to your SP? Did you select proper columns and events for the trace? You can probably use the default T-SQL trace template.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform