Forum Replies Created

Viewing 15 posts - 6,466 through 6,480 (of 9,715 total)

  • RE: datetime column conversion

    Ditto what GSquared said. Don't worry about the data in the table. Display is where that sort of things matter.

    If you absolutely must tinker with the table, though, look into...

  • RE: PURPOSE OF TEMPORARY TABLES

    In addition to the breaking up of queries for better performance...

    Temp tables give me the option of winnowing down my data results, and deleting duplicates as necessary, when working with...

  • RE: Severity 20 Error - Connection Pooling

    Nothing in the logs happened right before these errors, except a few security audit failures in the Event Log. I've checked the SQL Server Log, SQL Agent Log, Application, Security...

  • RE: database crash

    What recovery model was your database set at? FULL, BULK LOGGED, or SIMPLE?

    EDIT: Also, do you see the database in SSMS? Is it perhaps in Suspect mode instead of just...

  • RE: xp_cmdshell not supported in SQL 2005 Express Edition

    I think embedded edition is even more crippled than the usual SQL Express. Which means certain options that Express has are not available unless you actually install Express.

    See this link...

  • RE: Fun(?) with DATETIME2

    Oh, okay. I think I get what the issue is. Thank you for the second link.

    I just don't understand why people would use varchar (or any string) to represent dates...

  • RE: Random Recipes

    So, 4 eggs total or did you mistakenly enter the 2 eggs twice?

  • RE: DBCC updateUsage

    george sibbald (2/14/2011)


    As this database has been upgraded from SQL2000 run DBCC CHECKDB with DATA_PURITY if you have not already done so (during next quite period yada yada :-))

    Interesting. Either...

  • RE: extended stored procedure install

    You're welcome. Let me know if you need anything else.

  • RE: Table Backup

    Actually, you can back up a single table. But there are caveats.

    1) The table has to have a clustered index

    2) The table has to be on its own file &...

  • RE: extended stored procedure install

    I would follow the instructions. The .dll file is apparently important. Copy it over to the BINN directory before running the XP script. Then run the XP script.

    Or did your...

  • RE: Today's Random Word!

    Ray K (2/15/2011)


    John Rowan (2/14/2011)


    Bahamas (Thursday)

    Jealous!

    Jelly

  • RE: Published Again!

    FYI: Apparently, there have been some problems in the Kindle store for searching Career Guide. According to my publisher, the issue is now resolved.

    For those who are wondering, here's...

  • RE: Today's Random Word!

    Daniel Bowlin (2/14/2011)


    Brandie Tarvin (2/14/2011)


    New WOTD:

    crummy

    Interesting new icon/avatar Brandie, is there a good story behind the change?

    It's a book cover! @=)

    I recently had two short stories published in two anthologies....

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/14/2011)


    Roy Ernest (2/14/2011)


    GilaMonster (2/14/2011)


    Craig Farrell (2/14/2011)


    GilaMonster (2/14/2011)


    $#%$$#%#@#!!!!!!!

    Another promising looking contract cancelled due to lack of @#$$#@$%$ budget!

    I'm almost at the point of walking away and going to...

Viewing 15 posts - 6,466 through 6,480 (of 9,715 total)