Showing posts with label temp. Show all posts
Showing posts with label temp. Show all posts

Sunday, February 19, 2012

CD Install

I would like to extract the self extracting exe files to go to a directory so I can burn a CD. I have tried burning the CD's from the temp directory but it wouldn't install properly from the CD. Is there a command line parameter to get around this? TIA

Add "/x" (no quotes) to any of the express packages (e.g. SQLEXPR.EXE /x) and you will be prompted for a directory to extract the files to.

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

Tuesday, February 14, 2012

Catch up Temp Table through Profiler

Hi,
How can i get the #Temp Table value after finished the SP ?
Is it possible through Sql Server profiler to hold the #Temp Table value ?
Thanks,Temptables will be dropped as soon as Stored Procedure finished the
task.
Madhivanan