Viewing 15 posts - 1 through 15 (of 138 total)
SQLNightOwl (2/16/2016)
Chris Quinn-821458 (2/16/2016)
February 16, 2016 at 8:36 am
In the UK if a holiday such as Christmas Day, Boxing Day or New Year's day falls at the weekend, the public (bank) holiday always moves to the start of...
February 16, 2016 at 4:01 am
As I always say, it ain't the tool that is used that's the problem, but the tool that uses it.
January 5, 2016 at 8:46 am
Huge numbers of bank ATM systems run on XP based systems, so generalisations saying its not fit for use are pointless.
January 5, 2016 at 8:13 am
I presume you mean this one?
http://www.sqlservercentral.com/articles/SQL+elapsed+times/101971/
I shall read and digest it!
May 21, 2014 at 12:48 am
The dates and times we get are provided by an external source and do not contain the offsets, so we would need to derive these from location, from a lookup...
May 20, 2014 at 8:43 am
The log shipping is set to leave the target in standby mode, but when it goes wrong it seems to be leaving the database in no recovery mode
November 26, 2013 at 2:57 am
A restore of the offending transaction log worked.
I have noticed that the database, when the log shipping fails, is shown as "Restoring" in the database list, so has the previous...
November 25, 2013 at 3:00 am
Each database saves to the same location on a NAS drive, but into a database specific subdirectory, and the SQL service has full permissions to the location
November 22, 2013 at 4:12 am
The files exist and are being copied correctly every 15 minutes
November 21, 2013 at 8:53 am
You need to group by just the date portion of CHECKTIME - try this or similar
SELECT inf.SSN AS EmpNo, Format(ck.CHECKTIME, "dd/mm/yyyy") AS CHKDATE,Min(ck.CHECKTIME) AS TIMEIN, Max(ck.CHECKTIME) AS TIMEOUT
...
May 16, 2013 at 2:38 am
I think I have discovered something that is possibly significant!
As stated previously, the data is a set of key/value pairs, with a datatype (D = Date, N= Number, S =...
April 4, 2013 at 3:29 am
Viewing 15 posts - 1 through 15 (of 138 total)