Forum Replies Created

Viewing 15 posts - 14,281 through 14,295 (of 26,486 total)

  • RE: Covert style 120 vs 102

    vick12 (10/12/2011)


    Hi,

    I am in need of converting a datetime column into character type and then sort it once it is converted to character. I am not sure which convert style...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (10/12/2011)


    Lynn Pettis (10/12/2011)


    To proudly go where few have gone! Just how many people have gone into space? What an honor it would be to be a...

  • RE: Are the posted questions getting worse?

    To proudly go where few have gone! Just how many people have gone into space? What an honor it would be to be a part of that elite...

  • RE: Implement 'USE' + @DB inside procedure

    SQL_By_Chance (10/12/2011)


    Hi,

    Does anyone know how to implement use of different database inside a proc ?

    create proc xyz

    as

    begin

    declare @sql varchar (100)

    set @sql = 'use ' + @dbname /*...

  • RE: Licensing multiple instances

    jared-709193 (10/12/2011)


    Lynn Pettis (10/12/2011)


    When in doubt, contact Microsoft. It is their kicensing scheme, they are the ones that will give you the answer you seek. All we can...

  • RE: Licensing multiple instances

    When in doubt, contact Microsoft. It is their kicensing scheme, they are the ones that will give you the answer you seek. All we can do is give...

  • RE: License questions

    I'll have to reread the EULA for the developer edition, but when I was looking at for our test servers at D11 I am pretty sure that users testing an...

  • RE: Poor Data Model

    Here is what I really need to help. The DDL for the original table with the data in it that you need to parse. Sample data for that...

  • RE: SQL-Server 2005: Change Ordinal Column Position

    Jeff Moden (10/7/2011)


    Lynn Pettis (10/7/2011)


    ...(using a ref cursor in Oracle).

    GAH!!! MY EYES! MY EYES!!! NO MORE, PLEASE!!!

    😛

    Wait, Wait, it gets even better when interfacing nHibernate with Oracle!

    The ref...

  • RE: License questions

    dmoutray (10/7/2011)


    sqlfriends (10/7/2011)


    We cannot use trial version of Enterprise, is because once the test server is upgraded, we want to keep using it, the developer will use it as a...

  • RE: License questions

    dmoutray (10/7/2011)


    Lynn Pettis (10/7/2011)


    I don't think that means you can install the same licensed version on 4 physical machines. I think it means you can install the copy on virtual...

  • RE: License questions

    I don't think that means you can install the same licensed version on 4 physical machines. I think it means you can install the copy on virtual systems residing on...

  • RE: Poor Data Model

    I can't work on it here at work. I'll look at it when I get home and can concentrate on the solution.

  • RE: Poor Data Model

    Sean Lange (10/7/2011)


    This should be totally doable in tsql. A combination of Jeff Moden's splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/%5B/url%5D and maybe a for xml should just about get it there.

    I don't have much...

  • RE: Date range and column summed query help.

    Looks like home work. Show us what you have written so far and where you seem to be having a problem.

Viewing 15 posts - 14,281 through 14,295 (of 26,486 total)