Technical Article

GetDateInString

This function will return a value of date if found within a string, the date format in the string will vary. If no date is found a null value is returned

3.33 (3)

You rated this post out of 5. Change rating

2013-01-17 (first published: )

1,261 reads

Blogs

Visualising SQL Server in Kubernetes

By

The other day I came across an interesting repo on github, KubeDiagrams. What this...

Picking a Starting Table in Test Data Manager

By

I wrote about getting the Redgate Test Data Manager set up in 10 minutes...

SQL Server Migration Using a Distributed Availability Group

By

SQL Server migrations are a headache, ask anyone who’s been through the pain of...

Read the latest Blogs

Forums

sql server not responding

By aman

SQL server became slow before I ran exec sp_updatestats

Counting Bits II

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Counting Bits II

Unreliable Narrators

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Unreliable Narrators

Visit the forum

Question of the Day

Counting Bits II

What is the result of this query in SQL Server 2022+?

select bit_count('7')

See possible answers