Viewing 15 posts - 8,641 through 8,655 (of 18,923 total)
That's the thing Gift... it's not even a database change. My customers wants to add a column in the middle of the report which basically shows (SUM(Cola) + SUM(ColB)...
December 8, 2008 at 6:54 pm
are you qualifying the proc name when calling it?
December 8, 2008 at 11:48 am
I'm using VS 2005. I'm right-clicking all over the place (from the bottom to the top) and I'm never given the option to add the column where I want...
December 8, 2008 at 10:36 am
Can't be done... and shouldn't be done (by design).
What exactly do you want to do?
December 8, 2008 at 10:05 am
Yup, that solution solved my problem, thanx for the help.
Now I have more respect for ms access... that iif works in there ;).
December 8, 2008 at 6:03 am
I can add to that list quite easilywhich will put you on the right tracks...
once the query sees it can use the index, it will choose a seek if the...
December 7, 2008 at 7:57 am
Correct me if I'm wrong (I never worked with the text datatype), but I think this is what Jeff means :
SELECT id, CONVERT(NVARCHAR(MAX), ColName) AS ColName INTO #temp FROM...
December 7, 2008 at 7:09 am
I think it might be easier to answer a question like "Why do we exists or why am I here in this lifetime?".
Without trying to discourage any new commers, performance...
December 6, 2008 at 10:34 am
I just had another idea... maybe it can lead you on a new path...
how about using temp tables to build the resultset but with twist :
1st : analyse all...
December 6, 2008 at 5:22 am
What's the db name?
Do you use brackets around it (just to make sure to avoid any unforseen bugs)?
December 5, 2008 at 6:20 pm
Yes...
Another trick that can come in handy for the cases where you need to search like this : '%Y'
You canadd a calculated column like this : ALTER TABLE dbo.tbl ADD...
December 5, 2008 at 6:17 pm
Thanx for the reply... the weird thing is that half the time it works (when there's no data to display, the iff works, but when the amount is 0, it...
December 5, 2008 at 3:05 pm
JohnG (12/4/2008)
December 4, 2008 at 10:23 am
I'd still try the import wizard... it has surprised me quite a few times. Worst case scenario, you're still stuck at the same place.
December 4, 2008 at 10:01 am
Viewing 15 posts - 8,641 through 8,655 (of 18,923 total)