Viewing 15 posts - 7,501 through 7,515 (of 8,731 total)
Complete story at http://www.sqlservercentral.com/Forums/Topic1510608-392-1.aspx
November 4, 2013 at 8:13 am
In this article, you can find how to do it dynamic. But I still recommend to do all this formatting outside of SQL server.
November 4, 2013 at 8:12 am
It might not be normal, but it's completely possible. Some process might have needed that the transaction log grew up to 30GB and if it's a normal process, you shouldn't...
November 1, 2013 at 5:45 pm
The Dixie Flatline (11/1/2013)
[font="Wingdings"]Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.[/font]
Aren't you getting too far with this? 😀
November 1, 2013 at 1:03 pm
Alan.B (11/1/2013)
Looks like we have been reading the same articles 😉
More like he wrote the article you read 😛
November 1, 2013 at 12:19 pm
@g1 is overlapping itself as it's going from 2 4 to 3 4 twice.
@g2 does not have at least two distinct points. It's a single point referenced twice.
November 1, 2013 at 11:09 am
Sean Lange (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
Stefan Krzywicki (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
[font="Wingdings"]It should be the last font on the dropdown, Luis.[/font]
[font="Wingdings"]How...
November 1, 2013 at 10:50 am
The Dixie Flatline (11/1/2013)
Luis Cazares (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
[font="Wingdings"]It should be the last font on the dropdown, Luis.[/font]
[font="Wingdings"]How sure are you about...
November 1, 2013 at 10:47 am
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
[font="Wingdings"]It should be the last font on the dropdown, Luis.[/font][font="Wingdings"]How sure are you about that?[/font]
[font="Wingdings"]Pretty sure, I don't think...
November 1, 2013 at 10:31 am
For more information, I suggest you some more articles:
http://www.sqlservercentral.com/Authors/Articles/Jeff_Moden/80567/
November 1, 2013 at 10:02 am
Am I the only one that can't change the font on SSMS to Wingdings or something similar?
November 1, 2013 at 9:58 am
I'm not sure why are you doing this on SQL Server, it might be better on the front-end.
However, if you really need to format your output like this on SQL...
November 1, 2013 at 9:49 am
I'm not sure why would you want to do a CROSS JOIN. It will duplicate rows and might give you unexpected results. If you're updating a column with a constant,...
November 1, 2013 at 9:30 am
The lack of parallelism is just a part of the reasons why udfs slow down the code performance. I'll be glad to help (and I'm sure others will be as...
October 31, 2013 at 4:19 pm
Gabe T. (10/31/2013)
I should point out that #NewThings is itself not normalized (Metric1 and Metric2 should really be distinct rows in a separate table).
Not necessarily if those 2 metrics...
October 31, 2013 at 4:16 pm
Viewing 15 posts - 7,501 through 7,515 (of 8,731 total)