About 8,010 results
Open links in new tab
  1. Replacing multiple spaces with a single space

    May 21, 2008 · Hello, You can replace any character that is following each other. I had some notes on this topic and a function with scripts. But actually they're also using WHILE loop Here is the article, …

  2. Replace NULL Value In Date Field - social.msdn.microsoft.com

    Jul 2, 2014 · Like in Sql Server do we have a Replace function or ISNULL function which exactly works..

  3. Function for date sequence - social.msdn.microsoft.com

    Dec 31, 2018 · Thank you so much for your suggestion. the function you suggested has hardcore the value based on the paramaeters passed .i want to increment +1 whenever i call the function.

  4. How to pass variables through PowerShell (Invoke-SqlCmd) AND use …

    May 31, 2016 · The way to convert Agent Tokens to T-SQL is to convert the ESCAPE_SQUOTE macro into T-SQL code. You can use parameters and insert the correct value to the parameter.

  5. Passing multiple parameters to a function - social.msdn.microsoft.com

    Aug 7, 2013 · There are a few ways to skin this cat, but I would replace the scalar function with a table function that accepts either a comma separated list of arguments or a table valued parameter.

  6. How to call oracle function using C#? - social.msdn.microsoft.com

    Jan 11, 2011 · SQL> SQL> create or replace function get_emps 2 (p_args in qry_params ) 3 return sys_refcursor 4 as 5 stmt varchar2(32767); 6 rc sys_refcursor; 7 begin 8 stmt :=' select * from emp'; …

  7. dynamically add validation in validationmessagefor a table using jquery ...

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

  8. USERPRINCIPALNAME function not found in SSAS Tabular

    May 29, 2019 · And the Model itself is set to compatibility level = 1200. Why does the one server bomb out when it tries to reconcile USERPRINCIPALNAME () function? Todd C - MCSE SQL Server …

  9. is there any TOOL to convert sql code to SQLCMD

    Jan 15, 2012 · Question 0 Sign in to vote is there any TOOL,function,stored procedure to convert sql code to SQLCMD like i put my code and it convert and print the code in format "SQLCMD" instead i …

  10. String tokenizer in sql server 2005/2008 - social.msdn.microsoft.com

    Jun 25, 2009 · I have a table with a column having values like Sam_1_Mike_2 and i was looking for in-built function to string tokenize given the special character. But so far, couldn't find any suitable string …