Forum Replies Created

Viewing 15 posts - 15,616 through 15,630 (of 26,486 total)

  • RE: Are the posted questions getting worse?

    Paul White NZ (5/5/2010)


    tosscrosby (5/5/2010)


    A bummer of a day...

    Sounds all too familiar. Work sucks - and almost everywhere is the same, eventually.

    Have I cheered you up at...

  • RE: problem with join

    Looks about what I came up with, just not formatted the same.

    Does this query now return your expected results?

  • RE: Temp db in sql express 2008

    Cross post, please respond here.

    Please don't cross post, it will only fragment responses.

  • RE: Restore Db from transaction Logs

    mckinnj1 (5/5/2010)


    We are trying to restore current data to a backup that is a month old using the latest ldf file.

    So you are saying you don't have the t-log backups,...

  • RE: problem with join

    Because your WHERE clause is essentially turning the OUTER JOINs into INNER JOINs. Move the criteria from the WHERE clause to the appropriate ON clause in the OUTER JOINS.

    And...

  • RE: Are the posted questions getting worse?

    tosscrosby (5/5/2010)


    CirquedeSQLeil (5/5/2010)


    tosscrosby (5/5/2010)


    CirquedeSQLeil (5/5/2010)

    And all I was trying to do was reinforce what you wrote.

    That's known as the royal "suck up" around here! :w00t:

    Geez thanks

    Just...

  • RE: Temp

    SQL Server 2008 Express has had the maximum size of the databases increased from 4 GB to 10 GB.

    Start by looking at all your queries. Realize that tempdb is...

  • RE: Need help with a query

    Help us help you. Please provide the DDL (CREATE TABLE statement(s)) for the table(s), sample data (series of INSERT INTO tablename statements) the represents your problem domain, expected results...

  • RE: 2005 Enterprise Ed Transaction Log Backup and 2005 Std Ed Transaction Log Restore

    Yes. If you are using any SQL Server 2005 EE features, you won't be able to modify those objects on the SE, iirc what I have read.

  • RE: Can logs get very big in the simple recovery database?

    It would be nice if you were more descriptive in asking your question.

    Yes, a database using the SIMPLE recovery model can still have its log file grow. it is...

  • RE: Restore Db from transaction Logs

    Of course, after I post my answer, I have to come back and ask you for clarification as to what you are trying to accomplish.

  • RE: Restore Db from transaction Logs

    If you have all the transaction log backup files since the full backup you want to use for the restore, yes.

  • RE: SS2005 Not Utilizing Machine Fully

    Have to ask, any performance issues regarding queries and reports? Is your only concern that the system is not using all the memory available?

  • RE: inserting Commas

    sql.kishore1 (5/5/2010)


    Thankyou

    Mark

    AND

    Lynn Pettis

    Your welcome. I'm leaving as an exercise to you turn the code into an inline table valued function (it will perform much better than a scalar...

  • RE: Views vs Table-Valued function - Performance issues

    Tamim (5/5/2010)


    guys,

    why i cant use EXEC in table value function!!!!!

    any suggestions

    thanks in advance

    Table valued functions can not cause side effects. Using dynamic sql inside a function could violate that...

Viewing 15 posts - 15,616 through 15,630 (of 26,486 total)