About 6,750 results
Open links in new tab
  1. Error 606 occured - Metadata inconsistency for temp table

    Aug 18, 2014 · I don't know exactly how you use that cursor, but if it is only open once and declared as local, this should ne an issue. Still does not hurt to add a DEALLOCATE …

  2. Delete All Data Collector objects in Database

    Dec 16, 2014 · In my scenario the database is the collection database of team foundation server, so i need to delete all objects in the database from the data collector, i use the script but also i …

  3. AlwaysOn AG :: SPN configuration - social.msdn.microsoft.com

    Nov 7, 2018 · For example to configure an SPN for an availability group named AG1listener.Adventure-Works.com hosted on a set of instances of SQL Server all configured …

  4. client-side/server side cursor - social.msdn.microsoft.com

    Dec 10, 2008 · I'm using VS.NET 2005 (July CTP) to develop a windows application that connects to a SQL Server database. How can I set my connection to use server-side cursors instead of …

  5. Creating indexes on temp tables in stored procedures

    Nov 5, 2008 · The temp tables are used in a cursor (trust me, there's no other way). So these tables of upwards of 200,000 rows each need to be joined, to pull out just a few rows at a time. …

  6. wrong number or types of arguments in call

    Oct 7, 2021 · CREATE OR REPLACE PROCEDURE LOD_JUR_SELALL ( outCursor OUT LOD.LOD_CURSOR ) IS BEGIN OPEN outCursor FOR SELECT JURISDICTIONCODE, …

  7. sql server 2008 permissions - social.msdn.microsoft.com

    Oct 24, 2012 · My 3 applications were deployed to a user acceptance testing environment that includes a user acceptance sql server 2008 r2 standard database. The user accpetance …

  8. Cursor - Alterando owner de todas tabelas

    Code Snippet --criando o cursor declare cur_owner CURSOR keyset for select [name] from sysobjects where xtype = 'u' go declare @tabela varchar (30) open cur_owner fetch first from …

  9. how can i put the output of a stored procedure into a variable

    Nov 15, 2007 · I have one more query ---how can i pass the multiple values returned by this stored procedure into a single variable ...

  10. Server memory is showing 99 percentage

    Jan 4, 2012 · Previously I was using SQL Server 2008 R2 Ent, but recently Downgraded this to SQL Server 2008 R2 Std, on same box OS having Windows Server 2008 Ent. (64) , after …