Viewing 3 posts - 1 through 4 (of 4 total)
I have not dropped any nonclustered index.Also we run on the same server against the same table and database.
July 25, 2016 at 12:58 pm
#1891890
DBCC CHECKDB looks good.
July 25, 2016 at 12:56 pm
#1891887
Hi, This will give you the file name alone
select right(@str,charindex('\',reverse(@str),0) - 1)
August 23, 2010 at 8:28 am
#1210475