Viewing 15 posts - 1 through 15 (of 27 total)
That is a scary thought to most people. Change!
February 12, 2020 at 1:35 pm
It's Scary how your culture affects your day-to-day interactions with your co-workers.
February 20, 2018 at 11:53 am
why are you using: ( 'LAST_ORDER_DATE')
('LAST_ORDER_DATE' >= convert(datetime,'20170601',103))
AND
('LAST_ORDER_DATE' < convert(datetime,'20170930',103))
I would have thought it would be: (LAST_ORDER_DATE)
(LAST_ORDER_DATE >= convert(datetime,'20170601',103))
AND
(LAST_ORDER_DATE < convert(datetime,'20170930',103))
January 11, 2018 at 7:15 am
I had to change the CTE used to query the data out of the table. The PCT Free calc was not correct.
replace
CONVERT(Numeric(18, 1), 100 -...
June 9, 2016 at 7:20 am
I used the script at the bottom of the article. There was no terms table in the script so I used the test in the article. The only...
April 27, 2016 at 11:10 am
so I am getting an error:
An error occurred while setting up a binding for the "text" column. The binding status was "DT_NTEXT".
any suggestions?
I am on Windows 7 Pro, Sql Server...
April 27, 2016 at 9:35 am
the 2005 stored procs that modify system config values, and go out to AD or the server registry and disk subsystem. Basically the ones that can reach outside the...
January 22, 2013 at 8:14 am
I find the Ned Hermann Brain Dominance model a better predictor of behaiviour. The model describes four quadrants:
http://en.wikipedia.org/wiki/Herrmann_Brain_Dominance_Instrument
and assigns a role-based strength rating to each quadrant for a...
December 5, 2012 at 8:18 am
What rights on the server does the account that is running the agent have? You may have access but does the account that is running the agent
October 25, 2012 at 1:13 pm
Thanks!
September 21, 2012 at 6:58 am
it runs fine on my SS2012 and SS2008R2 dev databases. It just doesn't run on production. 🙁
May 31, 2012 at 9:13 am
check writes to tempdb the tipping point might be a working table set that has to be flushed to tempdb because of memory constraints. This is a real...
May 17, 2012 at 9:19 am
Viewing 15 posts - 1 through 15 (of 27 total)