Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27474

VS 2008 Create INDEX after the creating table ?

$
0
0
Hello,

In my form, I used to search by name. So I've created a index to the name column. But I wonder if I have to create my index right after creating the table or after I've inserted datas into it ?

Code:

CREATE TABLE -> INSERT INTO -> ... -> INSERT INTO -> CREATE INDEX
or

Code:

CREATE TABLE -> CREATE INDEX -> INSERT INTO ...
I'm just lost ! :ehh:
Thank you!

Viewing all articles
Browse latest Browse all 27474

Trending Articles