Viewing 15 posts - 526 through 540 (of 748 total)
Bhuvnesh (2/19/2010)
declare @tbl table ( logdate datetime, processinfo nvarchar(20), login_text nvarchar(max))
insert into @tbl (logdate, processinfo, login_text)
exec sp_readerrorlog
select * , '[' + SUBSTRING( login_text , PATINDEX ( '%CLIENT:%',...
February 19, 2010 at 5:25 pm
The account is a newly created account, but I am able to log in using that account. Since this is a new account, does that mean it needs time to...
February 19, 2010 at 9:50 am
I already checked with AD admin, what they told me is this account is no difference than other account. but I am sure there is some difference.
February 19, 2010 at 9:39 am
I finally am able to resolve this issue:
All I need to do is:
The job is type of "T-SQL", go to edit the step in that job, two options in the...
February 8, 2010 at 2:30 pm
DavidZahner (2/8/2010)
February 8, 2010 at 12:46 pm
DavidZahner (2/8/2010)
February 8, 2010 at 10:30 am
DavidZahner (2/8/2010)
February 8, 2010 at 10:28 am
I did more test: I added 'NT AUTHORITY\SYSTEM' as member of DatabaseMailUserRole, I would assume this allows NT AUTHORITY\SYSTEM' to send out email, (although this is not professional and might...
February 8, 2010 at 10:18 am
DavidZahner (2/8/2010)
February 8, 2010 at 9:55 am
DavidZahner (2/8/2010)
February 8, 2010 at 9:14 am
thank you
February 5, 2010 at 12:34 pm
Thank you and please DO do something when you have time later on, I did lots of search, I didn't find any complete working example so far, so this got...
February 5, 2010 at 11:16 am
I do have another 2k5 version with more recent patch:
Microsoft SQL Server 2005 - 9.00.4053.00 (Intel X86) May 26 2009 14:24:20 Copyright (c) 1988-2005 Microsoft Corporation...
February 5, 2010 at 10:48 am
Here is the query result:
Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition on Windows...
February 5, 2010 at 10:45 am
Hi Lynn,
Thank you for your reply, but I am desperately in dark here, I've attached some snapshots in the attachment, can you help me with it? all the approaches I...
February 4, 2010 at 8:23 pm
Viewing 15 posts - 526 through 540 (of 748 total)