Viewing 15 posts - 1 through 15 (of 103 total)
I have worked with a few data scientists and none of them can do DBA work. The two areas are so distinctly different. Every data scientist I have worked with...
October 1, 2020 at 9:50 pm
The good/bad news is all that I can find in any event logs is "The SQL Server (MSSQLSERVER) service terminated unexpectedly. It has done this 1 time(s)." There is nothing...
April 24, 2019 at 6:58 am
I will definitely be planing upgrade. That will be fun seeing as it is in a vendor app and we have no test bed for changes. So fun dealing with...
April 18, 2019 at 8:22 pm
The instance has had no patching so only the installed version without any patches.
And yes I am concerned.
April 15, 2019 at 8:08 pm
Have a look a coalesce and see if it meets your needs MS coalesce article
March 8, 2018 at 12:07 pm
I've worked with a lot of very good database people that were pre courses (started our careers in the early 80's) so all self taught. They would definitely have some...
January 11, 2018 at 7:27 pm
Is it that you are trying to join this result set with another table?
April 22, 2017 at 11:20 pm
Thanks Luiz and Drew for puting me straight, much appreciated.
May 26, 2016 at 12:55 pm
Try running with the variable dates in dd-mon=ccyy format to help with debugging, ie '01 jan 1900
May 26, 2016 at 12:25 pm
Please read some of the article on this site about cursors, The discussions are fantastic and if you are thinking of working in the DB world, and I highly...
September 18, 2015 at 1:55 pm
OK Fair call. So make sure MMM is equal to the abbreviation for the language installed, but it works regardless of the dateformat set.
May 2, 2015 at 2:02 pm
My favorite date format for hard coded dates is dd mmm yyyy, so 15 apr 2015. I can't see any valid date format set on the server or db...
May 1, 2015 at 5:38 pm
check for duplicate values in the table you are joining to. The dups will be on the joining field.
December 15, 2014 at 12:02 pm
have a look at the case statement and use it in your select query. It will have a performance hit. Have you als othought of creting a lookup...
November 20, 2014 at 11:51 am
Viewing 15 posts - 1 through 15 (of 103 total)