Forum Replies Created

Viewing 15 posts - 241 through 255 (of 279 total)

  • RE: ALTER PARTITION FUNCTION fails to execute after upgrade

    As per http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx it is only available in the Enterprise version....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: What if the IP addresses are inconsistent?

    If you have the users connect to the node specific IP address, you are not doing anything to "help" in case of a failover, as a manual reconnect to...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Stored Procedures

    From your description this sounds more like statements within a TRANSACTION, either all commit or all fail..... There would be no need to call different SP's for that and if...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Stored Procedures

    Yes, calls to other SP's return to the calling one.... take it as if they were just subroutines called.. jeez... this takes me back 20+ years programming in BASIC 😀

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL server not taking assigned memory

    ...and then of course remember to restart the SQL services.....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Import .dbf tables into existing SQL 2005 database

    For starters, you could do a little search..... this is an often asked question, lastly discussed here:

    http://www.sqlservercentral.com/Forums/Topic293409-148-1.aspx

    here

    http://www.sqlservercentral.com/Forums/Topic603932-148-1.aspx

    and many more....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: REBUILD INDEX DOES NOT REMOVE FRAGMENTATION

    mrhassell (3/4/2009)


    SAN is a 'storage area network', which is great for storing backups, but running production databases from such a complicated environment is bad practice. :w00t:.

    I believe this...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: CAL licences for sql server

    The licensing is per end user, ie, all your users using the application. This same principle is as if you have a web server accessing a SQL Database. This is...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Change @@servername in SQL 2005

    yup... realized that... see my previous post...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Change @@servername in SQL 2005

    Well, found this http://blogs.techrepublic.com.com/datacenter/?p=192

    So apparently the trick with sp_dropserver/addserver and restarting the SQL services does accomplish what you need?

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Change @@servername in SQL 2005

    um....

    sp_dropserver will "remove a server from the list of known remote and linked servers on the local instance of SQL Server"..... so it will not affect at all your running...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: can any body tell prerequisites, investment needs, and time line for implementation mirroring and logshipping

    why post again for something you just started yesterday here: http://www.sqlservercentral.com/Forums/Topic660118-146-1.aspx......

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: How to create "reporting" tables for quicker reporting queries

    Regarding 1, yes it could be a schedule stored proc that brings the data together into the 1 reporting table.

    On 2, the big issue is if data is updated or...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL Server uses less than 1 GB RAM

    Other thing to check is in the Local Group Policy Security Settings (Start/Programs/Administrative Tools/Local Security Settings) in the the Lock Pages (Local Policies/User Rights Assignment/Lock Pages in Memory). There you...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Couple of questions about database mirroring

    And, on question #3, depending on your setup, changes on the Principal are usually reflected almost instantly on the mirror, not within minutes, so yes, any data deleted from Principal,...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

Viewing 15 posts - 241 through 255 (of 279 total)