About 5,300 results
Open links in new tab
  1. How can I replace a fixed string with carriage returns in a memo …

    May 12, 2011 · I suppose that you're using SQL Server 2000, just because when you say "memo" is the text (or ntxt) datatype, that's right? I mention that because if you have SQL 2005 and …

  2. REPLACE in SSIS - social.msdn.microsoft.com

    Sep 7, 2009 · You can't "REPLACE" a string with NULL - because the REPLACE function searches the string for the value you're looking for and does the replacement. If, for example, …

  3. How to return a table of key/value pairs from a C# CLR function.

    Jun 14, 2019 · I am looking for help on how to return a table of key/value pairs from a CLR function in SQL Server. I have this code. It doesn't work ATM. Still reading posts and watching …

  4. Split Function In Table-valued Function Of SQL...

    Oct 7, 2021 · Thursday, March 1, 2012 12:25 PM 0 Sign in to vote User-1051986203 posted you can try this with query only, try with this code:;- create table Tblfinal (ID int, [FileName] varchar …

  5. Access to calculate cumulative sum in Query - DSUM performance …

    Nov 16, 2015 · Can somebody suggest alternative ways to replace the DSUM function to calculate cumulative sum in Query? Thank you very much! You can use a subquery. If you …

  6. Getting error "Could not find stored procedure 'sp_OACreate'" in …

    Jan 23, 2011 · SQL Azure prevents you from calling server resources; it is limited to pure transactional commands for the time being. sp_OACreate attempts to create a reference to an …

  7. How to include NULL in multi value parameters

    Jun 25, 2014 · Also using isnull () function to replace divname in other query. This might be the most effective work around. Reference: Null and Multi-value parameter possible Include Null …

  8. dynamically add validation in validationmessagefor a table using …

    Oct 7, 2021 · Archived Forums 341-360 > SQL Server, SQL Server Express, and SQL Compact Edition

  9. 2012 install fails installing 2nd instance - social.msdn.microsoft.com

    Sep 22, 2014 · Windows 7. Had 2008 R2 and 2005 installed. Uninstalled both. Running as admin, installed one named instance of 2012, seemed fine. Upon trying to install second named …

  10. regular expressions in transact sql - social.msdn.microsoft.com

    Aug 28, 2009 · i need some help tp write code in order to search the string ( regular expressions) in t- sql.