Forum Replies Created

Viewing 15 posts - 121 through 135 (of 1,137 total)

  • RE: How can I restore DB from shared file

    If you want to use a share, then the user that is doing the restore needs permission to access the files located at the share, which is what has already...

  • RE: Metadata updating

    look up

    fn_listextendedproperty

    sys.extended_properties

    for viewing extended properties

  • RE: CXPACKET too high

    Yeah I would agree with that, as a starting point.

  • RE: Advice on moving, or should I move at all?

    I suppose it depends on what you are trying to achieve, Are you working as a SQL DBA, or just doing dba duties. Is your experience and knowledge sufficient for...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/29/2009)


    CirquedeSQLeil (10/28/2009)


    Anybody know anything more about it, opinions or otherwise?

    Some background first.

    Project was started late last year, it was open to all MVPs (regardless of technical speciality) providing they...

  • RE: RESTORE DATABASE

    run this

    select [name],state_desc from sys.databases

    maybe you need to refresh your view on the databases

  • RE: RESTORE DATABASE

    Are you sure that the restore has completed successfully.

    I dont see with recovery in your script.

    What you could do is

    restore database [databasename] with recovery

  • RE: how to: attach a user to a login

    If you want to play around with permissions, wouldnt it be easier not to use any of the database roles, and just grant select permissions to the objects that are...

  • RE: how to: attach a user to a login

    ok..

    juts to confirm something for me. if you go into SSMS, navigate to the database in question, expand the tables, you should see, based on your query.

    zs1.v107 in the table...

  • RE: how to: attach a user to a login

    rot-717018 (10/29/2009)


    Thank you for your answer Adam. This is what I did, but it doesn't work the way I'd like to. I may have overlooked something, but what 🙂

    Can you...

  • RE: i want to have this updated record.

    This is a duplicate topic, I take it, the answers in your other topic didnt help?

  • RE: Last Interview

    Well funnily enough I had a pre-screening telephone call today, pretty much a first for me. twenty questions and the answer was true or false for each question. apart from...

  • RE: Would you be concerned??

    Michael Valentine Jones (10/28/2009)


    Even if you have concerns, what can you really do about it?

    Are there any laws that restrict where a security camera can be pointed when it is...

  • RE: "There is insufficient system memory to run this query."

    @wes

    hmm, interesting I have seen the link before but it isnt a 100% fix, it doesnt work in all scenarios.

    neither does fixing the min and max....

  • RE: "There is insufficient system memory to run this query."

    Florian Reischl (10/28/2009)


    I think, we can forget the hardware problems (spoke with our DBA). We just had a larger maintenance some weeks ago. Whenever we have a maintenance we switch...

Viewing 15 posts - 121 through 135 (of 1,137 total)