Forum Replies Created

Viewing 15 posts - 436 through 450 (of 619 total)

  • RE: login and users

    why? has the database come from another server and already has users (orphaned)?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: login and users

    shanila_minnu (5/20/2009)


    i want to know the difference between login and users...

    if a request came, "provide access to the database ABC of the server XYZ" what should i do...will i have...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: automatically login for sa failed?

    Are you connecting from an application or via SSMS.

    Is your system ste to mixed mode? If so its not advisable to be using SA anyway. Better to register your windows...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Multiple daily log backups required in a clustered and mirrored environment

    DUPLICATE POST. Please ignore. content removed.

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Multiple daily log backups required in a clustered and mirrored environment

    You mean you cant remember all 11,098 responses off-hand? Tut-tut I'm disappointed?;-)

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Multiple daily log backups required in a clustered and mirrored environment

    GilaMonster (4/28/2009)


    Why, why, why do you want to shrink the log? It's very likely going to grow again, the shrink uses resources, the grow uses resources (possibly at the worst...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Multiple daily log backups required in a clustered and mirrored environment

    Gail, Steve,

    Thanks for the speedy response. Sorry I took a while to respond, had what the wife calls a 'man-cold', though i'm sure its 'bird flu'.

    Anyhoo, thanks for the response,...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: How to find a UDT?

    Sorted! Thanks anyway. 🙂

    select domain_name,table_catalog,table_name,column_name

    from {database}.information_schema.columns

    where left(domain_name,3)='udt'

    or left(domain_name,4)='zstd'

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Installation problem

    Is this the line you mean?

    17:00:49 Process Exit Code: (-2147312566) Error loading type library/DLL

    What is this in context with. It looks like an error with the native client. What...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Installation problem

    Is this the line you mean?

    17:00:49 Process Exit Code: (-2147312566) Error loading type library/DLL

    What is this in context with. It looks like an error with the native client. What...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Replication problem

    It is not clear what you are asking here. I assume you did not mean to create the survey style (radio) buttons. If you are trying to put in a...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: add disk to sql 2000 cluster

    AshaRRichardson2nd (3/24/2009)


    I need to add a disk to a sql 2000 cluster. I remember how to add the disk through cluster administrator, but what I can't remember is if...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Hotfixes for active/passive cluster

    Agree with 'SQL Noob'.

    We tend to failover to passive node (out of hours), switch off the now passive node and then run the patch on the active.

    The idea here being...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Unable to find cause of maintenance failure

    Cool 🙂

    Make sure to say changes as this triggers the ssis package to recompile. 😀

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Unable to find cause of maintenance failure

    Hey there,

    Based on what you have said i would imagine that there is a database that has been removed and the job hasnt been recompiled. Do you run for all...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

Viewing 15 posts - 436 through 450 (of 619 total)