Windows 10: Can I add data to a table in sql if it is open elsewhere?

Discus and support Can I add data to a table in sql if it is open elsewhere? in Windows 10 Software and Apps to solve the problem; I added data to a table in express SQL and it said 1 column affected but when I opened the table back up the data was not there. If someone is using... Discussion in 'Windows 10 Software and Apps' started by JW Clark, Apr 30, 2025 at 10:07 AM.

  1. JW Clark Win User

    Can I add data to a table in sql if it is open elsewhere?


    I added data to a table in express SQL and it said 1 column affected but when I opened the table back up the data was not there. If someone is using the data in the table while I was updating it will that stop it from updating?

    :)
     

  2. [SQL] How to retrieve data from two tables?

    If you're using Access you dont have to write any SQl yourself in many cases. Just make a query, add two tables and select fields for both. If you wish to make a query via VBA you can always use this method to create the query itself, or at least a sample. Besides, union is a SQL operator as well *Smile Can I add data to a table in sql if it is open elsewhere? :)
     
    DanTheBanjoman, Apr 30, 2025 at 10:28 AM
    #2
  3. SQL: Importing/Loadin in SQL DB using Excel

    Hi All,

    Not sure if this is the right place to post this.

    I have an excel workbook with two sheets.

    I want to continuously load data from this workbook in SQL DB.

    I was successful in importing it once using SQL server import export tool.

    The tool automatically created the tables and columns based on Excel's sheet and column names.

    Now the data in my excel is updated (for the same columns).

    My excel will have new data everyday.

    How I can make sure that the new data is added in the DB , but I do not want to drop the old data?

    Appreciate your suggestions.

    Note: I am a novice in SQl server and just learnt about the above tool using different blogs and videos.

    Thanks,

    Aditya
     
    AdityaKotiyal1, Apr 30, 2025 at 10:28 AM
    #3
  4. Can I add data to a table in sql if it is open elsewhere?

    [SQL] How to retrieve data from two tables?

    I have two same tables but using for each for different purpose..

    How do I get this data as one table? I don't remember exactly but there is some like a union query... any one knows?

    Edit: Nothing to do with Joins.. just want to show merged data
     
Thema:

Can I add data to a table in sql if it is open elsewhere?

Loading...
  1. Can I add data to a table in sql if it is open elsewhere? - Similar Threads - add data table

  2. Can I add data to a table in sql if it is open elsewhere?

    in Windows 10 Gaming
    Can I add data to a table in sql if it is open elsewhere?: I added data to a table in express SQL and it said 1 column affected but when I opened the table back up the data was not there. If someone is using the data in the table while I was updating it will that stop it from updating?...
  3. EF6 continually Access__MigrationHistory table leading to SQL errors

    in Windows 10 Software and Apps
    EF6 continually Access__MigrationHistory table leading to SQL errors: Customers have reported slowness in the our application and have seen a large number of errors reported in SQL. The hosted environment’s performance logging tool NewRelic has reported an increase in failure rate which the customer suspect is the cause for application...
  4. EF6 continually Access__MigrationHistory table leading to SQL errors

    in Windows 10 Gaming
    EF6 continually Access__MigrationHistory table leading to SQL errors: Customers have reported slowness in the our application and have seen a large number of errors reported in SQL. The hosted environment’s performance logging tool NewRelic has reported an increase in failure rate which the customer suspect is the cause for application...
  5. SQL How to empty all tables in a database

    in Windows 10 Tutorials
    SQL How to empty all tables in a database: You might need to purge all the data in all the tables in a particular database. For this we can use the following script. USE <database name> DECLARE @TableName AS VARCHAR(MAX) DECLARE table_cursor CURSOR FOR SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE...
  6. Can I use SQL Server Management Studio with SQL 2016 Express Edition for managing data used...

    in Windows 10 Gaming
    Can I use SQL Server Management Studio with SQL 2016 Express Edition for managing data used...: We have Biometric devices across multiple of our branches from where we collect attendance data on a cloud server running SQL 2016 Express Edition. Can we use SQL Server Management Studio along with it?We are only collecting information within the organization and using to...
  7. Can I use SQL Server Management Studio with SQL 2016 Express Edition for managing data used...

    in Windows 10 Software and Apps
    Can I use SQL Server Management Studio with SQL 2016 Express Edition for managing data used...: We have Biometric devices across multiple of our branches from where we collect attendance data on a cloud server running SQL 2016 Express Edition. Can we use SQL Server Management Studio along with it?We are only collecting information within the organization and using to...
  8. Implementing a SQL Data Warehouse

    in Windows 10 Gaming
    Implementing a SQL Data Warehouse: Hi team,Could anyone please let me know if there is any replacement course for Implementing a SQL Data Warehouse M20767 5 Days?Sincerely,Jomesh https://answers.microsoft.com/en-us/windows/forum/all/implementing-a-sql-data-warehouse/60f06180-933d-49ac-8128-10d26780114d
  9. Implementing a SQL Data Warehouse

    in Windows 10 Software and Apps
    Implementing a SQL Data Warehouse: Hi team,Could anyone please let me know if there is any replacement course for Implementing a SQL Data Warehouse M20767 5 Days?Sincerely,Jomesh https://answers.microsoft.com/en-us/windows/forum/all/implementing-a-sql-data-warehouse/60f06180-933d-49ac-8128-10d26780114d
  10. IPRIP was unable to add a route to the system route table. The data is the error code. -...

    in Windows 10 Network and Sharing
    IPRIP was unable to add a route to the system route table. The data is the error code. -...: OS: Windows 10 Pro (64 bit) Build: 10.0.10586.1176 Original message. "IPRIP Event 29031 System 10/07/2019 06:00:38 IPRIP was unable to add a route to the system route table. The data is the error code." Research: ServiceName: iprip Description: Listens for route...