About 11,100,000 results
Open links in new tab
  1. How to get a view table query (code) in SQL Server 2008 …

    To get the information of a view, you use the system catalog sys.sql_module and the OBJECT_ID() function: definition, uses_ansi_nulls, uses_quoted_identifier, is_schema_bound. …

  2. Is there a way to see the code that creates a view in SQL server ...

    Dec 5, 2016 · I want to see the underlying code for how a view is created in SQL server management studio. Is there a way to do this? I want to see any date filters, etc, applied to this …

  3. Get information about a view - SQL Server | Microsoft Learn

    Dec 17, 2024 · You can gain information about a view's definition or properties in SQL Server by using SQL Server Management Studio or Transact-SQL. You might need to see the definition …

  4. How to Get Information About a View in SQL Server

    This tutorial shows various ways to get the information of a view in a SQL Server Database including querying system catalog, using sp_helptext stored proc.

  5. How to see view definition in SQL Server - DatabaseFAQs.com

    Feb 21, 2025 · In SQL Server, there are multiple queries that we can use to know the definition of a view. However, this section will illustrate three well-known methods to fetch view definitions. …

  6. SQL CREATE VIEW, REPLACE VIEW, DROP VIEW Statements - W3Schools

    You can add SQL statements and functions to a view and present the data as if the data were coming from one single table. A view is created with the CREATE VIEW statement.

  7. 4 Ways to Get a View’s Definition using Transact-SQL

    Nov 7, 2019 · This article presents 4 ways of using T-SQL to get the definition of a view in SQL Server. The view definition is the actual T-SQL statement used to create the view. The …

  8. How do I view executed queries within SQL Server Management …

    Use the Activity Monitor. It's the last toolbar in the top bar. It will show you a list of "Recent Expensive Queries". You can double-click them to see the execution plan, etc.

  9. How to see the definition of a View in SQL Server

    Dec 27, 2021 · We can see the definition of a View in SQL Server by either using the SP_HELPTEXT system stored procedure or by using the Object Explorer.

  10. how to get view script in sql server using query

    Dec 18, 2023 · For users who want to view the properties or definition of a particular view in SQL Server Management Studio, there are several methods to obtain the view script. The …

  11. Some results have been removed
Refresh