Facing any issue with SQL Server, check this blog and if you don't find it leave the post and I will get back to you as soon as posible
This query will let you know how much tempdb space is required by query.
GO
SELECT * FROM sys.dm_db_session_space_usage WHERE SESSION_ID = @@spid
<Your Query>
No comments:
Post a Comment