Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Where do files go if I lose a Terminal Services session and could reconnect until after my session had expired? Are they lost in the ether or would Windows save them somewhere?

Not sure if this matters, but I was working on a text file in Notepad and a .sql file in SQL Server Management Studio on a Windows 2003 server.

share|improve this question

2 Answers

up vote 6 down vote accepted

Log on again, look at Task Manager in the Users tab.

If your session is still there, right click it and click Connect. You'll be back where you started.

Otherwise, your files are gone.

share|improve this answer

Things like office periodically save backups for you. I suspect your notepad document is gone. I wouldn't expect SQL Server Management Studio to save temp files either, but maybe.

You can look through your temporary files in your profile folder.

share|improve this answer
SSMS does save them in temp files, you'll get prompted to recover them when you run it again. It saved me a few times. – SqlACID May 20 '09 at 17:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.