About 10,700,000 results
Open links in new tab
  1. Newest 'database-schema' Questions - Stack Overflow

    0answers 59views How to design SQL Schema for identical product components in product bundles I'm in the process of designing a schema in our MySQL database to properly link …

  2. What is the difference between a schema and a table and a …

    A database schema is the collection of relation schemas for a whole database. A table is a structure with a bunch of rows (aka "tuples"), each of which has the attributes defined by the …

  3. sql server - Query to list all stored procedures - Stack Overflow

    What query can return the names of all the stored procedures in a SQL Server database If the query could exclude system stored procedures, that would be even more helpful.

  4. OpenAPI String Enum Schema creation with .NET 9

    Mar 11, 2025 · Since the default OpenAPI implementation in .NET 9 does only generate enums as integers, I looked into schema transformers. However I did not fully find out how to use …

  5. How to set the default schema of a database in SQL Server 2005?

    The value of DEFAULT_SCHEMA is ignored if the user is a member of the sysadmin fixed server role. All members of the sysadmin fixed server role have a default schema of dbo.

  6. Find all tables containing column with specified name

    @Revious INFORMATION_SCHEMA views included in SQL Server comply with the ISO standard definition for the INFORMATION_SCHEMA., sys.columns, sys.tables is Microsoft Sql Server …

  7. schema - SQL statement to get column type - Stack Overflow

    Nov 16, 2012 · Is there a SQL statement that can return the type of a column in a table?

  8. The EXECUTE permission was denied on the object 'xxxxxxx', …

    In SQL Server Management Studio, go to security->schema->dbo: Double-click dbo, select the Permissions page, then click the "View database permissions" link in blue: Select the user for …

  9. Validating an XML against referenced XSD in C# - Stack Overflow

    I have an XML file with a specified schema location such as this: xsi:schemaLocation="someurl ..\\localSchemaPath.xsd" I want to validate in C#. Visual Studio, when I open the file, validates …

  10. Search text in stored procedure in SQL Server - Stack Overflow

    Feb 5, 2013 · Below are two SSMS Addins I used with good success. ApexSQL Search – Searches both schema and data in databases and has additional features such as …