Microsoft
Software
Hardware
Network
Question : Adding a new field - with index - through VBA
I have a small query that allows me to add new fields to my tables:
ALTER TABLE [tblTableName] ADD COLUMN [Index Test 2] Text(50)
But I also need to set an index on this field - can anyone let me know the correct syntax addition. It's not for Primary key or anything such as that.
Thanks as always.
Answer : Adding a new field - with index - through VBA
CREATE INDEX tblTableName_IDX1 ON [tblTableName] ([Index Test 2]);
Random Solutions
Help with Vista re-installation
Remote Web Workplace different website address
Sysprep Problem
Visual Studio2008 integrated Windows Installer
IIS 6.0 asp.net 2.0 cpu performance issue
Frame Relay configuration on Hub & Spoke Router network
how can i capture screen using C# window application ??
AP not accepting its service controller.
[DOS attack: STORM]
the specified user does not exist?