Viewing 15 posts - 16 through 30 (of 108 total)
the problem lies in the details... your default constraint for the usermodif is trying to insert the sid of the execute as user but is failiing cause the column length...
February 1, 2010 at 2:17 pm
From the first look at it i would say the reorganize task is waiting for the completion of the notify operator task and the rebuild which will not happen.
January 25, 2010 at 1:22 pm
local system cant access network shares if the file is located there?
January 15, 2010 at 11:47 am
January 12, 2010 at 2:38 pm
http://msdn.microsoft.com/en-us/library/ms141766.aspx
To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, select Use 32 bit runtime on the Execution options tab of the New Job Step...
January 6, 2010 at 2:15 pm
Because acct_id is the first column in the index it is ordered by the acct_id and can do a seek on it. If you want a seek instead of a...
December 29, 2009 at 6:56 am
The group by has to read all the values in the specified columns so itβs doing a scan over the index while your second select is looking up a single...
December 29, 2009 at 6:14 am
Unfortunately the only way to backup a single table from a backup is if you had it put on a separate filegroup and restore that
October 22, 2009 at 10:40 pm
May 25, 2009 at 10:28 am
We mainly have .net code and are using the native client where you can configure the mirror server native client will then handle the failover on the client side automatically....
May 25, 2009 at 8:06 am
for upgrade reasons you can mirror from 2005 to 2008 but you can not failback
May 23, 2009 at 2:03 am
i am using alter database xx set partner failover to manually failover mirroring and test the behavior on the client side
May 23, 2009 at 1:47 am
i am using alter database xx set partner failover to manually failover mirroring and test the behavior on the client side
May 23, 2009 at 1:45 am
Viewing 15 posts - 16 through 30 (of 108 total)