Viewing 15 posts - 19,381 through 19,395 (of 59,072 total)
Jayanth_Kurup (10/23/2015)
Here is a screen shot with clustered index on the monolithic table on REF_AGE column as requested. Notice that it took 17 sec , just the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2015 at 8:19 am
Jayanth_Kurup (10/23/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2015 at 8:13 am
Jayanth_Kurup (10/23/2015)
I can demonstrate what I am explaining in my video , no gimmicks just plain tables and rows.If you have a few minutes , please add me on...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2015 at 8:06 am
robert.sterbal 56890 (10/23/2015)
Now what happens when a government decides to skip a day...
Then it's no longer "ISO". 😉
What's your real question?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2015 at 8:04 am
I have no idea how to do this in SSIS because I do these types of things using T-SQL. Hopefully, it might give you an idea.
I would do a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 7:49 pm
Hans Lindgren (10/22/2015)
Example:
(Summary: SWITCHing between T1 and T2)
--Table/Index creation
CREATE TABLE [dbo].[T1] ( [A] [INT] PRIMARY KEY);
CREATE TABLE...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 7:37 pm
Jayanth_Kurup (10/22/2015)
Horizontal table partitioning , link with performance characteristics document belowhttp://enabledbusinesssolutions.com/blog/does-partitioning-improve-performance/
I could be missing something on that link but it would appear that you've once again written an article about...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 5:19 pm
Alvin Ramard (10/19/2015)
Jeff Moden (10/18/2015)
Any "hybrid" DBAs...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 4:52 pm
Jayanth_Kurup (10/22/2015)
I wonder if we should test OLTP performance using data sets instead of actual row by row operations that will be encountered in production.
Its one...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 11:53 am
I realize that this is a really old post that I'm answering but, hopefully, it will help make someone's life a bit easier in the future.
Here's the code to make...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 8:37 am
xsevensinzx (10/22/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 7:45 am
xsevensinzx (10/22/2015)
J Livingston SQL (10/20/2015)
sreeya (10/20/2015)
The same Customer may purchase multiple times on the same day plus we have about 100 millions of active users. As I said facts table...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 7:16 am
Grant Fritchey (10/22/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 6:45 am
SQLCurious (10/21/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 6:09 am
Jayanth_Kurup (10/22/2015)
Clustered index only works when searching on the key column, it fails for all other DW use cases. A DW doesn't perform seeks it performs scans ( nobody...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2015 at 6:07 am
Viewing 15 posts - 19,381 through 19,395 (of 59,072 total)