in Education by
I'm using SQL Server 2005. I have a query to a server that gives a huge result set and I'd like to save that in a view on my local server. Is there a way to either create a view from the server to my local server database directly, or export the result set locally and import it into my local server's database. Thanks! JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You could use OPENDATASOURCE or a linked server query from your local server to the remote server. That would allow you to create an object such as a temporary table locally and populate it with data from the remote server. There is plenty of information on implementing this in Microsoft's online documentation.

Related questions

0 votes
    I'm using SQL Server 2005. I have a query to a server that gives a huge result set and I'd ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    I'm using SQL Server 2005. I have a query to a server that gives a huge result set and I'd ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 24, 2022 in Education by JackTerrance
0 votes
    A_____ is a query that retrieves rows from more than one table or view: (a) Start (b) End (c ... Join Operations topic in chapter Query Processing Techniques of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    I have two tables in my database which are relevant for this problem: exercise_state with following fields: ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    I am trying to fetch some data from the GitHub GraphQL but I get a GaphQLError. I have tried the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 19, 2022 in Education by JackTerrance
0 votes
    We have a web application that uses SQL Server 2008 as the database. Our users are able to do ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    In the official guide, it names several limitations of BigQuery Materialized Views: https://cloud.google.com ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    Spark SQL allows users to load and query data from different data sources. Which property of Spark SQL is ... Data Access 2. Scalability 3. Hive Compatibility 4. Integrated...
asked Oct 22, 2020 in Technology by JackTerrance
0 votes
    How will you navigate from one view to another view in MVC? Explain with a hyperlink example...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    Which one of the following provides the ability to query information from the database and to insert tuples ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    In SQL Server Profile, I have it tracing SP:StmtStarting events. The "TextData" includes information like ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    I'm in need of some help in getting a View to layout data it is accessing from a database ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
0 votes
    How to view all databases available on to the MySQL Server?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    Suppose, my license expires today. Can my users be able to view the dashboards or workbooks that I published in the server earlier?...
asked Oct 30, 2020 in Technology by JackTerrance
...