LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 31 Jan 2008 07:34:51 -0800
Reply-To:   "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Subject:   Re: How to create index in Access database out of SAS?
Comments:   To: Green4Ever <bulcket@SCARLET.BE>
In-Reply-To:   A<e0034292-97b5-4a3a-9720-bb4c878b9afc@d21g2000prf.googlegroups.com>
Content-Type:   text/plain; charset="US-ASCII"

Hi Tom,

Refering to http://listserv.uga.edu/cgi-bin/wa?A2=ind9908C&L=sas-l&P=R15027.

You can see that FROM CONNECTION TO xxx () sends an SQL text over to the SQL Server and then *returns* a table.

The EXECUTE () by xxx sends an SQL text over to the SQL Server and *does not return a table*.

You can see in the archived post, a sample of CREATE TABLE..., you just need to look at the SQL Server syntax for CREATE INDEX and use the EXECUTE () by xxx to run the command on the SQL Server.

Hope this is helpful.

Mark Terjeson Senior Programmer Analyst, IM&R Russell Investments

Russell Investments Global Leaders in Multi-Manager Investing

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Green4Ever Sent: Thursday, January 31, 2008 7:18 AM To: SAS-L@LISTSERV.UGA.EDU Subject: How to create index in Access database out of SAS?

Hello,

First I do an export of my SAS-dataset to an Access Database, then I want to create an index on a field in my Access Database. Can I do this with SAS and how?

Thanks,

Tom


Back to: Top of message | Previous page | Main SAS-L page