Forum Replies Created

Viewing 15 posts - 106 through 120 (of 536 total)

  • RE: how to update system table in sql server 2000

    why dont you just drop the object?

  • RE: auto gen a new sa password during startup?

    Personally never heard of it and cant really see the use either? What would worry me most is that the new password would be in the log which anyone...

  • RE: RAM utilization on sql server

    Anamika (2/23/2010)


    Hi All,

    Thanks for the great support.

    Now, how do I set memory for sql server and OS?

    the max option in sql says 2147483647 (in MBs)

    but the physical memory in the...

  • RE: RAM utilization on sql server

    TheSQLGuru (2/18/2010)


    Animal Magic (2/18/2010)


    TheSQLGuru (2/17/2010)


    sanketahir1985 (2/17/2010)


    Hii

    Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.

    2ndly run...

  • RE: export from 2005 and import to 2000

    Use SSIS (2005) or DTS (2000) to extract and load the data.

    Or use BCP if you want too.

    how much data are you moving, and whats the purpose of the move?

  • RE: RAM utilization on sql server

    TheSQLGuru (2/17/2010)


    sanketahir1985 (2/17/2010)


    Hii

    Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.

    2ndly run the perfmon in...

  • RE: list all store proc without exec permission

    you could grant access to the sys.objects view or you could create your own view and give them access to that

    something like this would do it.

    select name

    from...

  • RE: RAM utilization on sql server

    Anamika (2/17/2010)


    Hi All,

    Thanks a lot for your inputs.

    I'm working on those.

    and i have installed performance dashboard reports to find out the time taking queries.

    Once i find some significant...

  • RE: Transactional replication

    Roy Ernest (2/3/2010)


    PK is needed to identify which is row is being updated/inserted/deleted for Transactional and merge replication

    I assume you know what snapshot replication is and why it does not...

  • RE: Duplicate data in replicated table

    what do you mean by a unique index? do you mean a unique key? show us the table schema and an example of a row that is duplicated....

  • RE: Raising the domain functional level

    GT-897544 (2/15/2010)


    You shouldn't see any issues with SQL servers.

    EnjoY!

    Excellent. if anything goes wrong ill show my boss your post :-P;-)

  • RE: Raising the domain functional level

    TECHBABU (2/15/2010)


    Hope this link answers your question,

    http://support.microsoft.com/kb/322692

    Thanks for the link, ive just read through it and that appears to be a "how to" guide to raising the level, which im...

  • RE: cant log in to SSMS

    ps-490891 (2/9/2010)


    Thank you so much Bru ! you are my savior (google comes next to you..).

    I finally logged into the server without reinstalling it.

    Thanks again.

    what exactly did you do to...

  • RE: cant log in to SSMS

    I assume you have either changed the service account to an account that doesnt exist, or you have the password wrong. Like the others said check the error logs...

  • RE: INT to Bit

    Tara-1044200 (2/3/2010)


    I dont think reindexing helped me because reindex will rebuild all indexes and my database grown instead of reclaiming space back.

    Only 1 solution i see getting my space back...

Viewing 15 posts - 106 through 120 (of 536 total)