Viewing 6 posts - 16 through 21 (of 21 total)
Hi All,
When I run the code as discussed in above posts, I get the error " Insert Error: Column name or number of supplied values does not match table definition."
July 5, 2011 at 3:58 pm
I tried the second way but it gives me the following error.
Insert Error: Column name or number of supplied values does not match table definition.
June 28, 2011 at 2:48 pm
Ok. Thank you!!
Have another question...
I want to insert results from sp_depends into a table
SET @sql = 'USE '+@db_name+' EXEC sp_depends '+ @table_name
insert into ##tmp
EXEC (@sql)
But with that I also...
June 28, 2011 at 1:13 pm
Thanks a lot for your rely..it helped!!
Does it also applies if I have a tablename like ##temp1?
June 28, 2011 at 9:50 am
Thanks for the reply.
But I want to find the dependency of those objects which are not yet written in database.
Is there any way?
June 21, 2011 at 8:15 am
Viewing 6 posts - 16 through 21 (of 21 total)