About 27,500 results
Open links in new tab
  1. How can i get rid of trailing zeros - social.msdn.microsoft.com

    Jul 29, 2014 · After that, the query is exported to a delimited text file in the format of "FIELD_NAME"=value. It works perfectly minus 1 thing, each of the values have trailing …

  2. How to reference a query field in a form based on a calculation

    Apr 28, 2012 · I have a query that has a field for each week of the year. What i need to do on my form is reference this weeks field (and also next weeks field).

  3. SSIS variables and query - social.msdn.microsoft.com

    Nov 6, 2009 · I created a new variable of type Object named ORACLE_DATE. When the Execute SQL Task completes successfully you will be able to access the value returned from your …

  4. Variable based name for temp table during SP

    Aug 25, 2010 · If you create your temp table and then call some query with execute sp_ExecuteSQL, then the temp table will be visible. You can not access the temp table …

  5. マクロ実行時エラー'-2147467259 (80004005)': - Microsoft Q&A

    実行時エラー'-2147467259 (80004005)': [Microsoft] [ODBC Driver Manager]データ ソース名および指定された既定のドライバーが見つかりません。

  6. Excel file to Access field name change - Microsoft Community

    Aug 12, 2013 · I uploaded an Excel file into an Access database. One field contains names which differ slightly. Is there a way to changed the Excel names to the Access names via a formula …

  7. Query - Comparing a date to a date range in another table

    Nov 11, 2013 · I have a query that has selected certain data based on a date range. I want to create a query that compares the date in the query to the date range in the table and populate …

  8. MDX Unique Name Style - social.msdn.microsoft.com

    Mar 4, 2009 · From what i read online , this refers to a member unique key and not a member unique name. How do i get the complete member unique name in result xml so that my …

  9. how to write inner join sql query - social.msdn.microsoft.com

    Oct 6, 2011 · select name,age,sex from employee inner join department on employee.departmentId=department.id if you want to connect the database and achieve the …

  10. OData Client $select / $expand issue with LINQ

    Oct 7, 2021 · In the browser I could use the following URL to get the Order.ID, Customer.Name, Order.LineItems.Amout …