About 371 results
Open links in new tab
  1. SSIS :How to get OUTPUT $action, Inserted.*,Deleted.* records in In SSIS

    Oct 10, 2016 · As far as I know, if you want to get T-SQL OUTPUT clause result in SSIS, please try to run T-SQL OUTPUT clause in Execute SQL Task, then configure some variables to receive these …

  2. sql server manager import wizard to import .csv and culture error

    Jun 1, 2017 · I am using the SQL Server Import Wizard to import a .csv file but I cant get it to work.

  3. Where clause using CAST, TRIM, and Dateserial

    Nov 7, 2016 · Hello I am working with an inherited query with a where clause that uses the terms cast, trim, and dateserial, all of which cause problems for either SSRS or SQL Server.

  4. Query multiple cubes in a single MDX? - social.msdn.microsoft.com

    Jun 2, 2010 · I am wondering if there is a way to query more than one cube in a single mdx statement. Here's the deal - I have a cube that has a measure group that is a count of invoices, and another …

  5. Sharepoint designer workflow: condition on multiple choice field

    Jun 16, 2016 · basically I want a set of actions based on the selection of a user saved in a multiple choice field.

  6. Access 2010 Attachment Control to Sql Server 2008R2 Varbinary (max) …

    Sep 3, 2013 · Hi Keith. Attachment is a multiple-valued filed (you can store multiple files in one record) which is not supported by SQL Server. Multi-valued fields are for compatibility with SharePoint, and …

  7. Getting minimum of top n rows without using subquery

    Mar 4, 2013 · This information could be important as the Transact-SQL language is evoluated when a new version of SQL Server is released and should be always provided in the original poster ( as …

  8. Transaction count after EXECUTE indicates a mismatching number of …

    Sep 26, 2017 · How to insert information into multiple related tables and return ID using SQLDataSource There are also other problems with this SP. Also it's not clear why you use NVARCHAR everywhere. …

  9. KRB_AP_ERR_MODIFIED error connecting to SQL from some servers …

    Jan 9, 2019 · SPNs look ok when checking with the Kerberos Configuration Troubleshooting tool (and the fact that other servers in the same environment are working (there are multiple working, and …

  10. Convert MDX to DAX - social.msdn.microsoft.com

    Mar 11, 2020 · And to filter by a single value is similar: TREATAS ( 'Region' [Region Name], {"Region1"} ) or FILTER ( VALUES ('Region' [Region Name]), 'Region' [Region Name] = "Region1") And in place …