Viewing 15 posts - 166 through 180 (of 2,452 total)
Hi....a word to the wise....please read this article and respond accordingly...you will be amazed how many tried and tested answers you get....it helps us help you.
https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
June 30, 2017 at 7:31 am
DECLARE @NextDayID INT = 4 -- 0=Mon, 1=Tue, 2 = Wed, ..., 5=Sat, 6=Sun
SELECT CONVERT(varchar(8),DATEADD(DAY, (DATEDIFF(DAY, @NextDayID, GETDATE()) / 7) *...
June 29, 2017 at 6:35 am
zoobly - Wednesday, June 28, 2017 1:36 AMAre those pics from Cornwall?
if you are referring to my pics....then the answer is...
June 28, 2017 at 5:00 am
Dont really need to go far this summer !......all this within 5 mins🙂🙂
June 27, 2017 at 10:22 am
by Itzik Ben-Gan
http://sqlmag.com/blog/tsql-challenge-reoccurring-visits
http://sqlmag.com/blog/solutions-tsql-challenge-reoccurring-visits
June 27, 2017 at 6:20 am
June 26, 2017 at 7:23 am
I recently inherited an instance where the trial had already expired. This happened around 3...
June 26, 2017 at 3:55 am
June 23, 2017 at 2:38 pm
like this ?? ...still need expected results
SET DATEFORMAT DMY;
CREATE TABLE #TestTable
(IDHAAndD VARCHAR(50),
IDClient VARCHAR(50),
IDStay VARCHAR(50),
LocationName VARCHAR(50),
...
June 22, 2017 at 11:29 am
me thinks it would be useful if you could please post your expected results.....will save any misunderstanding on your explanation.
Also....are you really storing dates as varchar?
Also....what defines the...
June 22, 2017 at 6:30 am
June 20, 2017 at 9:36 am
Hi,
I would like to Create Auto Insert Script - 500k records to load data...
June 20, 2017 at 8:19 am
you havent provided your expected results in the spreadsheet.......please clarify by reposting with expected results column
June 15, 2017 at 10:22 am
Viewing 15 posts - 166 through 180 (of 2,452 total)