About 50 results
Open links in new tab
  1. Flashback query equavalant in Sql server - social.msdn.microsoft.com

    May 26, 2010 · Do we have some kind of option to pull history of data changes happened to particular table in Sql server? In oracle Flashback query option will be usefull to identify datachanges …

  2. using Microsoft.SqlServer.TransactSql.ScriptDom for parse query with …

    Nov 8, 2013 · Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement Microsoft.SqlServer.TransactSql.ScriptDom.DeleteStatement But when I make a mistake in query, a …

  3. Want to pass list in sql query - social.msdn.microsoft.com

    Dec 3, 2015 · What is the actual query being sent to the DB (aka the query variable after substitution) and did you copy/paste that query into SQL and get back more than 1 row?

  4. Get DSN name using SQL Query - social.msdn.microsoft.com

    Oct 30, 2013 · I have created an ODBC connection to access a sql server database using an application, let say the DSN name in ADW2008. Is there a way to find the dsn name from sql server …

  5. Can I find out the "Listener" name through a SQL Server Query

    Nov 3, 2016 · I am wondering if the SQL Server "Listener" actual name defined is stored anywhere within the sys tables or views that I can query it and find out its name.

  6. Logical reads - social.msdn.microsoft.com

    Feb 8, 2017 · Yes 1.6TB could be possible, it depends on what the query was doing i.e. if the query contained a function, it may repeatedly query the table or other tables, the query may also reference …

  7. Linq query against string array or list - social.msdn.microsoft.com

    Oct 7, 2021 · Part 3: Querying our Database Part 4: Updating our Database Part 5: Binding UI using the ASP:LinqDataSource Control Part 6: Retrieving Data Using Stored Procedures Part 7: Updating our …

  8. DMX query fails to recognize openquery syntax

    Dec 17, 2010 · I am 100% certain that I am executing this in a DMX query window, and 100% certain that my datasource name is correct and am executing in the context of the correct database.

  9. Unable to rename SQL database in azure

    Nov 19, 2018 · Please run the ALTER statement from the master database. If running the statement from the master database does not work, close existing connections or scale up/down the tier of the …

  10. update ADO recordset join on access query

    Sep 13, 2011 · Is there a way to update an ADO recordset or table with a join on an Access table or query (without linking the ADO table)? I am using mySQL ODBC 3.51 driver, and can connect to the …