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 (November 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 4 Nov 2011 15:34:25 -0400
Reply-To:   Tom Abernathy <tom.abernathy@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Tom Abernathy <tom.abernathy@GMAIL.COM>
Subject:   Re: most efficient way to connect to sql server from sas

How frequently is it updated? How current do you need the data to be? You probably need to setup a scheduled job to pull out a static copy of the data for you to analyze. Then you can schedule the pull to run when it will have less impact on the webpages. 20K records is trivial for a PC to use for analysis.

On Fri, 4 Nov 2011 14:24:50 -0500, AnnHett <annhett@GMAIL.COM> wrote:

>i'm just getting the columns I want and it's less than 20,000 rows of data. > I haven't had this problem when I connect to our oracle database, but when >I use the oracle database that is a reporting copy. This sql server >database is the production database that also feeds web pages. >


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