Viewing 12 posts - 166 through 177 (of 177 total)
I'm not an Oracle guy either, but did you mean this?
updatetesttab
setobd = b.ob_oblig,
vrd = b.ob_vchrd
from(selectsum(ob_oblig) as ob_oblig,
...
December 12, 2003 at 10:29 am
That's interesting. I was told my Microsoft that when installed on Windows 2000, you need to license virtual CPUs. When installed on Windows 2003, you need to license...
December 12, 2003 at 7:23 am
I think your error message got cut off from your post. Would you please repost your error?
Thanks.
December 11, 2003 at 2:55 pm
Are SQL Server and SQL Agent currently starting as LocalSystem?
Are you making this change from the server itself or from your workstation? Since the error message is...
December 11, 2003 at 2:35 pm
I haven't, but I have worked with SQL Anywhere. There's no reason why they shouldn't be able to coexist.
I wouldn't do it, just because I don't like to install...
December 11, 2003 at 2:11 pm
How much free disk space do you have? You will need some free disk in order to shrink the database.
December 11, 2003 at 2:01 pm
Would it be possible to change the clustering strategy on your view? If you can build a unqiue clustered index which respons better to your updates/inserts, you can create...
December 11, 2003 at 1:17 pm
Would it be possible to change the clustering strategy on your view? If you can build a unqiue clustered index which respons better to your updates/inserts, you can create...
December 11, 2003 at 1:17 pm
Another alternative would be to put all of the data in one varchar(8000) column, but add a second int column to distinguish the types of data. Thus, data of...
December 10, 2003 at 8:10 am
Another alternative would be to put all of the data in one varchar(8000) column, but add a second int column to distinguish the types of data. Thus, data of...
December 10, 2003 at 8:10 am
I'm sorry, but I can't see why mdaniel's query shouldn't work. I disagree with Calvin that it would require a unique key in this case, composite or otherwise.
December 10, 2003 at 7:57 am
Viewing 12 posts - 166 through 177 (of 177 total)