Forum Replies Created

Viewing 15 posts - 6,811 through 6,825 (of 8,760 total)

  • RE: trigger

    Quick thought, be careful when implementing a trigger with a single value logic and a transaction rollback, chances are that this will cause problems down the line. A more robust...

  • RE: The wisdom of developers

    Probably one of the most important factors here is the index maintenance, as the "health" of the index can greatly affect the performance, even in some not so exceptional cases....

  • RE: xp_cmdshell / file level permissions

    Quick thought, check the file system permissions for the account on the folder specified (<path>)

    😎

  • RE: Behaviour of Brackets in Select Clause when declaring variables

    Digging slightly deeper into this in order to explain this behaviour:

    1) Without the parenthesis, this is a simple select query and the server scans the table for all matching entries....

  • RE: Source table has an xml column that I need to query before splitting into 2 tables.

    dcarter 43846 (10/11/2014)


    Hi

    I have a source table with an xml column that I need to query on the nodes and then depending on what data is in the node then...

  • RE: Behaviour of Brackets in Select Clause when declaring variables

    Quick thought, the former returns an empty set and no assignment takes place, the latter returns a set with a empty (null) column whitch is assigned to the variable.

    😎

  • RE: Converting A OUTER APPLY to LEFT JOIN in a query

    Junglee_George (10/10/2014)


    I am now using a SELECT DISTINCT to avoid the duplicate records from retrieving.

    I can remove this DISTINCT keyword from the query once the OUTER APLLY is changed to...

  • RE: Job run error

    It is a separate download, SQL Server Data Tools for SQL Server 2014.

    😎

  • RE: Job run error

    The SSDT 2014 is an additional download (last time I checked). To run the 2012 jobs/packages on the 2014 system there are two options, install the 2012 SSIS components on...

  • RE: Job run error

    ramana3327 (10/11/2014)


    Hi,

    The job is running in Sql 2012 succefully.

    I migrated that job in to Sql 2014 instance that is running in seperate box.

    The job is running the ssis package. That...

  • RE: Update ID in the table

    Jeff Moden (10/11/2014)


    jacksonandrew321 (10/11/2014)


    Thanks Eiriksson for ur reply. I wasn't familiar with this id update.

    This kind of information is available in a tool called "Books Online". It's the "Help"...

  • RE: Find greatest value in a series of columns and select a related column value

    Just for fun, here is a union alternative, certain that this is not the most efficient solution but it is simple to write and fun to play with, uses XML...

  • RE: Fun Data Analysis

    Eric M Russell (10/11/2014)


    Eirikur Eiriksson (10/11/2014)


    Worked for a national statistics office a while back, seen some "interesting" interpretations especially when politics get thrown in the works, very CREATIVE business:-P

    😎

    There are...

  • RE: Visual Studio

    ramana3327 (10/10/2014)


    Hi,

    I installed sql 2014 enterprise edition. I didn't see any visual studio installation by the selection of Integration Service. Where we can develop the Packages?

    I am giving the attachment...

  • RE: Fun Data Analysis

    Worked for a national statistics office a while back, seen some "interesting" interpretations especially when politics get thrown in the works, very CREATIVE business:-P

    😎

Viewing 15 posts - 6,811 through 6,825 (of 8,760 total)