Viewing 3 posts - 1 through 4 (of 4 total)
I found it. Here is my script which would have been a much better question in my opinion, as this shows a really ambiguous behavior :
create table #Table1 (col1 int,...
July 28, 2004 at 2:54 am
#516514
Even though I agree that there is some kind of a very weird behavior in some cases (I could also find one example of queries, for which I even opened...
July 28, 2004 at 2:34 am
#516510
The same table name can be used to create tables for different owners, that's why you need to specify which table of which user you want to change...
July 6, 2004 at 1:58 am
#513410