Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesHi all, I like to access a production database server from my development database, I need to count how fast one table in the production table grows, is there any way to do it without actually getting on the production server? linked server? Thanks.
Post Follow-up to this messageYes you can create a linked server http://sqlservercode.blogspot.com/ "Matthew Z" wrote: > Hi all, > I like to access a production database server from my development database , > I need to count how fast one table in the production table grows, is there > any way to do it without actually getting on the production server? linked > server? > > Thanks.
Post Follow-up to this messageThanks. Because the company security reseans, I can't use the linked server, is there a way to work around? "SQL" wrote: > Yes you can create a linked server > > http://sqlservercode.blogspot.com/ > > > "Matthew Z" wrote: >
Post Follow-up to this messagelook up OPENROWSET and OPENDATASOURCE in Books on line http://sqlservercode.blogspot.com/ "Matthew Z" wrote: > Thanks. Because the company security reseans, I can't use the linked serve r, > is there a way to work around? > > > "SQL" wrote: >
Post Follow-up to this messageThanks for reply. Even I have sa permission to all sql servers, I still can't have have access from one server to a different server. "SQL" wrote: > look up OPENROWSET and OPENDATASOURCE in Books on line > > http://sqlservercode.blogspot.com/ > > > > "Matthew Z" wrote: >
Post Follow-up to this messageMatthew, as SQL said: 1. Linked Server 2. OPENROWSET or OPENDATASOURCE - neither requires a linked server to be created 3. Use EM, QA, OSQL or some other application to connect directly to your other server. 4. Job or DTS to get the value required to your local db HTH Jerry "Matthew Z" < MatthewZ@discussions .microsoft.com> wrote in message news:46E45877-8585-4709-AEA8- BDD7886E7FC5@microso ft.com... > Thanks for reply. > Even I have sa permission to all sql servers, I still can't have have > access > from one server to a different server. > > "SQL" wrote: >
Post Follow-up to this messageAnother option is to create an xp_sendmail proc job on the production DB that will mail the result to yourself whenever you execute this job "Matthew Z" wrote: > Thanks for reply. > Even I have sa permission to all sql servers, I still can't have have acce ss > from one server to a different server. > > "SQL" wrote: >
Post Follow-up to this messageThanks guys, based on your replies,I got a idea, I may try DTS job & send mail functions. This is not a one time process, it runs every week for reporting Purpose. "Matthew Z" wrote: > Hi all, > I like to access a production database server from my development database , > I need to count how fast one table in the production table grows, is there > any way to do it without actually getting on the production server? linked > server? > > Thanks.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread