Forum Replies Created

Viewing 15 posts - 5,236 through 5,250 (of 7,164 total)

  • RE: Merge a transaction file with perrsonal info file

    :ermm: XML PATH helps create a delimited list as a single column. The example in the OP has a separate column for each transaction.

    @krish2266, did you get your issue...

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

  • RE: SQL Server 2008 Convert Rows into INSERT statement

    SQL_Developer (8/3/2011)


    Hello All,

    I am working on dynamically generated web form with bunch of controls in an ASP.NET project. When I save the data, I am passing all the controls (FieldName,...

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

  • RE: openquery worked in SQL 2005 but not in 2008

    Denise McMillan (8/4/2011)


    I'm sorry, I forgot to put that in! Error is:

    OLE DB provider "OraOLEDB.Oracle" for linked server "LAWSONPROD" returned message "ORA-01858: a non-numeric character was found where a...

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

  • RE: Text to Columns in SQL

    Errr...Jeff Moden strikes again? Try a Crosstab instead of PIVOT. You'll be happy you did.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns[/url]

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

  • RE: openquery worked in SQL 2005 but not in 2008

    Denise McMillan (8/4/2011)


    I have a querythat works in SQL Server 2005, but has an error using it in SQL Server 2008.

    SELECT *

    FROM OPENQUERY(LAWSONPROD, 'SELECT

    ...

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

  • RE: view directory

    Eugene Elutin (8/1/2011)


    Map the drive or use full path :

    \\machinename\c$ ...

    But, why are you using SQL for this? PowerShell or old dos-batch are designed exactly fo the purpose you have.

    +1...

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

  • RE: Are the posted questions getting worse?

    I gave up drinking a while back but agree with Grant. Stone is an excellent example of a U.S. microbrew far superior to any of the Mega Breweries. Oskar Blues...

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

  • RE: roles assigned to multiple tables

    Suit yourself.

    I don't know the layout of your database but if you're using procs, views, functions, etc. to access your tables just be aware that DENY is not evaluated...

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

  • RE: roles assigned to multiple tables

    Why DENY? Unless you have very granular or complex security requirements using DENY is not preferred.

    It's much more intuitive from a management standpoint to have Users added to Roles that...

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

  • RE: Conn Str Details

    James Tech (8/3/2011)


    My concerns are:

    1.) I want to know if each of the property specified in this connection string sample below is well suited for a clustered environment. e.g. The...

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

  • RE: Conn Str Details

    Sorry, I guess I confused on your request. A connection string to a clustered instance will look very similar to one connecting to a stand-alone instance...that's the point of clustering,...

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

  • RE: Conn Str Details

    This should help clear things up:

    All SQL Server SqlConnection properties

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

  • RE: SQL Server Agent and SSIS Package

    What else is the package doing? Many times when I see this type of issue it's related to an interactive prompt showing up when the SSIS package is run unattended...

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

  • RE: Stairway to SQL Server Indexes: Step 6, Bookmarks

    Steve.Cornelius (8/3/2011)


    I see very little of value in this article. The readers are ever so slightly better informed after reading it, but have acquired no useful information. In fact...

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

  • RE: Stairway to SQL Server Indexes: Step 6, Bookmarks

    opc.three (6/8/2011)


    Thanks for the great article David!

    From the article:

    Therefore, each row in a database, at any given point in time, can be identified by three numbers; file number - page...

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

Viewing 15 posts - 5,236 through 5,250 (of 7,164 total)