About 276 results
Open links in new tab
  1. Need suggestion Cluster shared disk available check failed - SQL Server

    Jun 8, 2017 · For SQL Server databases also we are using File share SMB. But during installation of SQL Server 2016 Cluster 'Cluster Shared disk available check failed' in Feature Rules of SQL …

  2. unable to take backup of SQL Server database to Azure Storage

    Oct 10, 2016 · I am trying to take the SQL database backup to Azure Storage but it is not working for me. I have created a new storage account and created a new container with general purpose. I have …

  3. SQL 2016 SP2CU2 - Cannot add new features "Client Tools SDK"

    Jul 27, 2018 · All the sql server requirements are met (remember that I am adding these features to an already running instance.. that had zero issues). Is there any way of finding out what these (7 …

  4. SQL hostname and client_net_address and in sysprocesses, dm_exec ...

    Mar 2, 2016 · Jason, I dont know exactly the reason but does below also return same thing SELECT s. host_name , client_net_address FROM sys.dm_exec_sessions S INNER JOIN …

  5. Check product Key on SQL Server - social.msdn.microsoft.com

    Mar 19, 2013 · My customer need to migration database from existing SQL server to new SQL Server but not have Product key license paper for install in new SQL server.

  6. Concatenation of string USING TSQL json - social.msdn.microsoft.com

    Mar 8, 2018 · hi is there away to concatenate string using json SQL 2016 as we are using xml Path ref: https://www.red-gate.com/simple-talk/sql/t-sql-programming/concatenating-row-values-in-transact-sql/

  7. Always on set up error: Error: 41016, Severity: 16, State: 0

    Feb 26, 2023 · Can it be related with a bug for sql server 2014 . These errors were generated while executing script for always on. At Windows cluster manager , preferred owner lists are not checked. I …

  8. standalone sql server on wfc cluster cannot have files on shared disk ...

    Nov 13, 2016 · The directory d:\xxxxxxxxx\xxxxx is not a valid path. Standalone sql server on wfc cluster cannot have files on shared disk locations

  9. How to use CDaoDatabase to open SQL server database?

    Mar 8, 2008 · SQL server database is remote on the internet, which is on our clients' local-area-network. The database is open and ready for my use, the problem is I don't how to use it. If I ask, our clients …

  10. Update Statement With OpenQuery - social.msdn.microsoft.com

    Nov 25, 2016 · Answers 1 Sign in to vote ; with cte As (Select salesname, totalsales FROM OPENQUERY ( [sqlcl02,2433], 'Select a.salesname SalesName ,b.salesTotal TotalSales from sales …