Viewing 15 posts - 7,081 through 7,095 (of 18,926 total)
NewBeeSQL (3/2/2011)
am the db_owner...even i did renaming on other systems succesfully. i dont know what went erong this time....
I don't know how urgent this is for your company, but...
March 2, 2011 at 12:00 pm
NewBeeSQL (3/2/2011)
am the db_owner...even i did renaming on other systems succesfully. i dont know what went erong this time....
Are you able to call other procs from the same query...
March 2, 2011 at 11:59 am
Have you tried the restore path with reimport?
I'd try that with your latest backup and the current copy of prod, but on a test server. See if that solves...
March 2, 2011 at 11:57 am
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
Viewing 15 posts - 7,081 through 7,095 (of 18,926 total)