3.9.7-2019-04-23.sql 192 Bytes Raw Blame History Permalink 1 2 3 4 5 CREATE NONCLUSTERED INDEX [idx_client_id_guest] ON [#__session] ( [client_id] ASC, [guest] ASC )WITH (STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF);