Viewing 15 posts - 1,051 through 1,065 (of 1,988 total)
August 23, 2017 at 12:09 pm
August 17, 2017 at 8:45 am
On a similar note do you have much experience with datawarehousing vs. OLTP?
August 15, 2017 at 11:56 am
August 9, 2017 at 2:22 pm
I'd go with librarian, the skills are pretty similar, organizing data for efficient storage and retrieval, worrying about securing access to important information and preventing data loss.
August 4, 2017 at 11:29 am
August 4, 2017 at 9:33 am
I have startdate and enddate parameters...
August 4, 2017 at 8:10 am
August 3, 2017 at 2:46 pm
July 26, 2017 at 10:58 am
If this is an SSIS package just add a SQL step to truncate the target table before loading it.
July 26, 2017 at 8:17 am
You could try adding technical_details_id to this index.
CREATE NONCLUSTERED INDEX [IX_tbTechnical_Details_sp_ref_no_incl] ON [dbo].[tbTechnical_Details]
(
technical_details_id,
[spt_ref_no] ASC
)
INCLUDE ( [mozart_ref_no]
)
July 25, 2017 at 11:07 am
July 24, 2017 at 12:47 pm
Can you imagine having to go thru all your SQL code and...
July 21, 2017 at 2:18 pm
Viewing 15 posts - 1,051 through 1,065 (of 1,988 total)