About 207 results
Open links in new tab
  1. 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]. …

  2. How to log on to SQL Server Management studio

    Sep 12, 2014 · If SQL Server is installed on the same computer where SharePoint is installed, then try to connect using “.\SHAREPOINT” (without quotes). If SQL Server and SharePoint are installed on …

  3. How to use SQL Server Geo Datatypes in a GIS application with Google ...

    Aug 26, 2010 · I'm new to GIS application development. I'm using Google maps api and SQL Server with .net. I'll receive information of GPS receiver data and the image taken on each Lat long point …

  4. Enterprise t-sql Stored Procs against tables -vs- Views

    Sep 17, 2010 · Stored procs often improve performance because SQL Server can cache the query plan for the stored procedure. SQL Server can also cache plans for "ad hoc" statements, but this caching …

  5. Querying Informix - TSQL syntax is used

    Dec 12, 2008 · So, SSAS is assembling a query to submit back to Informix using the SQL Server 2000 cartidge. It is taking your named query, using it as a nested statement within a SELECT statement it …

  6. TDE vs Row\Cell\Column Encryption - social.msdn.microsoft.com

    Nov 15, 2011 · Cell-level encryption is done through code, in SQL Server (as the paper above discusses) or in the application layer. Alex Kuznetsov proposes doing much more of this sort of thing …

  7. Same query uses different execution plans on two different servers

    Apr 6, 2018 · It uses two totally different execution plans on the old and new servers. The new execution plan doesn't even know the underlining system table sys.sysrowsets for sys.partition. Instead, the …

  8. Returning Table (rowset) from Dynamic query

    Mar 12, 2007 · Question 0 Sign in to vote I would like to prepare a query from the arguments of the function and have a return rowset as the result of the prepared query: To simplify the matter the …

  9. “The query processor could not start the necessary thread resources for ...

    Sep 11, 2018 · One of our spring hibernate application throws exception like “The query processor could not start the necessary thread resources for parallel query execution” and “Session Exception: …

  10. Error Message Installing Northwind.sql: Msg 2812, Level 16, State 62 ...

    Oct 30, 2013 · SOLVED! 1. I Created a Database with the name Northwind (CREATE Database Northwind) 2. Opened the northwind.sql in Notepad 3. Copied it unto the SQL Server Management …