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 |
nalin_769
Starting Member
16 Posts |
Posted - 2008-03-25 : 00:09:39
|
How do I remove Primary Keys from Access Database using SQL statement,And also re-create new primary keys.Thank You |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-25 : 03:25:45
|
Not sure about Access, but in T-SQL you would use ALTER TABLE.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2008-03-26 : 09:24:15
|
Ok 1st Question is why would you want to?JimUsers <> Logic |
 |
|
|
|
|