Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 7,168 total)

  • RE: Today's Random Word!

    rhythmk (8/16/2012)


    JAZZ Master (8/16/2012)


    Cliff Jones (8/16/2012)


    Daniel Bowlin (8/16/2012)


    Cliff Jones (8/16/2012)


    Ray K (8/16/2012)


    rhythmk (8/15/2012)


    Daniel Bowlin (8/15/2012)


    content

    Satisfied

    Satiated

    Saturated

    Color

    Scheme

    Plot

    Story

    Epic

  • RE: user mapped as dbo

    Perry Whittle (8/16/2012)


    Correct you can't drop the user, you change the mapping.

    You cannot change the login mapped to the dbo user either...at least I could not on 2005, 2008 R2...

  • RE: Linked server to AD

    I did not have any luck using ADSI:// myself. Only when switching to use LDAP:// did it work although it sounds like you had a few things going on simultaneously....

  • RE: user mapped as dbo

    How is it going?

  • RE: SQL Job

    surma.sql (8/15/2012)


    hello

    i have question about SQL Server Jobs

    I check the job properties and see the username is 'SA'. and i check into steps and there is no user is specify...

  • RE: SQL Job

    Suresh B. (8/15/2012)


    Job does not run under owner's account.

    1) If you run a job manually, it runs using your login.

    2) If schedule it, job runs using SQL Server Agent service...

  • RE: Catching the output of RAISERROR()

    Catch it from where? In T-SQL or an app language like C#?

    If your supplying a severity level of 10 then it will not trip a T-SQL CATCH block. Your RAISERROR...

  • RE: domain conversion and logins and users

    No need to script them out. You can generate a command like this for each user with the new login for each. Just make sure you supply the NAME option...

  • RE: Backup Failure

    Does this occur when you first start the server or intermittently after running for a while? The problem is likely related to the storage subsystem temporarily being viewed as offline...

  • RE: Which data type to use?

    Stairway to Data by Joe Celko[/url]

  • RE: Linked server to AD

    Try it with LDAP instead of ADSI:

    Select [Name] ,[DisplayName]

    From OpenQuery

    ( ADSI,'SELECT name, displayname FROM ''LDAP://RHSPWDCOC02''

    WHERE objectCategory = ''Person'' AND objectClass = ''user''')

  • RE: Preventing Rogue User Accessing Data

    I won't say incorrect because your situation may truly be unique, but personally I think you're approaching this from a very difficult angle, i.e. trying to contort the database server...

  • RE: UserID>DBRole>Schema>table question

    Pablo Campanini-336244 (8/16/2012)


    YES......

    You are absolutely right, I am using SQL Server 2008, not SQL Server 2008 R2, and the bug is killing me!!!!!!.

    I will ask my boss to upgrade to...

  • RE: UserID>DBRole>Schema>table question

    Happy you got it sorted. I was curious so I did some looking to see if others had this issue and it looks like it may be a known bug...

Viewing 15 posts - 3,376 through 3,390 (of 7,168 total)