Forum Replies Created

Viewing 15 posts - 436 through 450 (of 567 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (1/29/2013)


    I went through all of the ones I saw yesterday, his post is not relevant, the over-sized plan cache problem on SQL 2005 RTM and SP1 is not going...

  • RE: BIT Primary Key

    Hugo Kornelis (1/29/2013)


    wolfkillj (1/29/2013)


    (And yes, I know I spelled DR0P TABLE with a zero instead of an "O". In posting on this forum, I have discovered the my employer seems...

  • RE: Order of JOIN in multiple table joins

    CapnHector (1/28/2013)


    Eugene Elutin (1/28/2013)


    purushottam2 (1/28/2013)


    Yes, Because in one of my query, i am joining with 3 tables. And table 1 have the 1 million record, 2 Lakh and table3 have...

  • RE: BIT Primary Key

    Primo Dang (1/29/2013)


    wolfkillj (1/29/2013)


    (...)

    (And yes, I know I spelled DR0P TABLE with a zero instead of an "O". (...))

    I thought you were just trying to be 1337. :hehe:

    If I were...

  • RE: Are the posted questions getting worse?

    HowardW (1/29/2013)


    wolfkillj (1/29/2013)


    I noticed that there's a user who seems to be digging up very old threads (all on the same topic with approximately the same question - inquiries about...

  • RE: Can concurrent INSERTs mess up a UNION?

    siggemannen (1/28/2013)


    Can SQL Server guarantee that if I issue a command like:

    INSERT INTO T(...)

    SELECT t.a, t.b, 1

    FROM sometable t

    UNION

    SELECT -t.a, t.b, 1

    FROM sometable t

    , both "sides" of union will retrieve...

  • RE: Are the posted questions getting worse?

    I noticed that there's a user who seems to be digging up very old threads (all on the same topic with approximately the same question - inquiries about "sleeping" connections)...

  • RE: about storing sql script in a table?

    mpradeep23 (1/27/2013)


    Hi

    Can i store the database creation script in a table call the script in stored procedure to create new database with tables and stored procedure

    can any one...

  • RE: BIT Primary Key

    Good question. I liked that it required investigation or at least consideration of several matters: the operation of the CHECK constraint, the significance of the primary key declaration (especially that...

  • RE: Strored procedure returns different row counts

    Alex koranteng (1/27/2013)


    Thanks for the pointer. The code is the same. The data for the joins in the two environments are slightly different, because the test server data is a...

  • RE: Question of the day

    L' Eomot Inversé (1/25/2013)


    wolfkillj (1/25/2013)


    Sean Pearce (1/24/2013)


    I am getting myself confused with some simple maths :crazy:

    Answer 1

    Coalesce can take more than two parameters, and IsNULL takes exactly two parameters

    97%

    Answer 5

    Coalesce...

  • RE: How do I remove zombie Business Intelligence Development Studio installed by SQL Server Express?

    David Ziffer (1/24/2013)


    <snipped>

    So why does Express Edition install a version of BIDS that does not work no matter what you add to it, and which requires removal and replacement? I...

  • RE: Question of the day

    Sean Pearce (1/24/2013)


    I am getting myself confused with some simple maths :crazy:

    Answer 1

    Coalesce can take more than two parameters, and IsNULL takes exactly two parameters

    97%

    Answer 5

    Coalesce takes exactly two parameters,...

  • RE: How To Validate in Procedure

    sarwaanmca (1/23/2013)


    I Created a one Procedure ..its given Below...

    create procedure [dbo].[USP_Reliance_Master_Upload]

    as

    begin

    declare @dt datetime , @Mnth varchar(10)

    BEGIN TRY

    SELECT ...

  • RE: Are the posted questions getting worse?

    jasona.work (1/24/2013)


    This is my new mop. George, my friend, he gave me this mop. This is a pretty good mop. It's not as good as my first mop. I miss...

Viewing 15 posts - 436 through 450 (of 567 total)