Viewing 15 posts - 2,191 through 2,205 (of 5,356 total)
Actually what i was trying to do is ( As discussed in my previous Query) transposing a table which is having 24 Columns and 2500 Rows,
In that case , if...
March 17, 2004 at 12:09 am
Am I having a deja vu or is the above post more or less the same as Jonathan already said three posts above????
Not to be offending, but once in a...
March 17, 2004 at 12:05 am
I don't know the book and after this review I certainly never will.
But let me say respect for stating your honest opinion instead of writing some nice marketing blahblah!
March 16, 2004 at 1:29 am
Default for the server is the last one you connected to.
Default db you set via sp_defaultdb.
One out of two is not bad
![]()
March 15, 2004 at 7:59 am
I see. I thought you wanted to have those two identical tables permanently.
![]()
March 15, 2004 at 6:47 am
Thousand posts!!
Big congrats to you, Jonathan
![]()
March 15, 2004 at 6:40 am
May I ask why you have two different tables with the same structure and the more or less same data in two different databases?
March 15, 2004 at 5:29 am
Ok, now I got it.
I'm not sure if I would do this in T-SQL.
Measures of dispersions are measured as the deviations around the mean. The variance and standard deviation,...
March 15, 2004 at 4:06 am
For your second question, search this site for crosstab. Should return some scripts that will do this.
For your first question, can you explain a bit more what you mean?
March 15, 2004 at 12:41 am
To add to Andy, you should really prefer having multiple small sp_procs rather than passing such a parameter to one generic sp_proc. Why? This should explain it.
March 14, 2004 at 3:05 pm
Although dynamic sql seem to be a solution, one might be inclined to read this for the pitfalls of that approach. Moreover I would also recommend reading the article...
March 12, 2004 at 7:44 am
I would first think about the actual need to change everything.
VARCHAR(n) makes sense when you expect significant differences in the length of the information to store. If that is not...
March 12, 2004 at 7:17 am
That one I have already. Next will be to have an include file I pass an array of values (parameters) that returns the recordset to work with.
Does ASP support...
March 12, 2004 at 7:06 am
Now that's a nice way to smartly save some typing. Thanks, I'll try it!
March 12, 2004 at 6:49 am
John,
Well this is what the microsoft ratbastards passing themselves off as product developers excel at: changing fundamental functionality from version to version and causing people to have to go...
March 12, 2004 at 6:27 am
Viewing 15 posts - 2,191 through 2,205 (of 5,356 total)