About 15,500 results
Open links in new tab
  1. how to track changes in a access database

    May 3, 2012 · Another option could be to first just use the first query in the query designer and then change it to an update query. This allows you to update the records in TO based on the …

  2. A Non Clustered Index on an nvarchar field not used in Query Plan

    Aug 21, 2012 · I have a Query which has a Ordey By clause on an nvarchar field in the table. The Execution plan shows 60% cost on the Sort Operation. I Created a Non-Clustered Index on …

  3. Don't show account in access report if account is zero

    May 12, 2019 · You should be able to create a totals query that calculates the "total for each account". Add this query to your report's record source and filter out the totals that are zero.

  4. System.Data.Odbc.OdbcException (0x80131937): ERROR [HYT00] …

    Aug 24, 2015 · 1) Our application (written in c#) running at Server uses ODBC driver ( ODBC interface) to access the MS SQL Database. 2) Our application receives hundreds of request …

  5. SSMS permissions vs Db permissions - social.msdn.microsoft.com

    Sep 23, 2009 · Above provides 'FinDevUser' query access as I expected but they cannot view the 'fin' schema tables in 'FinanceDev' Db in SSMS ( SQL Server Management Studio ), although …

  6. Dynamically Create table and insert the records from source to ...

    One possibility is that the insert query which fills the table variable @table does not return any rows. If that is not true and the execution indeed getting into the WHILE loop, I would suggest …

  7. API App: how to get email from .auth/me endpoint?

    Feb 15, 2016 · Until then, your best bet is to query Facebook directly using the access token we provide. You can either get the access token from the "access_token" field in the response …

  8. OLEDB provider VFPOLEDB for linked server returned message …

    Jun 10, 2014 · The SQL Server accesses the file under the used Service account with it's permissions. In common the "LocalSystem" account is used and this has only permission to …

  9. T-SQL query to find database information on all servers

    Nov 9, 2017 · Or whatever client language you prefer. You will need to query database per database, server per server, since the information is stored per database. It's also better to …

  10. Access database is read only whenever I open file

    Oct 7, 2021 · Whenever I open my access database file, it was open but it is all the time read only. I need to fix my access database file but cant change anything coz of read only. I have …