Forum Replies Created

Viewing 15 posts - 4,666 through 4,680 (of 6,035 total)

  • RE: I need to delete 20 million rows from a table...

    Siberian Khatru (3/12/2014)


    I have a table with @ 20 Million rows of data I want to truncate or delete. I don't need any of the data in it anymore...

  • RE: Insert Statement for 2 million rows

    Jeff Moden (3/13/2014)


    Eric M Russell (3/13/2014)


    pretea (3/13/2014)


    Hi!

    I have multiple (individual) insert statement to insert around 2 million rows (using sqlcmd because the insert stament is around 8 thou lines).

    It took...

  • RE: Insert Statement for 2 million rows

    pretea (3/13/2014)


    Hi!

    I have multiple (individual) insert statement to insert around 2 million rows (using sqlcmd because the insert stament is around 8 thou lines).

    It took about an hr to insert...

  • RE: #sqlhelp

    I've never actually used Twitter, but it seems to me that if the question can be expressed in 140 characters or less, then the answer could probably by found quicker...

  • RE: SSIS Package to retrieve database information across different servers?

    It depends on what automation and instrumentation method you're wanting to inegrate with.

    It will require some programming, but PowerShell is typically used for what you're asking. This is perhaps...

  • RE: Developers, developers, developers

    While most of this audience aren't in the development space, some may be, and the impacts of the results could certainly affect our careers.

    Odd, I would expect the...

  • RE: Pls let me know how to add image..thanks

    koti.raavi (3/10/2014)


    ...

    At the end of the test, you will be expected to demonstrate your code, and discuss the design, implementation, limitations, and potential future enhancements.

    That's funny. 😛

  • RE: Import Outlook folder or PST into SQL?

    It's been a long time ago, but I vaguely recall using LINQ (or OLEDB directly) to query data from Outlook.

    http://thedatafarm.com/data-access/using-linq-to-query-outlook-emails-joined-with-sql-data/

  • RE: Most used Index

    Ratheesh.K.Nair (3/10/2014)


    Hi Experts,

    Is there anyway to find the most used indexes in a DB?

    This little DMV ditty should to the trick.

    select

    object_name(s.object_id) as obj_name,

    ...

  • RE: One size does not fill all

    Gary Varga (3/7/2014)


    Microsoft Access anyone??? :unsure:

    In the case of MS Access, the application forms, reports, business logic, SQL, and database are all intertwined in one file. I guess that works...

  • RE: One size does not fill all

    dmbaker (3/6/2014)


    Eric M Russell (3/6/2014)


    dmbaker (3/6/2014)


    Eric M Russell (3/6/2014)


    It's true that by coding batch processing logic within the application, your SQL code can be simplified and constructed in a more...

  • RE: One size does not fill all

    dmbaker (3/6/2014)


    Eric M Russell (3/6/2014)


    It's true that by coding batch processing logic within the application, your SQL code can be simplified and constructed in a more cross-platform fashion. Basic SELECT,...

  • RE: One size does not fill all

    It's true that by coding batch processing logic within the application, your SQL code can be simplified and constructed in a more cross-platform fashion. Basic SELECT, INSERT, and UPDATE operations...

  • RE: Geeky Entertainment

    I would like to see a TV series based on the original 'Conan the Barbarian' short stories written by Robert E. Howard. It could be done in the same style...

  • RE: Geeky Entertainment

    I hear that a movie is in the works based on Neil Gaiman's comic book series, 'The Sandman'. I've never actually been that much into comics, but my roommate in...

Viewing 15 posts - 4,666 through 4,680 (of 6,035 total)