Viewing 15 posts - 1 through 15 (of 30 total)
I'm trying to learn a new skill. I've never used powershell before. I thought using existing cmd batch routines Ive written as a good project to start with.
December 22, 2018 at 2:31 am
I use this code to work out AgeDECLARE @DateOfBirth DATETIME = '1980-07-12';
SELECT
DATEDIFF(YEAR, @DateOfBirth, GETDATE())
- CASE
WHEN (MONTH(@DateOfBirth) > MONTH(GETDATE()))
OR...
April 9, 2018 at 4:24 am
Where I work it is casual wear. We are pretty much free to wear what we want, within reason. Some people wear jeans, trainers and possibly a rock t-shirt etc. ...
November 1, 2017 at 10:00 am
For day in day out coding I prefer a dark background with pastel like code colouring as it is a lot easier on the eyes. Here's an example of mine.
June 2, 2017 at 2:37 am
10000003 | 10000004
-----------------------------
10000005 | 10000006
why arent there corresponding reverse entries?.......or am...
April 11, 2017 at 3:36 am
Thanks for that, but it's not quite there. I still wish to retain one of the 2 duplicates. This code removes both rows. I need one of the rows to...
April 5, 2017 at 10:32 am
We have a review process here that goes something like this:
* Issue raised by the client
* Incident log is then created
* Development item created and assigned...
January 27, 2017 at 4:14 am
That's exactly what I'm going to ask the Python developers to do.
Essentially, the whole process that gets us to this stage is a SQL databse being prepared and migrated from...
December 21, 2016 at 5:20 am
OOPs, that's my fault, ignore the commas at the end (i've edited my above post now)
The __clients and __entity_asset tables have no indexes. They get created by a python...
December 21, 2016 at 5:06 am
I think i've figured this out. The execution plan suggested the JOINs were the issue so I asked for the TSQL code.
He's got the following no no's as far as...
December 21, 2016 at 4:51 am
Thanks guys, I've asked him to get the execution plan.
If I struggle to see the issue, I'll get some DDL together.
December 21, 2016 at 3:48 am
morlindk (9/29/2016)
I think 'None of these queries' is correct.(i) Table has Score, queries reference TestScore => Error
(ii) Even option 3 produces '9', not '9.0'
/morten
I think the correct answer is...
September 29, 2016 at 4:57 am
ZZartin (9/23/2016)
September 23, 2016 at 8:30 am
I find I learn more and retain more knowledge through "doing". I watch and read tutorials all the time, and they stick partly with me until I am doing...
September 23, 2016 at 8:17 am
Viewing 15 posts - 1 through 15 (of 30 total)