About 16,000 results
Open links in new tab
  1. alter database failed due to an invalid server connection string in ...

    Aug 8, 2019 · Database 'tester' cannot be opened. It is in the middle of a restore. (Microsoft SQL Server, Error: 927) so pls give the perfect solution Ajit kumar Tuesday, August 6, 2019 9:56 AM 0 Sign in to …

  2. Can I shrink the database for database mirroring

    Jun 29, 2013 · There are some tables which would like to be deleted and can I know whether I can free up some space (shrinking the database) after I delete the tables ? .

  3. Limiting the number of concurrent sessions per user

    Feb 12, 2019 · As following to my local security policy, I have to establish the limit appropriate to the type of user account accessing the SQL Server instance on SQL Server 2014 Enterprise.

  4. SqlServr.exe still running after stopped "SQL Server" service

    Dec 13, 2017 · Hello all, I have a Windows Server 2012 R2 with SQL Server 2016 Developer in a virtual environment (ESX). There is a strange behavior that cannot understand how to solve: every time I …

  5. NEWBIE : how to create a new instance of ms sql server database

    Nov 26, 2012 · When you install SQL Server you can install it as a default instance or named instance. Only one default instance and a maximum of 50 named instance per server. in your case try install …

  6. Running total with WHILE loop - social.msdn.microsoft.com

    Sep 30, 2019 · I am looking for a running total solution using not the window functions but a while loop. In this case, I have #t table with 2 fields and some data in @list . So, I need to load data from @list …

  7. TSQL Script to restore the latest full backup from shared path

    Sep 19, 2019 · I need a Script to restore the latest full backup from shared network path.

  8. SSRS configuration manager - social.msdn.microsoft.com

    Jun 28, 2013 · Can anyone point me to a simple explanation of using the SSRS configuration manager to manage different servers for shared data sources and project properties per configuration. It …

  9. stored procedure for rebuild indexes - social.msdn.microsoft.com

    Oct 11, 2012 · USE [databasename] GO StoredProcedure [dbo]. [sp_RebuildIndexes] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo]. …

  10. DB role unable to delete-The database principal owns a schema in the ...

    Aug 8, 2019 · The database principal owns a schema in the database, and cannot be dropped.