Viewing 15 posts - 3,736 through 3,750 (of 5,504 total)
@all
Did you notice that "someone" added some new level names?
I noticed SSCoach (Gail, >15K points) and SSC-Insane (Jeff & Steve, >20K points).
Did I miss the announcement? Are there other new...
April 19, 2010 at 2:06 pm
Hi,
anybody of you folks influenced by the volcano eruption on Iceland?
We're getting low on components supplied by a U.S. company because there are no flights to Europe since last...
April 19, 2010 at 1:48 pm
The easiest way would be to to xp_cmdshell for it:
exec xp_cmdshell 'copy c:\temp\test1.txt + c:\temp\test2.txt c:\temp\test3.txt /y'
But, like with some other solutions which look simple at a first glance there...
April 19, 2010 at 12:45 pm
To expand Waynes suggestion:
Instead of changing "\ n" into commas you could add another column to your spreadsheet with incrementing values and add another column with a formula that creates...
April 19, 2010 at 12:11 pm
You might want to search BOL for "Database Mail [SQL Server], configuration scripts".
There are links to sample procs you could use/modify.
April 19, 2010 at 11:21 am
Step one would be to find the relevant rows in @t1. Those would be the latest selldte per TID. To find those, you can use a CTE (see BOL for...
April 18, 2010 at 3:12 am
Here is a list of related web-sites that should get you started.
April 18, 2010 at 2:42 am
Please have a look at the CrossTab and DynamicCrossTab articles referenced in my signature.
I think those articles will answer any questions you have regarding this pivoting issue...
April 17, 2010 at 6:50 pm
sagheeremail (4/17/2010)
April 17, 2010 at 6:45 pm
Your requirement is not clear. The way you describe it, it should already be covered with the quirky update. If not, please be a little more descriptive.
Btw: it's 2:30am over...
April 17, 2010 at 6:38 pm
Seems like the requirement calls for the quirky update (see Jeffs great article [/url] for details.
Side note: I decided to use a temp table to show the concept. As...
April 17, 2010 at 1:39 pm
What exactly is your question related to SQL Server?
April 17, 2010 at 1:15 pm
gregory.anderson (4/17/2010)
April 17, 2010 at 11:13 am
WayneS (4/17/2010)
lmu92 (4/17/2010)
@Wayne
: we're getting closer to the 00:45 you've been talking about 😀We probably will even be able to beat it!
That's what I'm talking about!
So, what the goal? 0:30?...
April 17, 2010 at 7:23 am
Viewing 15 posts - 3,736 through 3,750 (of 5,504 total)