Viewing 15 posts - 3,061 through 3,075 (of 15,381 total)
MadAdmin (4/7/2015)
It is possible to read the same row twice with read committed, once before a change, then after the change.
All isolation levels have issues...
April 7, 2015 at 1:14 pm
djacobos (4/7/2015)
I am using 2 splitter function.
Your splitters are almost certainly the issue here. They need to come to a quick and painless death immediately if not sooner. Looping in...
April 7, 2015 at 12:52 pm
djacobos (4/7/2015)
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
My understanding was that instead of doing a NOLOCK on each table this would apply to the entire...
April 7, 2015 at 12:48 pm
Can you post your splitter function? That may very well be the culprit of the performance issues.
Also, I noticed you are using the isolation level read uncommitted. Are you aware...
April 7, 2015 at 12:11 pm
Hi and welcome to the forums. This can be done, even dynamically. Take a look at the articles referenced in signature about cross tabs, especially the second one about dynamic...
April 7, 2015 at 9:56 am
pmcamilleri (4/7/2015)
April 7, 2015 at 8:23 am
pmcamilleri (4/7/2015)
When you say connect directly, how can...
April 7, 2015 at 8:16 am
Why are you using a system DSN to connect here? Why not just make a direct connection and skip the system DSN.
April 7, 2015 at 7:54 am
below86 (4/7/2015)
Sean Lange (4/6/2015)
April 7, 2015 at 7:52 am
sunitkrishna (4/7/2015)
In my result set a few designations don't have values for any of the projects(These designations are not the same always).Currently I have replaced NULL with '0',but what...
April 7, 2015 at 7:02 am
mballentine (4/6/2015)
April 6, 2015 at 3:04 pm
mballentine (4/6/2015)
April 6, 2015 at 1:50 pm
Hi and welcome to the forums. In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form...
April 6, 2015 at 9:07 am
Why do you need to use dynamic code here? I see that you have a list of values in your variable but if those were broken out you wouldn't need...
April 6, 2015 at 7:26 am
What have you tried? It looks like you have already written the case expression you need. Just put it in as a column. In the meantime you really need to...
April 6, 2015 at 7:20 am
Viewing 15 posts - 3,061 through 3,075 (of 15,381 total)