Viewing 7 posts - 1 through 7 (of 7 total)
I have done this a couple of ways over the years.
April 29, 2020 at 11:18 pm
You could try using TRY_CAST or TRY_CONVERT in your CASE but this will just hide the problem.
You're better to deal with the issue once then ignore it and deal with...
February 6, 2020 at 11:45 am
Hi nsm2909,
Give this a try, it should get you started.
Note my figures are slightly different to your example as I truncated the timestamps in my table
;WITH CTE...
February 6, 2020 at 10:54 am
Have you checked this?
https://blogs.msdn.microsoft.com/euanga/2006/07/11/faq-why-does-ssms-take-45s-to-start-up/
🙂
May 15, 2018 at 5:53 pm
I use Laptop for work, and like all of you will VPN / RDC into machine / server from home if warranted. I am lucky in that after hours work...
July 15, 2013 at 12:12 am
Thanks for doing the lead up work on this, it should be a good starting point for what I am working on 😀
November 14, 2011 at 2:53 pm
Viewing 7 posts - 1 through 7 (of 7 total)