Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-17 : 08:02:07
|
| Martin writes "I have a query whcih select multiple fields from several tables in Microsoft Access Front End. I need to turn this into a Stored Procedure which creates a table based on the results. How do I do this when I MUST select several Identity columns which are set as the Primary Key." |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2004-09-17 : 08:30:20
|
so don't make them identities in the new table, just integers...Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|