Forum Replies Created

Viewing 15 posts - 496 through 510 (of 789 total)

  • RE: upgrade from sql server 2000 to 2005

    I think scripting is better, but I'm not sure if you can have any results with Upgrade advisor!? - Try just in case! The other maybe have much info about...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Database Cut for developers

    Are you using the Partition Technique... I think partition tables technique!?

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: how to find usage amount of stored prosecdures

    SELECT TOP 100 qt.TEXT AS 'SP Name',

    qs.execution_count AS 'Execution Count',

    ...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: number of records added to a table over a period of time

    bodhilove (1/5/2009)


    is there any way to find the number of records added to a table in the last 3 months?

    More info about you problem ...do you have any column with...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: SQL Server Management Studio for Beginners - SQL School Video

    rshafer (1/2/2009)


    Is there anyway to get intellisense on SSMS 2005?

    Yes, you have the SQL Assistant version 4.1! You can see more information and dowload for trial

    More info:

    http://www.softtreetech.com/isql.htm

    :w00t:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Changing Taxonomy

    Long discussion here... just another one thing here is that it would be better to have one link to collect the threads with zero reply!

    Thnx!

    :w00t:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: SQL Server Management Studio for Beginners - SQL School Video

    Yea not bad presentation from Brian ... 😎

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Will snapshot of a DB be still working if its source DB is being restored?

    sunny Brook (12/31/2008)


    IN SQL 2005 Enterprise Edition.

    post more info what about your snapshot!!! :hehe:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: SQL 2005 Express daily backup

    OK I will suggest you also this script and some actions to do, hope it will help you to find solution little bit soon!

    First select you DB ID

    SELECT DB_ID();

    The...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Virtual Memory exceeds in new

    Nicholas Cain (12/31/2008)


    Perry Whittle (12/31/2008)


    Dugi (12/31/2008)


    ps (12/31/2008)


    we dont have double post. we've 5 posts on the same topic!!

    Yes I can see for that reason I told Steve that the SSC...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: convert bigint to int

    Interesting here... I think that you cannot convert from bigint to int if the range is exceeded otherwise from int to bigint I try and it works!

    There is the ranges...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Virtual Memory exceeds in new

    ps (12/31/2008)


    we dont have double post. we've 5 posts on the same topic!!

    Yes I can see for that reason I told Steve that the SSC board should have more moderators...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Virtual Memory exceed in new

    thinknight (12/31/2008)


    There existed an error while posting thread, and i could not delete all.

    Ok the starting thread is unavailable to delete, be patient during the new threads

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Virtual Memory exceed in new

    Don't do double post!

    All reply should be in this post:

    http://www.sqlservercentral.com/Forums/Topic627895-146-1.aspx

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Virtual Memory exceed in new

    Don't do double post!

    All reply should be in this post:

    http://www.sqlservercentral.com/Forums/Topic627895-146-1.aspx

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

Viewing 15 posts - 496 through 510 (of 789 total)