Who runs my slq server agent job steps
A nice article about the identity who is running a sql server agent job step: http://weblogs.sqlteam.com/dmauri/articles/6914.aspx
A nice article about the identity who is running a sql server agent job step: http://weblogs.sqlteam.com/dmauri/articles/6914.aspx
Very nice article about UDFs in Microsoft Excel 2007 services http://blogs.msdn.com/excel/archive/2006/05/03/589094.aspx
The Data Source Configuration Wizard could not be started because the required DLLs are not available. To correct this problem, reinstall Visual Studio. This has probably something to do, with Microsoft Visual Studio 2005,
When importing data from Microsoft Access to Microsoft SQL Server you can use the Microsoft SQL Server Import and Export wizard, but some times you can not use this wizard because values in a column
If you want to filter you’re Microsoft SQL Server 2005 profiler trace on database name: Check the “Show all columns” checkbox on the “Events Selection” tab. Then click on the column filters… button, you can
This post describes the way I used the Microsoft SQL Server 2005 Maintenance Plan Wizard. When none default values are used, they will be listed below. > To create a Microsoft SQL Server 2005
I was looking for the "Change Execute Permissions" in IIS 7. In IIS 6 you would go to Web site > Properties > Home Directory Tab: But I could not find it in IIS 7.
If you want to allow paging in a ASP .NET 2.0 GridView that uses a LLBLGEN datasource: – set AllowPaging = True – Create the PageIndexChanging event /// <summary> /// Change the page of the
When you set the PagerStyle Height property this will no allways set the correct height of the PageStyle. <asp:GridView ID="Test"> <PagerStyle Height="10px" /> </asp:GridView> To set the correct height use a CSS class: <asp:GridView ID="Test">
using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Common; using NAnt.Core.Attributes; using NAnt.Core; namespace AdaNantTasks { /// <summary> /// Delete an IIS virtual directory on a website with a hostheader. /// </summary> [TaskName("deleteVirtualDirectoryTask")] public class DeleteVirtualDirectoryTask