Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How sqlserver can call a stored proc. to creat a PK ?
Message
 
 
To
30/06/2007 09:42:29
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01236986
Message ID:
01237002
Views:
17
>how sqlserver can call a stored proc. to creat a PK in sql table ?
>i'm trying to use sqlserver a backend.

You don't need a stored procedure to create PK. You can use either IDENTITY column or uniqueidentifier column with NEWID() function.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform