Viewing 15 posts - 1,471 through 1,485 (of 9,641 total)
naga.rohitkumar (10/5/2012)
but if we use default master the user can able to have access on all databases know
i mean it for...
October 8, 2012 at 7:35 am
naga.rohitkumar (10/5/2012)
other than giving sysadmin or using this script
-------------------------------------
Use master
Go
Grant Alter Trace to Login
-------------------------------------
1.if we give bulkadmin and public in server role and ddladmin,db_datareader,db_datawriter in database...
October 5, 2012 at 6:54 am
Shon,
In my experience, I have gotten the error message generated by SQL Server back when using this. It's why I wrote the code. The errors I was experiencing...
October 3, 2012 at 7:55 am
abhijitshedulkar (9/23/2012)
Nice article Geoff, I would like to request can u please help us to implement this type of deadlock alert notification proactively rather than re-actively.
How would you get a...
September 24, 2012 at 9:30 am
WayneS (8/22/2012)
http://wiseman-wiseguy.blogspot.com/2012/08/im-speaking-at-sqlsaturday-156providence.html
4 Threadizens doing 8 presentations, and you're not seeing any of them?:w00t:
And what's up with only seeing presentations...
August 28, 2012 at 11:10 am
I haven't checked in here in quite awhile and had a couple hundred posts to read through. Not much I'll comment on so I don't stir anything up again.
I...
August 8, 2012 at 11:35 am
I over thought this one, and knew I was doing it, but still did it anyway. My thinking was that, while you do not have to define a clustered...
August 6, 2012 at 6:19 am
Seems like you should talking to your hosting provider and/or the uddeIM people. IT is unlikely that SQL Server professionals will be able to troubleshoot these errors as they...
July 24, 2012 at 9:04 am
I think you'll need to use a script component and .NET RegEx functionalisty to get this to work.
July 24, 2012 at 8:55 am
What is the restore code on the secondary server? Sounds like the code is setup to filter on a file name and would need to be changed to restore...
July 24, 2012 at 7:23 am
Have you checked the firewall on your desktop? Perhaps it is blocking responses from that port? Outside my area of expertise now, but I'd definitely start by temporarily...
July 19, 2012 at 7:35 am
Can you connect to the named instance from the server itself?
What are you entering for a server name? Are you sure you are typing the name correctly?
July 19, 2012 at 6:36 am
Is the SQL Browser service running? Without the browser service running you need to know and specify the port that the named instance is running on as well.
July 18, 2012 at 11:20 am
Or you could write it this way:
UPDATE ob_problem_list_
SET datefield = (CONVERT([varchar](10),getdate(),(112)))
FROM
inserted i
WHERE
i.person_id = ob_problem_list_.person_id and...
July 18, 2012 at 11:18 am
That certainly looks like a KERBEROS error message to me. I'd double-check all my SPN's and work with the network/windows admin to ensure that delegation is setup correctly on...
July 18, 2012 at 8:47 am
Viewing 15 posts - 1,471 through 1,485 (of 9,641 total)