About 596,000 results
Open links in new tab
  1. How to quickly edit values in table in SQL Server Management Studio?

    Oct 8, 2009 · In Mgmt Studio, when you are editing the top 200, you can view the SQL pane - either by right clicking in the grid and choosing Pane->SQL or by the button in the upper left. This will allow …

  2. How to edit SQL Server Primary Database File .mdf

    Jan 4, 2013 · I have a SQL Server Primary Database file. (.mdf) I require a program which can open the file and let me edit some data. Since there are many fields, it tedious to open all the records and …

  3. ssms - How to edit one specific row in Microsoft SQL Server …

    In Microsoft SQL Server Management Studio 2008, is there a secret to be able to edit one row based on a key? There's an option to do "Edit Top 200 Rows", but what if I want to select some other ro...

  4. How to edit data in result grid in SQL Server Management Studio

    Right click on a table and select "edit top 200 rows" (if you are on SQL Server 2008) or "open table" in SQL Server 2005. Once you get there, there is a button on the top that says "SQL"; when you click …

  5. Edit selected rows manually in SQL Server - Stack Overflow

    Mar 4, 2012 · I have a database in which some editing operations have to be done manually on some rows. I have the SQL Server Management Studio Express. In SSMS, to edit the rows, normally the …

  6. Power BI How to edit data source connection SQL Statement

    Nov 8, 2021 · Is there a way to edit the SQL Server Database Advanced options SQL statement? (see below). I tried to edit it through Data source settings> Change Source, but the SQL statement box is …

  7. Saving changes after table edit in SQL Server Management Studio

    Dec 28, 2009 · In SQL Server Management Studio, create a table that contains a primary key in the Table Designer tool. Right-click the database that contains this table, and then click Properties.

  8. sql server - Power BI desktop connecting to data source with different ...

    Nov 4, 2020 · Find the data source that you want to change and click Edit Permissions button: There you can adjust the data source settings, change or delete the stored credentials: If you click on the …

  9. Azure SQL: Modify table data via UI instead of writing SQL query

    May 21, 2022 · On Azure portal follow these steps. Go to Azure Sql database. Left side menu blade select Query Editor Connect to database. and under Tables folder click table three dot. popup small …

  10. sql - Update existing database values from spreadsheet - Stack Overflow

    I have an existing MSSQL database where the values in some columns need updating according to a spreadsheet which contains the mappings of old data and new data. The spreadsheet is like this: ...