About 50 results
Open links in new tab
  1. How to buy microsoft SQL server -2019

    Jul 19, 2019 · Need to know the details of MS SQL server-2019 buying option with website and other details.

  2. Transactional replication license question

    Sep 5, 2012 · I want to build a transactional replication of a database (Database_X) between Server_A (that is the publisher) and Server_B (that is the subscriber). I want to have a separate machine a …

  3. Product dependencies on SQL versions - social.msdn.microsoft.com

    Oct 29, 2014 · For environments that have SharePoint, System Center (SCOM, SCCM, VMM, etc), Lync, and Dynamics it certainly pays to buy SQL Server licenses with assurance. Every new version …

  4. Difference Between Sql server Editions

    Feb 24, 2014 · I want to know the difference between Sql 2008 R2 Express edition and Sql 2008 R2 standard edition .

  5. how to restrict the maximum number of rows or record in sql database

    May 3, 2012 · I am using vb.net 2008 with sql server 2005. My software has been completed recently and i want to distribute my software to my clients as a trial under some criteria as restrict the …

  6. passing parameters to AS400 query - social.msdn.microsoft.com

    Apr 10, 2013 · The HiT Software Driver does support parameters very well. The client install only supports upto 3 concurrent connections, so most customers (developers) may need to buy the …

  7. How to refer the Microsoft.ReportingServices.RdlObjectModel.dll in VB ...

    Jul 2, 2012 · But when I try to refer the libraries into my VB.NET project, I cannot find any related Microsoft.ReportingServices library in "Add Reference->.NET" list. I have SQL Server 2008 R2 …

  8. WARNING: Could not obtain SQL Server Service information ...

    Oct 21, 2014 · I’m using Microsoft SQL Server 2014 Management Studio. I tries to connect with Start Powershell from the menu i get from some servers ”WARNING: Could not obtain SQL Server …

  9. SQL failover clustering combined with always on (WSFC)

    May 24, 2012 · As you known, SQL Server AlwaysOn Failover Cluster instance is used for high available, which is not a solution for disaster recovery. While AlwaysOn Availability Group can be …

  10. How to replace space in sql server - social.msdn.microsoft.com

    Oct 7, 2021 · Select replace ('JTree 2.6.6',' ','-') If in your JTree 2.6.6 only single Space then if u want to replace then use ' ' (one space for Replace) and if u have JTree 2.6.6 double space then u use …