Viewing 15 posts - 61 through 75 (of 7,165 total)
August 22, 2017 at 10:48 pm
August 22, 2017 at 10:34 pm
August 22, 2017 at 10:11 pm
August 22, 2017 at 9:55 pm
Well done. I appreciate the effort required to put an article like this together let alone the coding to build the tool itself.
I know a guy that hangs on this...
June 5, 2017 at 6:40 am
Assuming this Excel file will not be so large that you cannot do this synchronously, reliably...another idea would be a design where the Excel file would be created by the...
April 11, 2017 at 11:06 pm
In addition to what you have tried so far, it also helps if you provide the table definitions in the form of CREATE TABLE statements, sample data in the form...
April 8, 2017 at 4:03 am
You can definitely add a new method to an existing assembly. Altering the assembly will not automatically change the results of sys.assembly_modules. You also need to compile the complementary T-SQL object...
April 7, 2017 at 9:18 pm
Happy to assist. Please help by posting the table definitions in the form of CREATE TABLE statements, sample data in the form of INSERT INTO statements, the expected results based...
April 7, 2017 at 9:15 pm
@RandyAV, I read "Managing Time in Relational Databases" and am thoroughly enjoying the journey down the bi-temporal rabbit trail. I am driving a greenfield development effort at a large financial...
December 2, 2016 at 3:06 am
corey lawson (9/8/2016)
September 8, 2016 at 7:06 pm
Jo Pattyn (9/8/2016)
Great articleCould you change the where-clauses to use proper date-variables instead of strings
WHERE CalendarDate BETWEEN convert(date,'2/27/2016',101) and convert(date,'3/1/2016',101)
instead of
WHERE CalendarDate BETWEEN '2/27/2016' and '3/1/2016'
If you wanted to...
September 8, 2016 at 7:13 am
Love the topic. Calendar tables are quite useful, and are being considered more and more for use cases beyond the data warehouse.
September 8, 2016 at 7:09 am
speedcat (9/7/2016)
We are...
September 8, 2016 at 6:57 am
Viewing 15 posts - 61 through 75 (of 7,165 total)