Viewing 15 posts - 151 through 165 (of 1,999 total)
I'm dealing with a crappy proc, and a crappy design, right now.
The devs did the "Code first" design. In other words, the ORM designed the database for them.
I can't...
March 5, 2020 at 8:53 am
in 1918 the spanish flu (influenza A) killed somewhere up to 100 million people. we aren't there yet 🙂
it could hit hard in nations with older populations, like...
March 5, 2020 at 8:45 am
thanks guys - I think this will work nicely for me - also something I should have been researching since 2016, just never had the need to
March 5, 2020 at 8:39 am
Hell it's not just posted questions that are getting worse it's within our dev team
anyone else here wants to kill who ever invented Linq
just look at the end of the...
March 4, 2020 at 5:37 pm
someone mentioned today that office phones are disease carriers... if someone answers my phone while i'm away then I catch their germs.
As a practical joke 5 or 6 years ago...
March 4, 2020 at 5:19 pm
could be worse jeff - I called a colleague over for some guidance on who wrote some code... he talked me through the 5000 line long proc with cursors, functions,...
March 4, 2020 at 5:10 pm
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
oh man i wish i was in...
March 4, 2020 at 5:04 pm
no, it's a good thing.. but I read the stream and was waiting for the jeffplosion (trademarked) where you decided he was "response by agonising reponse" (see what I did...
March 4, 2020 at 4:55 pm
we've been laughing at this all day
https://www.nhs.uk/conditions/coronavirus-covid-19/
particularly since I'm recovering from flu and pneumonia
stay at home
not go to work, school or public places
not use public transport or taxis
ask friends, family...
March 4, 2020 at 4:41 pm
Is this a good example of someone who may have picked the wrong thing to do with their lives?
https://www.sqlservercentral.com/forums/topic/ssis-package-error-22
oh man i wish i was in that stream ......
March 4, 2020 at 4:31 pm
DECLARE @Primary BIT, @DB SYSNAME
SELECT @DB = database_name from msdb.dbo.sysjobsteps where job_id = CONVERT(uniqueidentifier, $(ESCAPE_NONE(JOBID))) and step_id = 2
SELECT @Primary = sys.fn_hadr_is_primary_replica (@DB)
IF @Primary = 1
BEGIN
SELECT...
March 4, 2020 at 4:00 pm
I tend to think that COVID-19 isn't as serious as many people think it is. I'm not minimizing it. People have died and that's very sad and serious. However,...
March 4, 2020 at 3:46 pm
I am one of those individuals that are at risk. In 1985, I was diagnosed with an incurable, potentially fatal disease: asthma. Now, age is not on my side...
March 4, 2020 at 3:38 pm
tokens is an interesting idea
the idea behind the proc is that we are consolidating quite a few servers onto a multi node server which is quite experimental hardware (I think...
March 4, 2020 at 3:01 pm
in 1918 the spanish flu (influenza A) killed somewhere up to 100 million people. we aren't there yet 🙂
March 4, 2020 at 12:33 pm
Viewing 15 posts - 151 through 165 (of 1,999 total)