﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Stevan Tosic</title>
    <description> Dotnetnuke and other portal technologies. Workflow. Mobile.</description>
    <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/BlogId/386/Default.aspx</link>
    <language>en-US</language>
    <webMaster>admin@dbalinks.com</webMaster>
    <pubDate>Fri, 30 Jul 2010 14:09:41 GMT</pubDate>
    <lastBuildDate>Fri, 30 Jul 2010 14:09:41 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.3.0.16726</generator>
    <item>
      <title>DotNetNuke® Claims Visual Studio Magazine Award</title>
      <description>DotNetNuke® Corporation, producers of the highly acclaimed open source web application framework for the Microsoft platform, today announced that the product has been honored with the 2007 Editors Choice Award from Visual Studio Magazine as part of their annual Readers’ Choice Awards. The full list of winners, which appears in the June 2007 issue, is chosen by Visual Studio Magazine’s readers and honors excellent software in 22 development categories. The Editors Choice Award is a special designation given to products which show “special merit or innovation.”</description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/326/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/326/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=326</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=326</trackback:ping>
    </item>
    <item>
      <title>proxy account information - xp_sqlagent_proxy_account</title>
      <description>proxy account information - xp_sqlagent_proxy_account&lt;br /&gt;&lt;br /&gt;check this &lt;br /&gt;&lt;br /&gt;http://msdn2.microsoft.com/en-us/library/aa260700(SQL.80).aspx&lt;br /&gt;&lt;br /&gt;to find out if any proxy account is used or not and how toset one.&lt;br /&gt;&lt;br /&gt;and this one:&lt;br /&gt;&lt;br /&gt;http://msdn2.microsoft.com/en-us/library/aa260289(SQL.80).aspx&lt;br /&gt;&lt;br /&gt;to find out when and how to use a proxy account.&lt;br /&gt;&lt;br /&gt;Permissions&lt;br /&gt;Execute permissions default to the public role in the msdb database. A user who can execute this procedure and is a member of the sysadmin fixed role can start any job. A user who is not a member of the sysadmin role can use sp_start_job to start only the jobs he/she owns.&lt;br /&gt;&lt;br /&gt;When sp_start_job is invoked by a user who is a member of the sysadmin fixed server role, sp_start_job will be executed under the security context in which the SQL Server service is running. When the user is not a member of the sysadmin fixed server role, sp_start_job will impersonate the SQL Server Agent proxy account, which is specified using xp_sqlagent_proxy_account. If the proxy account is not available, sp_start_job will fail. This is only true for Microsoft® Windows NT® 4.0 and Windows 2000. On Windows 9.x, there is no impersonation and sp_start_job is always executed under the security context of the Windows 9.x user who started SQL Server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;Sets or retrieves the proxy account information used by SQL Server Agent and the xp_cmdshell extended stored procedure when executing jobs or commands for users who are not members of the sysadmin fixed server role. The proxy account is a Microsoft® Windows® account in whose security context the jobs or command prompt commands are run.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/951/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/951/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=951</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=951</trackback:ping>
    </item>
    <item>
      <title>DB_CHAINING and TRUSTWORTHY </title>
      <description>&lt;br /&gt;ALTER DATABASE MSDB &lt;br /&gt;SET DB_CHAINING ON &lt;br /&gt;GO &lt;br /&gt;&lt;br /&gt;ALTER DATABASE MSDB &lt;br /&gt;SET TRUSTWORTHY ON </description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/952/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/952/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=952</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=952</trackback:ping>
    </item>
    <item>
      <title>Automatic Reindexing and Microsoft SQL Server 2000 Index Defragmentation Best Practices </title>
      <description>&lt;p&gt;Two great links for Microsoft SQL Server 2000 Index Defragmentation Best Practices and Automatic Reindexing.&lt;/p&gt;
&lt;p&gt;These links provides information that you can use to determine whether you should defragment indexes to benefit the workload performance in your production environment. And how...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/ss2kidbp.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/ss2kidbp.mspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sqlmag.com/Articles/ArticleID/43783/pg/2/2.html"&gt;http://www.sqlmag.com/Articles/ArticleID/43783/pg/2/2.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/955/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/955/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=955</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=955</trackback:ping>
    </item>
    <item>
      <title>Find most frequently executed queries in SQL Server 2005 - sys.dm_exec_query_stats</title>
      <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Use dm_exec_query_stats to find data for all statements in the cache: number of times the query has been executed, the longest query to execute.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Use these tow objects:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;sys.dm_exec_query_stats &lt;br /&gt;
sys.dm_exec_sql_text&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt; Run this query to find most frequently executed queries in SQL Server 2005&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&lt;font face="Verdana" size="2"&gt;select* from sys.dm_exec_query_stats as across apply sys.dm_exec_sql_text(a.sql_handle) as b order by execution_count desct&lt;/font&gt;&lt;/pre&gt;
&lt;div&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;Run &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;DBCC&lt;/font&gt;&lt;/font&gt; FREEPROCCACHE to to clear the procedure cache before start monitoring.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/p&gt;</description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/956/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/956/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=956</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=956</trackback:ping>
    </item>
    <item>
      <title>Monitor Microsoft SQL Server for higher performance and availability with WildMetrix</title>
      <description>&lt;p&gt;Great SQL Server Monitoring Tool.&lt;br /&gt;
&lt;br /&gt;
WildMetrix says:&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;"Benefits of Monitoring Microsoft SQL Server with WildMetrix&lt;br /&gt;
&lt;br /&gt;
Helps administrators detect problems in their SQL Server architecture &lt;br /&gt;
Quickly diagnose exactly where and what the problems are &lt;br /&gt;
Resolves the problems from a single easy-to-use interface &lt;br /&gt;
Gain understanding of entire SQL Server system inside and out"&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Product&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ascendview.com/wildmetrix/sol_mssqlserver.asp"&gt;http://www.ascendview.com/wildmetrix/sol_mssqlserver.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Demo&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ascendview.com/resources/request.asp?Activity=Eval"&gt;http://www.ascendview.com/resources/request.asp?Activity=Eval&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/961/Default.aspx</link>
      <comments>http://www.dbalinks.com/SQLServerBlogs/tabid/77/EntryID/961/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dbalinks.com/Default.aspx?tabid=77&amp;EntryID=961</guid>
      <pubDate>Wed, 15 Oct 2008 10:40:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dbalinks.com/DesktopModules/Blog/Trackback.aspx?id=961</trackback:ping>
    </item>
  </channel>
</rss>