Forum Replies Created

Viewing 15 posts - 6,421 through 6,435 (of 9,643 total)

  • RE: Handling ISNULL in xml Parser

    Sure the nested ISNULL(NULLIF()) works, I just find the Case statement easier to read. I'd run both in the same SSMS window and see which one is more efficient.

  • RE: Changing Taxonomy

    I'll be the third vote for having a page for posts with 0 replies. When there is nothing I want to answer in Active Threads I go through the...

  • RE: Industry Experience... Required?

    Put me in the data is data, coding is coding group. As has been noted by others, sometimes "Industry Experience" is more of a hindrance than a help.

    When I...

  • RE: Rules For Effecient Joins?

    I also have to agree with Grant, but in my experience you will rarely be joining enough tables where the order will be important. Also, in my opinion, you...

  • RE: Service Account Permissions

    With SQL Server 2005 your service accounts only need to be standard domain users. If you use the install process or SQL Server Configuration to set/change the service accounts...

  • RE: Handling ISNULL in xml Parser

    I don't think you could use it in the XML, but you could do this in your insert:

    SELECT

    SCOPE_IDENTITY(),

    ...

  • RE: Error in report using ssrs 2005

    I found this quote in this article at MSDN:

    The following example returns an error due to the CONSTRAINED flag. While the set specification provided a valid MDX set expression, the...

  • RE: .net sqlclient data provider error

    What is the connection string being used to connect?

    Are connections being left open by the application or is the application opening and closing the connection when it is done with...

  • RE: Rules For Effecient Joins?

    This is my understanding as well.

  • RE: See codee that created a view

    Exec sp_helptext 'view name'

  • RE: .net sqlclient data provider error

    Are other users able to connect to this SQL Server? Usually this error means that you have not configured the SQL Server for remote connections or the user does...

  • RE: Data Import In SQL 2000

    Jay Sapani (12/31/2008)


    You likely need to escape the single quotes in your where clause or you can use double quotes around Jay as at least the Foxpro ODBC and OLEDB...

  • RE: Error Handling in SSIS

    Yeah, that would be great!

    Glad you could find it useful.

  • RE: a problem in writting a storeprocedure

    The where clause is in the SQL statement defined in @sql and the parameters are defined in @parameters and then passed in the execute SQL. If you run this...

  • RE: a problem in writting a storeprocedure

    Sorry, it's 3:30 in the morning/night where I am and I couldn't sleep, so I thought I'd answer some questions.

    The first part is building your select statement in...

Viewing 15 posts - 6,421 through 6,435 (of 9,643 total)