Forum Replies Created

Viewing 15 posts - 16 through 30 (of 369 total)

  • RE: Sending multiple rows to the Database from an Application: Part II

    sholliday (10/28/2010)


    Mauve (10/28/2010)


    I see references to OPENXML in the postings.

    Don't use OPENXML! Use XQuery. See the following SQL ServerCentral article:

    http://www.sqlservercentral.com/blogs/michael_coles/archive/2008/01/20/stop-using-openxml-please.aspx

    True, but BE WEARY of element based xml depending on your...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Sending multiple rows to the Database from an Application: Part II

    I see references to OPENXML in the postings.

    Don't use OPENXML! Use XQuery. See the following SQL ServerCentral article:

    http://www.sqlservercentral.com/blogs/michael_coles/archive/2008/01/20/stop-using-openxml-please.aspx


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: SSRS (Page setup to landscape and Size fitting A3 printout)

    Mauve (11/9/2009)


    Note that SQL Server 2005 Reporting Services has a bad defect related to linked reports. If the report is a linked report, the page size properties of the...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Reporting Services & Windows Integrated Security Not Working

    The same problem can occur in a standard web application where the Reporting Server is separate from the Database Server. Which it should be for performance, etc. I.e.,...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: SQL Server's implementation of Window Functions

    Having worked with Oracle for 25+ years, I'm continually frustrated with the lack of "core" functionality that Microsoft is so slow to implement. This is just another one as...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Disabling the Named Pipe Protocol in SQL Server

    EdVassie (9/27/2010)


    We successfully use Full-Text under SQL Server 2005 and SQL Server 2008 R2 with Named Pipes disabled

    Interesting. Maybe the Microsoft documentation is wrong. See http://msdn.microsoft.com/en-us/library/ms345189.aspx for...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Disabling the Named Pipe Protocol in SQL Server

    EdVassie (9/21/2010)


    If you want to use Full Text indexing then you will need Named Pipes.

    Not true. We successfully use Full-Text under SQL Server 2005 and SQL Server 2008 R2...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: "SELECT @local_variable"

    UMG Developer (6/25/2010)


    Hugo Kornelis (6/25/2010)Please, people - NEVER USE CODE LIKE THIS IN PRODUCTION CODE!!!!

    I agree, but I think variable concatenation is very commonly used, so it is important for...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: "SELECT @local_variable"

    Hugo is 100% correct! Using this technique is 100% unpredictable. It will not work with table variables, derived tables, etc.

    If you need to make a delimited list of...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: How many Records Will Get Selected

    Mighty (6/11/2010)


    If the question was aiming at showing what the behaviour is of having "GO" in a batch, then it would have made sense to add the answer "The select...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Access variables values from Trigger

    sadair (6/9/2010)


    Great article, thank you.

    This will all work well when the delete is accomplished via the proc, but what happens when the delete is ad hoc from Enterprise Manager or...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Access variables values from Trigger

    christopher.cormier (6/9/2010)


    This may be a faily easy quesion, but aside from the business requirement are there any performance benefits of putting the audit trail in a trigger? I'm fairly...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Version Control your Stored Procedures

    jacroberts (5/7/2010)


    Grant Fritchey (5/7/2010)


    Also, we make it a point of retaining the scripts that were generated for the final rollout to production, in case there's any question in the future...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Version Control your Stored Procedures

    bill page-320204 (5/6/2010)


    Am I missing something here?

    We use SourceSafe. We keep each proc separate. When I need to change one, I check it out, modify it, paste it...


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

  • RE: Can we export Sub reports to excel?

    No, it cannot be done in SQL Server 2005.

    See the BOL: http://technet.microsoft.com/en-us/library/ms157399(SQL.90).aspx


    [font="Arial Narrow"](PHB) I think we should build an SQL database. (Dilbert) What color do you want that database? (PHB) I think mauve has the most RAM.[/font]

Viewing 15 posts - 16 through 30 (of 369 total)