Forum Replies Created

Viewing 15 posts - 76 through 90 (of 716 total)

  • RE: tempdb.mdf on 2008 grown out of control than 2005.

    keyun (4/8/2011)


    @UMG - It is 2008 R2(RTM) - 10.50.1600.1 SP1

    I think you pulled the SP1 from the end of the string which belongs to the OS version.

    You are running 2008...

  • RE: Length

    Rob Schripsema (4/8/2011)


    So, somebody asks us a question, we give them the right answer, then we find out we're wrong because they really meant to ask us a different question.

    Sounds...

  • RE: PatIndex

    Flexdog (4/7/2011)


    Well, this code will work (hey it's tested 😉

    That is an interesting solution, but we don't have specification for how the situation should be handled, maybe they want it...

  • RE: Using data in two tables with no link

    First, thank you very much for providing the DDL and DML to help us help you. The only thing you could have done better was to provide an example of...

  • RE: Length

    Argh! How does something this simple and wrong make it through. Did nobody actually run the code prior to posting the question? :w00t:

    Steve, oh Steve, Cleanup on isle 42.

  • RE: It's possible to repair a master.mdf with another sql instance or SQLServer??

    You could try attaching copies of the master DB on Server B, but it is very unlikely to work.

    You can rebuild the master database, but you would loose anything you...

  • RE: How to define max session limit to individual sql users?

    You could probably write a TRIGGER that checked how many sessions a user currently had, and ROLLBACK the current conection if they were over your limit.

  • RE: Query building.

    Actually if all you want is the count of unique users, don't return them and spin through them that just wastes network bandwidth, etc.. Use a COUNT query instead:

    SELECT

    ...

  • RE: Jobs not running after upgrade to sql server 2008

    chetnaj (4/7/2011)


    We have just installed SQL server 2008 R2 and none of our jobs is running.

    First, did you really upgrade without testing first? :crying:

    We ran into problems with jobs, especially...

  • RE: Excessive use of tempdb after upgrade from 2005

    I think it is intersting that we have recently had a rash, at least 3, people reporting large tempdb usage after upgrading to 2008 R2 from 2005...

  • RE: Excessive use of tempdb after upgrade from 2005

    If updating the statistics doesn't help you might look at installing one of the newer CUs for 2008 R2, I know that we had to go to at least CU4...

  • RE: memory recommendations for 2 tera db

    cbabino71 (4/7/2011)


    I would like to reach out to other companies with a 2 terabyte sql server database. How much ram do you recommend having on the server?

    As much as you...

  • RE: Logged Operations

    SanDroid (4/7/2011)


    Today I want to understand and learn about how "data affecting the version store" is not logged.

    I assume what you are trying to get at is that the "data...

  • RE: PatIndex

    Steve Jones - SSC Editor (4/7/2011)


    If the value always a 2 digit month, then a day? If so, do you need patindex? Can you use use substring?

    Steve,

    The way I saw...

  • RE: PatIndex

    thamatrix1436 (4/7/2011)


    Thanks for the attempt UMG Developer. Still coming back with the same error. Getting some of the records back, but the majority are falling out of the result set...

Viewing 15 posts - 76 through 90 (of 716 total)