Viewing 15 posts - 3,841 through 3,855 (of 4,081 total)
I'm not sure pivot/unpivot will solve this problem, but I've been wrong MANY times before.
How many unique member IDs will be in the actual table on production? ...
January 9, 2009 at 8:34 am
And in other parts of the country, we have a high of 60 expected in northern Mississippi and I'm wearing short sleeves. Back to you Matt..... ...
January 9, 2009 at 8:26 am
It's just getting over-crowded. Nothing a horseman or four can't cure, but be careful what you wish for.
January 8, 2009 at 11:04 am
We call them "beer barns" down here.
January 7, 2009 at 12:51 pm
Convenience stores in Louisiana have drive through windows where you can buy daiquiris, which they keep ready-made in big icee/slurpee machines. 😎
January 7, 2009 at 12:31 pm
Well... you could always contact the admin like the message says.....
Or, you could create a temporary table or table variable and store the output from the stored procedure there. ...
January 7, 2009 at 10:18 am
I can't remember if this works prior to 2005, but give this a try.
select distinct s1.name as MainView, s2.Name as ViewUsed
from sysdepends d
join sysobjects s1 on s1.id = d.id
join...
January 6, 2009 at 4:50 pm
But I am standing backwards also!
Like Bud in "Meet the Robinsons" ??
January 6, 2009 at 4:29 pm
Good explanation and most informative. At first I didn't see that the lines of a polygon on a globe could be seen as either defining the smaller area...
January 6, 2009 at 1:03 pm
Got an answer from another site. The problem is ring orientation. Reversing coordinates in positions 2 and 4 will make @g3 a valid polygon string. ...
January 5, 2009 at 2:36 pm
Essentially you are keeping a running total of the itemvalues and comparing it to the tranvalue. (Reading from last to first, as you said.)
Would it ever...
January 4, 2009 at 2:23 pm
The best thing I can say for storing XML in the database is that it let us store the original XML received when a policy decision was made to not...
January 4, 2009 at 1:43 pm
Nothing to excuse 🙂
I was just trying to direct you to another forum where you might get a faster answer. But Mr. Young nailed it. ...
January 4, 2009 at 1:32 pm
Viewing 15 posts - 3,841 through 3,855 (of 4,081 total)