Viewing 3 posts - 1 through 3 (of 3 total)
The query I posted does not treat image datatype. So if you have images stored in your database that is the message you will get.
You can modify the query to...
January 25, 2005 at 9:53 am
#538989
Remove the dot after the AS DT.
DT is to name the derived table used in the query.
You can then make reference to it by using this alias.
October 1, 2004 at 5:39 am
#525005
The sys owner is a flag in sysobjects. See if xtype of your sysobjects is set to S or U. Check if the allow update flag is set to 1 using...
September 20, 2004 at 10:51 am
#523696