About 973,000 results
Open links in new tab
  1. sql - Best table design for application configuration or …

    Create a table with two column name and configuration. name with string datatype and configuration with xml data type so no need to worry about insertion and deletion of new …

  2. Using PowerShell With Configuration Tables in SQL Server

    Mar 10, 2015 · What is an example of using PowerShell with configuration tables in SQL Server and where do you typically use this? For some development purposes, configuration tables …

  3. sys.configurations (Transact-SQL) - SQL Server | Microsoft Learn

    Feb 28, 2023 · The sys.configurations catalog view can be used to determine the config_value (the value column), the run_value (the value_in_use column), and whether the configuration …

  4. SQL Server configuration table - SQLServerCentral Forums

    Mar 30, 2012 · When you choose to use the SQL Server package configs SSIS will create the table for you in whatever database you specify (as long as it can connect to it) so a script to …

  5. SQLCircuit: Example of Configuration table in SQL Server

    Jun 30, 2023 · Following is an example of configuration table in T-SQL which can be used for configuring the paramter (s) and providing the values from this table. Parameter can be text, …

  6. sql server - What is the best way to include a large amount of ...

    Apr 20, 2020 · One solution would be to create a one-time-use SSDT project, and all it has is your configuration data scripts. Then you can produce a dacpac file from that (which is really just a …

  7. Using a Single Row configuration table in SQL Server database.

    You might be better off having a row per configuration item with two columns (configName, configValue), although this will require casting all of your values to strings and back.

  8. Reading the settings in a config table - Microsoft Q&A

    I would like to have a configTable which shows the name of the servers, databases, objects to read inside the databases, etc. The datafactory, at present reads this configTable (Which at …

  9. sql server - CLR and where to store config values - Database ...

    Can anyone else confirm that config files are or are not supported in SQL 2014+? Is there any documentation on best practices for storing key/value pairs in a table, or any reason not to?

  10. How do you structure config data in a database? [closed]

    Jun 17, 2014 · You can create a table where you store key/value pairs, where key is the name of the config option and value is its value. Pro's of this is adding new values is easy and you can …

  11. Some results have been removed
Refresh