Viewing 15 posts - 2,941 through 2,955 (of 59,086 total)
It's easy to find out when technology is "good enough"... just wait a bit for the next change. The trouble is, it's frequently the prior change that was good enough...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2022 at 12:38 am
Have you checked the SQL Server logs for deadlocks? And I'm pretty sure that the MS documentation is correct about MicroSeconds.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 8:15 pm
Perhaps it wasn't a trailing space. Perhaps it's a "hard space" (Char 160 in ASCII) or something else like a "Control Character" (ASCII characters <= CHAR(31), which includes things like...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 8:08 pm
Thank you for the feedback. And no problem on additional questions.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 2:54 am
Then vendor says that it's a Microsoft problem so i have to contact Microsoft .... So you understand that i am alone ..
Lordy. I'd be interested in knowing the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 2:49 am
Doesn't it just mean that the second IF failed to return a non-null, non-blank, numeric and so qualified for the third IF?
Put a SELECT @Result after the end and before...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 2:25 am
hello, I'm nee here and new to SQL DBA, so forgive how pedestrian I am about to sound. I am learning to create filegroups using GUI and TSQL, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2022 at 2:05 am
i want to know how i can use the date dimension table. I am trying to sum all my sales for month, quarter and Year...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 20, 2022 at 4:14 pm
Just to be sure, when you say "VSS", are you good folks talking about "Visual Source Safe"?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2022 at 8:16 pm
Now has got the answer he wanted he's deleted the evidence. 🤣
Now you know why I frequently quote the original post. He also deleted the post on his other...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2022 at 5:17 pm
Hey,
I have Windows 10 running SQL Server Express 64-bit and I purchased SQL Server 2016 Standard (genuine) key. I want to upgrade and I'm having difficulty figuring out...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2022 at 4:53 pm
Passed the initial screening and now have a SQL interview. Dabbled with SQL for a few months now but there are a lot of resources that I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2022 at 4:46 pm
@Chrissy321...
Did that last hint help you succeed?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 18, 2022 at 8:00 pm
To my point - if you are using datetime or datetime2 and need to be accurate across time zones, then you must have some method of determining the offset...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 18, 2022 at 7:39 pm
p.s. The links in the signature lines of both Mike and I will get you better/actual coded answers more quickly.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 18, 2022 at 6:11 pm
Viewing 15 posts - 2,941 through 2,955 (of 59,086 total)