About 517,000 results
Open links in new tab
  1. sql - Why do you create a View in a database? - Stack Overflow

    Aug 14, 2009 · When and Why does some one decide that they need to create a View in their database? Why not just run a normal stored procedure or select?

  2. How do I get the script to a database view - Stack Overflow

    Nov 5, 2010 · I lost the script for a view that I created. Can I retrieve / recreate the script from the database using management studio?

  3. sql - Database VIEW does not reflect the data in the underying …

    Jun 18, 2009 · Assuming the view does not actually the data, technically it is possible if a corruption occurs. View retrieves data from one index, 'table' retrieves from another (ie. from …

  4. sql - what are benefits of using view in database? - Stack Overflow

    Sep 16, 2011 · From wikipedia: In a database management system following the relational model, a view is a virtual table representing the result of a database query. Whenever an ordinary …

  5. How do I see active SQL Server connections? - Stack Overflow

    Jan 21, 2019 · I am using SQL Server 2008 Enterprise. I want to see any active SQL Server connections, and the related information of all the connections, like from which IP address, …

  6. logging - How to view history of queries (all OR over a long period ...

    For a list of available views refer to System Views (Windows Azure SQL Database). For examples of how to find CPU-intensive queries, long-running queries and I/O intensive queries refer to …

  7. sql - What are the pros/cons of using a synonym vs. a view?

    May 15, 2009 · 4 A view primarily is a simple/complex "select" statement. Essentially you use a view as a mask, and show only those column values which are of use. You use a view with an …

  8. How to copy views from one database to another database

    But that executes the SQL & creates the table object. I don't want to execute that just want to copy the view so that I can open them in design view. I tried to use create new view in …

  9. Difference between View and table in sql - Stack Overflow

    May 23, 2017 · Possible Duplicate: Difference Between Views and Tables in Performance What is the main difference between view and table in SQL. Is there any advantage of using views …

  10. Permission to retrieve server state data in Azure SQL

    Mar 9, 2023 · VIEW SERVER PERFORMANCE STATE permission was denied on object 'server', database 'master'. I have tried to create the user in master and assign to him: GRANT VIEW …