About 13,400 results
Open links in new tab
  1. Exception occurred Microsoft.SqlServer.Management.Common ...

    Dec 7, 2017 · Question 0 Sign in to vote Hi All, I'm trying to use Add-SQLAvailabilityDatabase to add DB into AG but I got below: DEBUG: (Add-SqlAvailabilityDatabase) Exception occurred …

  2. SQL Server Express 2008 - Missing Client Tools / Management …

    Jun 13, 2012 · I downloaded and performed a full install of SQL Server Express 2008 Nov CTP. It was installed on a fresh installation of Windows Vista Enterprise x64. During setup, I checked …

  3. SQLDIAG can find SQL Instance - SQLDIAG There are no instances …

    Mar 29, 2019 · have run using pssd built command file and simple generic SQLDIAG command and get the same result 2019/03/29 10:59:22.68 SQLDIAG Command line parameter …

  4. Event sequence column are missed when use profiler to save a …

    Dec 2, 2009 · I use profiler (katmai version) to open a Yukon trace file, then store the trace file into a .xml file. When i open the .xml file, all events' sequence are 0!

  5. How to see DTS Package code - social.msdn.microsoft.com

    Dec 26, 2016 · What for a "real code" do you mean, the package XML? Normally you utilize SSDT = SQL Server Data Tools to edit SSIS packages. Olaf Helper [ Blog] [ Xing] [ MVP] Sunday, …

  6. Error = [Microsoft] [SQL Server Native Client 11.0]Unexpected EOF ...

    Apr 13, 2016 · Maybe, yes. I maked the next format file: bcp DB3.dbo.Prot format nul -r\n -t, -n -f D:\FF1.fmt -T

  7. Microsoft’s SQL Operations Studio – free open source Data …

    Use your favorite command-line tools (for example, Bash, PowerShell, sqlcmd, bcp, psql, and ssh) in the Integrated Terminal window right within the SQL Operations Studio user interface. …

  8. sqlcmd and passing connection string - social.msdn.microsoft.com

    Apr 9, 2008 · I am planning on executing 'sqlcmd' on a new process from a windows application and I only have details of the database server in a connection string format. Therefore, I do not …

  9. The system cannot find message text for message number …

    Mar 29, 2018 · I am trying to migrate the packages from SQL Server 2008 to 2016 using SQL Server Data Tools 2015, After migration, when I try to preview the data from Oracle in my …

  10. Stored Procedure Cannot Find Temporary Tables When Run …

    Sep 30, 2012 · I have a stored procedure that uses a few temporary tables. It runs as expected if I execute it from the SQL server console.