Viewing 15 posts - 301 through 315 (of 331 total)
How bout this:
sp_attach_single_file_db @dbname= 'databasename', @physname= 'C:\Users\Documents\Databases\databasefile.mdf'
to reattach the file then empty it then detach the file and delete?
June 8, 2011 at 7:14 am
Yes, the server had to many tempdb files some where dropped etc.. etc.. then my space was getting a little low and I looked the temp files are still there...
June 8, 2011 at 7:04 am
There no other way a back door into sql sevrer to have the system let go of a particular file?
June 8, 2011 at 6:57 am
I have a data file to a database that has been dropped. But it still excist on the file system and can not be deleted because it is still open...
June 8, 2011 at 6:50 am
I agree that 300 seconds is only a microsoft recommendation not a requirement. I have a server that stays below that quite often could it use more memory sure is...
June 8, 2011 at 6:32 am
GilaMonster you seem to know what your talking about! I really appreciate the feed back!
June 8, 2011 at 5:35 am
Hey sean I understand and said I agree with you about the distinct. I was pointing out the fact of that people make mistakes and if the 3 rows i...
June 8, 2011 at 5:32 am
Let me make sure that I understand that you are only talking about data files of the tempdb and not the Log files?
June 7, 2011 at 2:28 pm
Thanks that helps me clearify and what i am faced with!
June 7, 2011 at 2:22 pm
What if that PageIOLatch is at 2:1:107 ?
June 7, 2011 at 2:15 pm
That was a good article, but it just goes to show that you may or may not need to do something on your system that some one else has done....
June 7, 2011 at 1:50 pm
I do agree with you Sean a select distinct will always work assuming that a user has not entered data Incorrectly. My example was assuming that the 3 rows I...
June 7, 2011 at 1:35 pm
OK sounds like i am on the right track. But lets get a little deeper with the tempdb number of files to CPU. What files data files or Log files...
June 7, 2011 at 1:27 pm
Hey Sean
The only thing is that a distinct does not always work. If some user entered in the same row with only a space different in one of the...
June 7, 2011 at 11:52 am
Then I would start with the data it sounds like there is something like spaces or hidden characters have you copy and pasted some of the values in a text...
June 7, 2011 at 11:46 am
Viewing 15 posts - 301 through 315 (of 331 total)