Forum Replies Created

Viewing 15 posts - 5,776 through 5,790 (of 7,164 total)

  • RE: What is IO in sqlserver

    forsqlserver (6/28/2011)


    IO works among whom?

    Can you please clarify? What are you saying "works among whom"?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql Selecting Records

    usharani.t (6/28/2011)


    How to select Records between two dates '06-06-2010' and '06-06-2011' in sql

    Here is how you would select rows from a table where a column named date_column had a value...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: What is IO in sqlserver

    Is this a trick question? Input/Output, meaning disk activity?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Identity Issue - Massive Table

    Whisper9999 (6/28/2011)


    Thank you! I was planning on using bcp actually...

    No problem. Happy something I said was useful 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: The Age of Software

    IceDread (6/27/2011)


    I know.. but I still think it's a big flaw.

    I am curious...I am not sure what you mean. Maybe it would help if I knew your standard for OS-dependent,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Changing the Oil In Your Server

    You highlight a sad but true fact about technical managers.

    Does your organization give you the time and tools to keep your systems operating?

    I have found that for the most part...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Problems "insert into openquery" with Relativity to COBOL data

    This thread seems to have hit a stopping point and I have no specific technical information to lend but this looked weird so I thought I would call it out:

    INSERT...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Combining Multiple Records Into One

    Performance? I gotta go with a "maybe" (or at least IMHO :-P). On another link, you said it was only about a 10% gain in performance (which isn't...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Identity Issue - Massive Table

    Whisper9999 (6/27/2011)


    I've got a large table (70+G) with an identity column. I want to rebuild the table using paritioning but don't want to lose the identity or the existing...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: calling SSIS package

    You beat me to it Tom...I was just testing the theory of having all 10 in a Sequence Container (concurrent execution) with the 11th package connected to it with a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: greater than equal

    Like it matters...its referencing query optimizations for Sybase 11.0 (the current version is 15.5) and the article was written around the time when MSSQL 6.5 was coming out...years after the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Send an XML from SQL to a specific port!!!

    I don't think you'll be able to go directly from Service Broker to the Windows Service but please let us know if you find a way to do that because...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: create table through cursor

    Hmmm, something must be out of order on your side. I tested the technique before I posted. Here is my POC code:

    USE tempdb

    GO

    CREATE PROC dbo.proc_a

    AS

    BEGIN

    SELECT...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: greater than equal

    steveb. (6/28/2011)


    Jayanth_Kurup (6/28/2011)


    I found the below article on the usage of greater than vs greater than or equal to

    http://www.lcard.ru/~nail/sybase/perf/18295.htm

    The logic seems sound but i doubt if i will...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Data Export to Excel without using DTS or SISS

    Very true, I knew and should have mentioned that the proc was dropped from the product in 2008.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,776 through 5,790 (of 7,164 total)