Viewing 15 posts - 7,081 through 7,095 (of 18,923 total)
I just did a retest on my system and I can safely rename and un-rename the procs without any problems...
Whatever you did is most likely not a direct effect of...
March 2, 2011 at 11:56 am
NewBeeSQL (3/2/2011)
Even restart did not help...still the same error....:crying:
Like I said, we're missing something real stupid.
Did you reset the permissions after creating the proc?
March 2, 2011 at 11:53 am
Try it, but I have a bad feeling we're missing something stupid...
March 2, 2011 at 11:33 am
Actually I would clear the proc cache for that db before doing a reboot... less drastic and might work.
March 2, 2011 at 11:23 am
Craig Farrell (3/2/2011)
March 2, 2011 at 11:22 am
Close ssms, reopen.
Go to the db, procedures, select THAT procedure then delete.
Then use the script to recreate it.
March 2, 2011 at 11:03 am
Save a copy of the script. Then try manually deleting the proc and then recreate it. If it still doesn't work then something else has been changed in...
March 2, 2011 at 10:44 am
Have you tried exec dbo.sproc_NR_EWMDupVIN params.......?
March 2, 2011 at 10:33 am
Can you post the sp code here and how you are calling it?
March 2, 2011 at 10:28 am
Is it the same owner as the orignal?
Do you have the same name / owner as you have in the proc code?
March 2, 2011 at 10:24 am
Look at my code again. It's select * from dbname.owner.tblname
You need all 3. And if you need to use brackets then you need to close the brackets before...
March 2, 2011 at 10:11 am
Use my code. You'll just have to list all the columns you need compared in both queries instead of select *.
March 2, 2011 at 9:49 am
SELECT * FROM master.sys.objects
EXCEPT
SELECT * FROM msdb.sys.objects
March 2, 2011 at 9:35 am
How big are the diffs and log (avg daily).
March 2, 2011 at 8:26 am
I was first thinking unreleased spacefrom ntext or image datatypes. But it is being released so that can't be it (dbcc cleantable would have solved that).
The only real question...
March 2, 2011 at 8:11 am
Viewing 15 posts - 7,081 through 7,095 (of 18,923 total)