Viewing 15 posts - 16 through 30 (of 31 total)
Gail,
From that article, did you read the very last part as show here:
It is quite simple to fix this error, but you will need to delete all the Metadata pertaining...
September 13, 2012 at 4:11 pm
Hi Gail,
>> DBCC SQLPerf(LogSpace)
The above command is returning info that is of no use (that I see) in solving this issue:
How do I tell what log file for db...
September 13, 2012 at 4:06 pm
Gail,
Here is just one of the articles that you've suggested I throw away. Take a look at the bottom and advise...
http://stackoverflow.com/questions/5946153/why-do-we-need-the-ldf-files-along-with-mdf-files
Thanks, Stanley
September 13, 2012 at 3:52 pm
>> moved statistics and text/Image data
I don't want to save anything from these filegroups or their tables as I've already copied their image data to its new destination.
For my learning...,...
September 13, 2012 at 3:47 pm
Hi Gail,
>> No, it's not complaining that the tables are not empty. It's complaining that the file is not empty. There's still an index or a table in that filegroup,...
September 13, 2012 at 3:33 pm
Hi Lowell,
Running your script returns no records and I see no way of identifying what else is there. I DID explicitly deleted all indexes first before deleting the table....
September 13, 2012 at 3:12 pm
Gail,
>> You have to drop all tables and indexes that are on the filegroup you want to remove. Not empty the tables, drop them. Once there are no objects...
September 13, 2012 at 1:51 pm
Check for screenshots now...
September 13, 2012 at 1:42 pm
Hi Gail,
OK, then how is the best way to get the unneeded ldf files removed while keeping only one?
What I outlined above came from an article I've read somewhere...
September 13, 2012 at 1:40 pm
Hi Gail,
Would this work?
1. Enter single user maintenance mode
2. Do a files and filegroup FULL backup excluding the unwanted filegroups,
3. detach the database,
4. attach the database with the extra...
September 13, 2012 at 1:20 pm
Hi Gail,
After individually deleting the indexes and tables that makes up the filegroup they are now removed as this screenshot indicates. The table names were ImagesPDF, ImagesSLA and ImagesTIF...
This...
September 13, 2012 at 1:03 pm
So, does this mean that I have multiple .ldf files that all belong to the main database and NOT to the filegroup that I was thinking they were to belong...
September 13, 2012 at 12:18 pm
Hi Gail,
Each filegroup contains a .ndf and a .ldf file and its the .ldf file thats still hanging around. I know you said that .ldf is a log file,...
September 13, 2012 at 12:15 pm
Thanks Howard,
I believe this is what I need, I'll go and test now...
Thanks, Stanley
September 13, 2012 at 3:17 am
Further clarification...
If I were to search and replace all occurances of DRI_KY193 with DRI, the script works without errors.
The DRI database is to be created in subfolder "S:\SQL\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DRI_DATA\"
The...
August 19, 2012 at 9:19 pm
Viewing 15 posts - 16 through 30 (of 31 total)