About 11,700 results
Open links in new tab
  1. cannot drop table - social.msdn.microsoft.com

    Dec 13, 2017 · I have tried checking in other database (s), but no use I cannot find the table. I also tried checking in the system tables.

  2. Any performance impact due to increasing the frequency of …

    Jul 1, 2014 · Question 0 Sign in to vote Hi, We are having a Sql Clustered instance of SqlServer 2008 R2 running

  3. How to execute query without using MSSQL Management Studio

    Mar 22, 2018 · Please share me. How to execute query without using MSSQL Management Studio. Is there any options or ways to execute SQL Querys on Win server 2012. Is there any …

  4. ms-sql-polybase ubuntu create external table error - The Remote …

    Aug 13, 2019 · System.Exception: The Remote Java Bridge has not been attached yet. at Microsoft.SqlServer.DataWarehouse.DataMovement.Common.ExternalAccess.RemoteBridgeWrapper..ctor …

  5. Partitioned and non partitioned table - social.msdn.microsoft.com

    Dec 5, 2016 · I have a table on 2 databases with thesame amount of data in it, however on one database the table is partitioned and on the other its not partitioned. I do notice that the table …

  6. SQL Audit Settings - DB level vs Server Level

    Jul 1, 2019 · My question is, lets say, you use DATABASE_OBJECT_CHANGE_GROUP at the server level, it is my understanding that you would NOT need to also do a DB level audit with …

  7. provider: SQL Network Interfaces, error: 26 - Error Locating Server ...

    Oct 7, 2021 · "A network-related or instance-specific error occurred while establishing a connection to SQL Server.

  8. TSQL Statement for Bulk Export Data? - social.msdn.microsoft.com

    Feb 15, 2016 · Is there a TSQL statement that will export table data in bulk. I know “BULK INSERT”, but that can only be used to bulk import data, not export. And bcp utility can do the …

  9. Convert 99999999 to Date in Query - social.msdn.microsoft.com

    Sep 19, 2012 · SELECT LTRIM (rtrim ( [Last_Name])) + LTRIM (rtrim ( [First_Name])) + CASE [Date_Of_Birth] WHEN '99999999' THEN '01011900' ELSE CONVERT (VARCHAR, convert …

  10. Complicated Stored Procedure - Need Guidance

    Jan 1, 2014 · Hello All, I am developing a ASP.NET webforms app using SQL Server 2008 R2 Database. AppData database for logging in is stored on same SQL Server (I plan to have …