Viewing 3 posts - 1 through 3 (of 3 total)
In my experience the most push back against DevOps comes from people that don't understand it. There are a lot of people that think that DevOps has not controls and...
October 26, 2020 at 5:04 pm
Usually you use the recorset as it is returned to the calling application. Such as in VB.NET you create your data adapter and your data table. Then when...
November 25, 2009 at 11:05 am
How about using a group by and row_number in a join?
CREATE TABLE #DateTable(Date1 datetime)
INSERT INTO #DateTable ( Date1 ) VALUES ( '2009-10-26')
INSERT INTO #DateTable ( Date1 ) VALUES ( '2009-10-26')
INSERT...
October 26, 2009 at 10:35 am
Viewing 3 posts - 1 through 3 (of 3 total)