About 15,900 results
Open links in new tab
  1. In SSRS , what is the equivalent of PATINDEX in TSQL

    Jun 11, 2013 · I guess Instr and InstrRev are equivalent to CHARINDEX in TSQL . In SSRS , what is the equivalent of PATINDEX in TSQL ? Are we missing this function in SSRS ? …

  2. How to remove special characters from Column and Update

    Oct 7, 2021 · How to remove Special Characters from Sql Server Table and update the column.

  3. How to Extract House Number from Address line in SQL?

    May 2, 2013 · Did anyone come across the solution to extract house number for the the first line of address? I've beem looked around online but most of the methods just focus on dealing with …

  4. Convert string into datetime with timezone

    May 21, 2012 · SQL Server 2005 Xquery includes support for dateTime values with timezone information. So you can use the built-in xquery functions to do the appropriate conversion.

  5. Restarting a sql server 2008 r2 - social.msdn.microsoft.com

    Feb 19, 2014 · i restated a sql server 2008 r2 in my local system and suddenly i lost all my Databases except system databases.

  6. Replace all string except '$' with single character

    Jan 28, 2013 · Is there anyway to replace all string with same character '*' except '$'?

  7. Query Actual Execution Plan Index Recommendations SQL Server …

    Oct 28, 2012 · In SQL Server 2008, if I execute a query and select 'include actual execution plan' then I would often get back the execution plan with recommended indexes. I don't seem to be …

  8. Index Optimize SQL Scheduled Job failing every week

    Jun 8, 2019 · Does anybody knows how to dig into deeper to troubleshoot below issue? We have a scheduled weekly Index Job maintenance is there and past 5 weeks this job keep on failing …

  9. Index Maintenance on Azure SQL Server User Databases

    May 20, 2019 · Note: Basic maintenance of SQL Server which is installed on Virtual Machine is the same as SQL Server which is installed on-premises. This is NOT a Platform-as-a-Service …

  10. Missing SQL Collation - social.msdn.microsoft.com

    Jul 7, 2015 · The server as well as the database collation are only default value for DDL Statements without explicit defined collation setting; the effectiv collation is defined on column …