November 4, 2015 at 3:35 am
is running a profiler will make the tempdb grow?
November 4, 2015 at 10:41 am
No. Not unless you selected the option to save to table and specified the TempDB database
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 4, 2015 at 4:14 pm
ramyours2003 (11/4/2015)
is running a profiler will make the tempdb grow?
Depending on where you run it from and how you run it, it can make a file on your server at the OS level that can, given a long enough run time, fill your server hard-disk (I don't remember if it will be the C: Drive or the drive that SQL Server itself is installed). And, yeah... I've actually seen it happen about 6 years ago.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2015 at 4:35 pm
Jeff Moden (11/4/2015)
ramyours2003 (11/4/2015)
is running a profiler will make the tempdb grow?Depending on where you run it from and how you run it
Profiler can fill up the local C drive (local being the machine that it's been run on), it can degrade performance, it can crash the server, but it doesn't outright use TempDB.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 17, 2015 at 8:11 pm
GilaMonster (11/4/2015)
Jeff Moden (11/4/2015)
ramyours2003 (11/4/2015)
is running a profiler will make the tempdb grow?Depending on where you run it from and how you run it
Profiler can fill up the local C drive (local being the machine that it's been run on), it can degrade performance, it can crash the server, but it doesn't outright use TempDB.
That's why I said that it would occur at the OS level. Hopefully the OP understands that I wasn't including TempDB in any of that.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply