Viewing 15 posts - 31 through 45 (of 101 total)
Hi Gial,
i had worked as per your suggestions, can please see below code any thing wrong please correct me because i m new to developing side
Requrement was below
1. Trace...
October 19, 2011 at 12:41 am
Hi Lowell,
as per your suggestion it is not working
any of team please Drive me on good direction its really helpful to me .
Tx
October 18, 2011 at 11:04 am
Hi Team,
I m Executing the above script
in MASTER DB
but i m getting below Error can you please suggest me.
Msg 2812, Level 16, State 62, Line 1
Could not find stored...
October 18, 2011 at 8:06 am
Hi Team,
My Requrement was changed. here
Right now i m tracing the new things Errorlog, Exceptions, User Error Messages
Can you people plz suggest me with good script. For Tracing and This...
October 12, 2011 at 11:05 am
Hi Team,
Thank you for your support
I have given wrong path it is completed.
September 29, 2011 at 4:14 am
🙂
Try Using REgistered Server. You Need To Register All You Instances and Run Query It Will Create User In All The Instances.
IF Not Exists(Select Name From Syslogins where name='Dummy')
CREATE...
September 15, 2011 at 4:00 am
WITH Users AS (
SELECT 'Master' [DBName]a, [name] b COLLATE Latin1_General_CS_AS FROM Master.sys.database_principals where type <> 'R' UNION ALL
SELECT 'Model' [DBName] a, [name]b COLLATE Latin1_General_CS_AS FROM Model.sys.database_principals where type <>...
August 12, 2011 at 8:51 am
Hi Team
In this way right
SELECT 'xx' [DBName]COLLATE Latin1_General_CS_AS, [name] COLLATE Latin1_General_CS_AS FROM xx.sys.database_principals
or
WITH Users AS (
SELECT 'master' [DBName], [name] COLLATE Latin1_General_CS_AS FROM Master.sys.database_principals where type <> 'R'...
August 12, 2011 at 8:36 am
Hi John
Sorry for my reply..actully im oracle guy please help me
Again i m getting bleow error
No column name was specified for column 2 of 'Users'.
August 12, 2011 at 8:19 am
Hi John,
Sorry my reply..
as per your suggestion i have changed my dbname
but i m getting below error :
Msg 451, Level 16, State 1, Line 1
Cannot resolve collation conflict for column...
August 12, 2011 at 8:02 am
hi Lowell/John,
1st is working but it will not display all the database please suggest me.
it is missing some database and i want only two cols it wil displaying one...
August 12, 2011 at 7:41 am
Hi John,
Yes your correct in the events
i have select Error Log and Login failed option it is correct right.
tx
August 3, 2011 at 4:04 am
Hi John
each Error and User login failure and how many times it occurred for this only
i have to select all errors..but in sql profiler i should not find out...
August 3, 2011 at 3:44 am
Hi John
You are correct i have select it
and for ALL ERRORS Which option i have to check.
Tx
August 3, 2011 at 3:18 am
Hi Team,
Thank you for your suggestion
Next time i could not do this type of mistakes
Really i dont know that the reason only i have posted because it is...
June 11, 2011 at 9:30 pm
Viewing 15 posts - 31 through 45 (of 101 total)