WHAT OPERATOR PERFORMS PATTERN MATCHING?
Answer Posted / sreejith s t
LIKE operator performs pattern matching
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How do I start sql server agent automatically?
How to create function without parameter in sql server?
Explain active/passive and active/active cluster configurations?
what is sql server? : Sql server database administration
What happens on checkpoint?
what changed between the previous version of sql server and the current version? : Sql server database administration
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is store procedure?
When we should use @@error?
What is factless fact table? : sql server analysis services, ssas
Which autogrowth database setting is good?
Why use “in” clause in sql server?
Is sql different from sql server?
whats new about truncate in sql server 2008?
What are null values in ms sql server?