Viewing 15 posts - 1,306 through 1,320 (of 18,926 total)
BI is the hardest because of the all-around knowledge to be useful in the work place. So dev.
November 13, 2011 at 8:35 am
In real life experience counts for a hell of a lot more than certs.
Show you can help someone and they'll hire you.
November 13, 2011 at 7:59 am
This is not sql server syntax.
If you're on 2K5, I think you have to do it in 2 steps (3)
Save results to temp table (optional)
Update based on inner join,
then insert...
November 13, 2011 at 7:54 am
If you go the "send full db" way. Please make sure that the datafiles of the restored db are under 10GB. I'm on express so I can't restore...
November 13, 2011 at 7:52 am
JonFox (11/13/2011)
November 13, 2011 at 7:49 am
JonFox (11/13/2011)
Ninja's_RGR'us (11/13/2011)
That code never finished in a cursor and it probably won't this time either. (Yes I know you didn't...
November 13, 2011 at 7:47 am
P.S. 100K + prospect, millions of prospect campains.
That code never finished in a cursor and it probably won't this time either. (Yes I know you didn't know :hehe:).
November 13, 2011 at 7:39 am
JonFox (11/13/2011)
Ninja's_RGR'us (11/13/2011)
Making that update is rather easy, but making it run fast is a hell of another story.
...which is why I'm interested in understanding more about why performance is...
November 13, 2011 at 7:38 am
What's I'd do here is make a coy of prod.
Drop all non-needed tables, even the asp.net ones. I<d drop all functions & sps as well.
Sanitize the sensitive information.
Then take...
November 13, 2011 at 6:48 am
I'm willing to give this a shot. But there's way too little data to get anything meaningfull performance wise.
I understand you need to sanitize the data (P.S. you might...
November 13, 2011 at 6:43 am
Thanks for the info I can't be guessing around here.
Please post the table create script including keys & indexes.
Bugs are usually super edge cases with a lot a special requirement...
November 13, 2011 at 6:28 am
traceon activate the trace flag.
1222 is the flag number
-1 means global to all connections. So when you do that EVERYBODY on the server is affected.
This is what...
November 13, 2011 at 6:25 am
Marios Philippopoulos (11/13/2011)
_Beetlejuice (11/12/2011)
Are the execution plans on the dev and live environments the same?Plans are quite different.
Good, that leaves only a few 100 options on the table. How...
November 13, 2011 at 6:23 am
This might be a bug, I'll have to spend some time on it tomorrow.
What's that code supposed to do anyways? The query looks weird to me.
November 12, 2011 at 7:31 pm
Viewing 15 posts - 1,306 through 1,320 (of 18,926 total)