Viewing 15 posts - 1,201 through 1,215 (of 18,926 total)
Just put all your code in 1 (n) sp(s) and call the correct sp, that makes only 1 line of code in your application and the clutter disappears.
Nothing wrong with...
November 14, 2011 at 1:49 pm
cljolly (11/14/2011)
Some are temperary and some are permanent
They should all be local temp. Why do you drop permament tables? How do you expect that code to function if...
November 14, 2011 at 1:48 pm
AndrewSQLDBA (11/14/2011)
Thanks Everyone, especially NinjaI have a couple big Ninja motorcycles, they are just wicked fast.
Andrew SQLDBA
You're welcomed! 😉
November 14, 2011 at 1:42 pm
GSquared (11/14/2011)
Brandie Tarvin (11/14/2011)
L' Eomot Inversé (11/14/2011)
Brandie Tarvin (11/14/2011)
November 14, 2011 at 11:38 am
Yes you can, but that often has the cost of poorer performance.
What do you need to accomplish (business requirement side of things)?
November 14, 2011 at 11:34 am
SQLRNNR (11/14/2011)
Brandie Tarvin (11/14/2011)
I get that. I do.
It just seems lately that there are a lot of people on this forum (including long-time posters like us) have been jumping on...
November 14, 2011 at 11:33 am
SQLRNNR (11/14/2011)
Brandie Tarvin (11/14/2011)
WOW......just... WOW.
EDIT: In regards to all the MERGE connect bug issues, that is.
Ah, thanks for clarifying.
T'was clear enough without the edit! 😉
November 14, 2011 at 11:33 am
GSquared (11/14/2011)
Ninja's_RGR'us (11/14/2011)
GSquared (11/14/2011)
Ninja's_RGR'us (11/14/2011)
GSquared (11/14/2011)
SQLRNNR (11/13/2011)
November 14, 2011 at 11:32 am
Well you can buld the columns name like that and then swap them in the presentation. I still don't see the issue with that option.
November 14, 2011 at 11:29 am
Using CTE instead of derived table.
;WITH CTE
AS (
...
November 14, 2011 at 11:10 am
Set max memory for sql server and make sure to leave 1-2 GB for the OS.
Aside from that, % of memory used is insignificant as a perf metric.
November 14, 2011 at 11:01 am
Can't help without seeing the code.
And since this is most likely mdx, can't help at all.
November 14, 2011 at 11:00 am
Has to be dynamic sql.
Or pivot in the front end.
Or pivot in sql then use front end to display the column name. Which you can dynamically concatenate sql server...
November 14, 2011 at 10:59 am
Read that whole thread. Especially the end.
http://www.sqlservercentral.com/Forums/Topic1154939-146-1.aspx
November 14, 2011 at 10:55 am
Viewing 15 posts - 1,201 through 1,215 (of 18,926 total)