Viewing 15 posts - 6,181 through 6,195 (of 6,400 total)
answered my own point
you cannot impersonate NT AUTHORITY
http://msdn.microsoft.com/en-us/library/ms181362.aspx
name must be a singleton account, and cannot be a group, role, certificate, key, or built-in account, such as NT AUTHORITY\LocalService, NT AUTHORITY\NetworkService,...
November 14, 2011 at 3:53 am
from my understanding you CANNOT login as the SYSTEM account as this is the computer itself and you cannot login as a computer
you could try impersonation but I am not...
November 14, 2011 at 3:48 am
is the windows cluster service started, without that you dont have a cluster and no cluster resources will start
November 14, 2011 at 1:38 am
Thanks Gail
I will remove the recompile from the proc, thats another thing I have learned today.
November 11, 2011 at 4:17 am
Think that has come from the company not having a DBA until two months ago when I started and myself for not completly understanding dynamic sql and execution plans, I...
November 11, 2011 at 4:00 am
I have dropped the primary key constraint which I created after investigating the table around an hour ago and then readded the primary key both execution plans are uploaded.
Have to...
November 11, 2011 at 3:32 am
USE [Netcars]
GO
/****** Object: StoredProcedure [search].[VehicleSimpleDynamic] Script Date: 11/11/2011 10:03:21 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [search].[VehicleSimpleDynamic](@CapManId int = NULL, @CapRangeId int = NULL, @MinPrice money =...
November 11, 2011 at 3:10 am
Sorry Gail, I just edited the above post, I thought I had changed the object in the error log extract to LogTimes
LogTimes and LogSearchTimes are the same object
November 11, 2011 at 2:56 am
there is no trigger and the table was a heap until I noticed that there was no clustered index, which I created around 20 minutes ago on the ID column...
November 11, 2011 at 2:52 am
November 11, 2011 at 2:32 am
Thanks Guys, I thought an easy question was in order after the past few questions, especially good that its been published on a Friday, good way to wind down the...
November 11, 2011 at 2:28 am
I have a situation at the moment with deadlocks which have just started happening with a very minor change to a stored proc.
Inside the proc, the first thing it does...
November 11, 2011 at 2:25 am
Thanks Lowell, that seems to be working as the BAK file has been created and no error message.
Must be something in using the NET USE command and providing the user...
November 7, 2011 at 6:19 am
didnt think about xp_cmdshell,
will enable it and try the backup
November 7, 2011 at 6:09 am
by reading the data sheet, there is a minimum 4 core licenses per physical processor, so if you have 4 cores per socket you break even, but if you only...
November 4, 2011 at 8:12 am
Viewing 15 posts - 6,181 through 6,195 (of 6,400 total)