About 50 results
Open links in new tab
  1. C# ReportingService2010.CreateCatalogItem properties

    Dec 21, 2015 · Using SQL Server Data Tools to deploy the files onto the production server is not an option. The code to upload the reports and datasets from a folder on the local computer to the report …

  2. The specified network name is no longer available problem

    we are running a Windows Application (.Net 2.0) against a MS SQL Server 2000 on WinXP. The application is able to succesefully connect to Database and execute "smaller stored procedure".

  3. SQL SERVER BULK FETCH AND INSERT/UPDATE?

    Apr 23, 2015 · I am currently working with C and SQL Server 2012. My requirement is to Bulk fetch the records and Insert/Update the same in the other table with some business logic?

  4. Restore Progress - social.msdn.microsoft.com

    Jul 7, 2009 · The time between 0 and 100% ends up being about 15 minutes, but SQL Server continues to run the job-- it's been going for more than 2 days, now. Why is SQL Server incapable of giving …

  5. How to measure the SQL Server MTL Memory

    Aug 1, 2018 · One of my Friend [ Ram ] from "Chennai SQL User Group" clearly demonstrated the purpose of "Lock Page in Memory" using SysInternal tools and agree its strongly required for having …

  6. Rows per batch property - social.msdn.microsoft.com

    Oct 6, 2016 · For instance, if a data file has 1000 rows, and a batch size of 100 is used, Microsoft SQL Server logs the operation as 10 separate transactions; each transaction inserts 100 rows into the …

  7. Is there any Word Document destination in ssis

    Nov 28, 2007 · One more question regarding data destination..I have created an interface to execute the ssis package from asp.net application.The package will be run by sql server agent.The question is is …

  8. SSIS design : how to load the data from Excel attached in an e-mail

    Jun 7, 2012 · Because in Java, we can read an email from server and get its attachement, then use IO read the objects and output IO stream to an excel to a place, then you can load this excel file in SSIS.

  9. The requested operation is not supported on forward only result sets.

    Jan 12, 2011 · If your SQL is performing some insert or update before returning the result of a query, add the instruction SET NOCOUNT ON at the beginning of the code or check for the presence of a …

  10. how can I read multi csv file from sftp server every 5 second and ...

    Jul 12, 2017 · Question 0 Sign in to vote this code that I have create but it's only read from local directory: using System; using System.Collections.Generic; using System.Linq; using System.Text; …