Viewing 15 posts - 31 through 45 (of 2,840 total)
Why would SQL Pass want to list the candidates in the order of committee ranking? The slate has been ratified, so it should be just the names of the candidates...
September 18, 2014 at 6:08 am
Hey Jim,
you are right about the data being in the memory for tables that are accessed regularly. But what about the write speed? Even when the data is persisted, the...
September 18, 2014 at 6:01 am
Hey Patrick,
There is an improvement performance. But Interpreted T-SQL does not perform like the compiled stored procedures. In SQL 2014, there was some major work done on the query optimizer...
September 18, 2014 at 5:52 am
I advised the OP to go for Set based. I hope he does not think that SQL 2014 will magically get everything to run faster.
September 17, 2014 at 1:16 pm
I got someone asking if Cursor will work fast on memory based objects.
It felt like the OP would upgrade to SQL 2014 so that he/she can make the cursor...
September 17, 2014 at 12:53 pm
I strongly recommend not to use cursors. Whether be it on a disk based or a memory optimized. You still have to loop through each row. I am sure you...
September 17, 2014 at 12:38 pm
Hi Gabriel,
In this version of SQL server, the execution of T-SQL statements does not need require that many instructions to execute it. Also if you create compiled stored procs, it...
September 16, 2014 at 5:43 am
Hi Simthembile,
You will have to manually migrate the objects. Please keep in mind that it is not recommended to make all disk based tables into Memory objects. You might end...
September 16, 2014 at 5:39 am
One thing you can do is to make sure the Job is enabled on the right node.
You can achieve this by having another job running on both the primary...
September 4, 2014 at 2:06 pm
Thx guys..
There was not SQL Saturday this year. We will have one during memorial day weekend next year.
Jack, hopefully we can meet each other this time around. 🙂
September 4, 2014 at 11:15 am
Greg Edwards-268690 (9/4/2014)
Roy Ernest (9/4/2014)
Do we have any new...
September 4, 2014 at 8:03 am
So ANSI Joe is still at it? It has been a very long time since I have been to the forums.
Do we have any new ANSI Joe twin? I...
September 4, 2014 at 7:35 am
You nailed it on the head. The domain name was wrong. I set it up with .com but our domain is different. Thanks Perry.
May 7, 2014 at 6:49 am
Damn it.. I miss the hugs from Miss Shaw. 🙂
April 24, 2014 at 12:04 pm
Viewing 15 posts - 31 through 45 (of 2,840 total)