Viewing 15 posts - 14,041 through 14,055 (of 18,923 total)
No because a view is not a table, you can add a column to a table but you only add a column in the select of the view (view definition).
Are...
August 23, 2005 at 11:57 am
Can you expand a bit more on the task at hand??
August 23, 2005 at 11:46 am
I don't remember the actual exact reason for this, but what happens is that the crlf gets cut on 2 separate lines so it stops working. ...
August 23, 2005 at 11:45 am
from (fooTable foo
inner join barTable bar on foo.id = bar.ForeignKey) is an inner join
..., #tmpDates >> is a cross join
but if you...
August 23, 2005 at 11:34 am
Make sure you have a covering index on those 2 columns (assuming it's not already included in the clustered index). That'll allow the server to use an index instead...
August 23, 2005 at 11:26 am
You're working backwards... do the work from the other server, everything will be easier that way.
August 23, 2005 at 11:23 am
Good, then I can go back to my perfect self >> back into character
.
August 23, 2005 at 9:44 am
Can you send a sample name from a Bulgarian costumer?
The concat method just can't work faster than the normal sql methods... but I'll trust your tests on this one.
I meant...
August 23, 2005 at 9:35 am
Can you post a sample script that exposes the problem >> create tables, triggers, keys, indexes, relations and constraints.
Insert data, run query where the data balances,
reinsert new data that makes...
August 23, 2005 at 9:26 am
Yup, but unfortunately I can't give you confidence so obviously my makers didn't make me perfect, yet!!!!
August 23, 2005 at 9:24 am
So your programmers never fail to validate data and there's no way that a new data import procedure can screw up the data????????
August 23, 2005 at 9:20 am
Do you have comments around that line? I know there is a little interpretation bug when that happens.
August 23, 2005 at 9:16 am
Doubling it is simpler... just an easy s/r.
August 23, 2005 at 9:00 am
Viewing 15 posts - 14,041 through 14,055 (of 18,923 total)