advanced code snippet search
amos24c on 11/01/11
sql index
11/01/11 10:54am
1 person have marked this snippet as a favorite
rcraven
CREATE NONCLUSTERED INDEX IndexName ON TableName(FIELD) include (Field1, Field2)
Report this snippet Tweet
Comment:
You need to login to post a comment.