Hi,
i want to drop table partition in sql server 2008 r2.
I am using below query...
DROP PARTITION SCHEME dbo
partition name abc and scheme name dbo.
when i run above query i got below msg...
Cannot drop the partition scheme 'abc', because it does not exist or you do not have permission.
However i already set permission of admin.
Help me.
Loading

Iftikar HussainPosted Aug 12, 2013, 7:43 AM
Regards,
Iftikar
Ravi ShekharPosted Aug 12, 2013, 7:36 AM
Iftikar HussainPosted Aug 12, 2013, 7:26 AM
try without dbo
DROP PARTITION SCHEME abc
Regards,
Iftikar