Forum Replies Created

Viewing 15 posts - 41,521 through 41,535 (of 49,562 total)

  • RE: Keeping user database in memory

    serge.kovacs (1/22/2009)


    while the DB itself is taking almost 2 GB now, and is still growing.

    That's tiny. 🙂

    Do you think it could help to increase the amount of RAM...

  • RE: beginner query ...i'm lost !

    The best way to post the table definitions is as create statements, so that the people who are trying to help you can easily create those tables to test out...

  • RE: DB Corrupt

    Hadrian (1/22/2009)


    check status in sysdatabases must be suspect for corrupted mdf files

    Not necessarily. There are many forms of corruption that won't result in the DB been marked suspect. That's pretty...

  • RE: Need REST, mashups, Struts training and other specific Java related info

    vaibhavi5575 (1/22/2009)


    My projects includes working on Java and Ruby on Rails and Ajax. I think Web Services is really cool.

    You may get better advice on a forum that caters...

  • RE: DB Corrupt

    Run checkDB and see if it gives you any errors. There are a lot of possible errors that checkDB will give back, so I won't try and list them.

    Is this...

  • RE: beginner query ...i'm lost !

    I'm not sure I fully understand your requirements.

    Please post table definitions, sample data and desired output. Read this to see the best way to post this to get quick responses.

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • RE: Rebuild Index and .mdf file growth.

    Rajesh kasturi (1/22/2009)


    Thanks for your reply, While rebuilding the index log file will be used or data file will be used.

    Both. The data file because that's where the new...

  • RE: Keeping user database in memory

    serge.kovacs (1/22/2009)


    When the application needs to restart things go bad. It takes about 30 minutes to load up all the data because the SQL Server has to load up the...

  • RE: getting errors continuosly in the error log

    Suggest to the sharepoint admin that it would be better to take backups to the local disk and later move them to a network share?

    If that's not an option, ensure...

  • RE: DBCC Shrinkfile to a size not working - why ?

    ifila (1/21/2009)


    Not looking for an argument, but why does MS offer a shrink capability if it is a bad idea ?

    Because there are times when it's necessary. Note that...

  • RE: sqlprov.exe

    It's used on Vista (and I think Server 2008) to add in an administrative user as, by default, the builtin\admins are no longer automatically sysadmin on those OSs. It's only...

  • RE: New-Features SQL 2008

    lucassouzace (1/21/2009)


    ok, is Latin1_General_CS_AS

    Right. That's case sensitive (that's what the CS shows)

    For some strange reason, the hierarchyid data type is case sensitive in some places in a case sensitive database....

  • RE: Unable to shrink transaction log

    Rajesh kasturi (1/21/2009)


    What is the reason you are not running backup log with truncate_only.

    If you run the backup log with truncate_only, I am sure your log file will be...

  • RE: Does every table need a clustered index?

    Unless you have a good reason not to, every table should have a clustered index.

    Tests have shown that with a well-chosen clustering key, all operations are faster on the table...

  • RE: Co-worker Dispute

    Grant Fritchey (1/21/2009)


    I'm inclined to say the second without any data. But I've seen instances where the first can be faster.

    If the indexes are good, the stats accurate and the...

Viewing 15 posts - 41,521 through 41,535 (of 49,562 total)