﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQLServerCentral.com / SQLServerCentral.com Test Forum  / How view will help in performance and how can i identify tempdb is full / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 02:52:02 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>Hi,Here you go:use tempdbselect name,(size*8)/1024 as Current_Size_MB,(max_size*8)/1024 as Total_Size_MB from sys.database_files</description><pubDate>Fri, 30 Dec 2011 02:49:09 GMT</pubDate><dc:creator>saravanan.ayyasamy</dc:creator></item><item><title>RE: How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>Are those questions part of an interview?</description><pubDate>Fri, 30 Dec 2011 02:44:45 GMT</pubDate><dc:creator>LutzM</dc:creator></item><item><title>RE: How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>Hi   I got the things about view. But what about the tempdb details. How can i identify whether the tempdb is full or not?</description><pubDate>Fri, 30 Dec 2011 02:22:15 GMT</pubDate><dc:creator>vaithi.saran846</dc:creator></item><item><title>RE: How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>[quote][b]vaithi.saran846 (12/29/2011)[/b][hr]Hi,   what is the main advantage of view.? How view will help in performance. consider i have the some complex select query and i am running that in sql server and it is taking lot of time. In this case if i use view, how it will affect? whether the time taken by select query will reduce?regards,vaithilingam.k[/quote]If you're having problems with the performance of a complex query, why not post the query and the actual execution plan? Chances are, folks here will make suggestions to improve performance - and you are very likely to learn something useful too.</description><pubDate>Fri, 30 Dec 2011 02:19:23 GMT</pubDate><dc:creator>ChrisM@home</dc:creator></item><item><title>RE: How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>View is mainly used for encapsulation, that is, hiding the complexity. In terms of performance, It will not help you a lot.  For that, you need to go with " indexed views "</description><pubDate>Fri, 30 Dec 2011 01:24:22 GMT</pubDate><dc:creator>saravanan.ayyasamy</dc:creator></item><item><title>How view will help in performance and how can i identify tempdb is full</title><link>http://www.sqlservercentral.com/Forums/Topic1228176-1084-1.aspx</link><description>Hi,   what is the main advantage of view.? How view will help in performance. consider i have the some complex select query and i am running that in sql server and it is taking lot of time. In this case if i use view, how it will affect? whether the time taken by select query will reduce?regards,vaithilingam.k</description><pubDate>Thu, 29 Dec 2011 22:49:14 GMT</pubDate><dc:creator>vaithi.saran846</dc:creator></item></channel></rss>