Forum Replies Created

Viewing 15 posts - 4,186 through 4,200 (of 7,502 total)

  • RE: 3 Environments - 3 Instances

    - Set up your service account security decently.

    Give each instance its own set of accounts, also keep at least sql-user-passwords different per instance.

    - also keep in mind, by applying e.g....

  • RE: Grouping on Date Range / Overlap

    Still you need to investigate why there is no range joining for ranges that deffer only 1 day (end to next start).

    I've messed around this procedural code, and all matching...

  • RE: indexes size same as database/tables

    GilaMonster (1/7/2009)


    ...Please post SQL 2000-related questions in the SQL 2000 forums in the future. If you post in the 2005 forums, you're very likely to get 2005-specific solutions.

    Aarch... yes, overlooked...

  • RE: restore ms sql 7 backup to ms sql 2000

    You need to dig deeper into the backup file content.

    Can you post the results of

    restore headeronly

    from disk=...

    RESTORE VERIFYONLY

    from disk=...

    restore labelonly

    from disk= ...

  • RE: restore ms sql 7 backup to ms sql 2000

    Kinnari Thaker (1/7/2009)


    Restore Database

    from disk = 'D:\Dr. Acharya\ManCanDoSql.bak'

    I also tried the above command with 'with replace'

    It should be :

    Restore Database YOURDBNAME

    from disk = 'D:\Dr. Acharya\ManCanDoSql.bak'

    But you should first figure out...

  • RE: Scope: The drastic caveat with Logon Triggers.

    Searching if this bug was know by MS, I stumbled onto:

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

    This kb does not 100% describe the symptoms I experienced, it states the hotfix was included in Cumulative Update 7.

    The...

  • RE: SQL Server 2005 SP 3

    Lynn Pettis (1/6/2009)


    ALZDBA (1/6/2009)


    Lynn Pettis (1/6/2009)


    This may be a dumb question, how do I get to the files in the exe file? I've never had to do that before.

    I...

  • RE: User Defined Function: order by won't work

    GilaMonster (1/7/2009)


    ALZDBA (1/7/2009)

    However there may be a TEMPORARY bypass by using the startup parameter that has been provided for the "views with order by nolonger work" problem.

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

    With one caveat:

    From the...

  • RE: indexes size same as database/tables

    sqlcool (1/6/2009)


    it is even showing more 🙂 than data

    is it acceptable?

    how to make it better performable?

    if indexes cannot be dropped and essential for the system is there ay other...

  • RE: User Defined Function: order by won't work

    Once again a UDF got you in troubles because of hidden joins !

    You should really rework that to proper joins in you calling queries and get control over you queries.

    However...

  • RE: Auto Update Stats and Auto Create Stats

    Like Gail said, you should first figure out if that is the cause of you cpu hog.

    Use SQLserver profiler and Windows perfmon to figure out what's goin on !

    You could...

  • RE: restore ms sql 7 backup to ms sql 2000

    Kinnari Thaker (1/6/2009)


    I m trying to restore back up of sql 7 in sql 2000.

    I get following error when i try with query analyzer:

    'It is not recognized resotre option'

    what does...

  • RE: syscolumns

    Better would be to use the information schema views.

    Keep in mind that sql2005 only show object definitions you are granted to view.

    (view definition granted)

    Is this what you're looking for ?

    SELECT...

  • RE: SQL Server 2005 SP 3

    Lynn Pettis (1/6/2009)


    This may be a dumb question, how do I get to the files in the exe file? I've never had to do that before.

    I don't know it...

  • RE: Transaction Log file size running away

    Ells (1/5/2009)


    Many Thanks,

    I have read Gails post and very informative it is. I will look at the other blog. I have a feeling that there are no trasaction log backups...

Viewing 15 posts - 4,186 through 4,200 (of 7,502 total)