Forum Replies Created

Viewing 15 posts - 7,501 through 7,515 (of 8,753 total)

  • RE: PIVOT without aggregate function?

    Quick thought, you might want to use cross-tab instead of pivot, take a look at this article by Jeff Moden, Cross Tabs and Pivots[/url]

    😎

  • RE: XML to file

    It is SSMS which is playing tricks on you, for an automatic process it should not be in the picture. Create a stored procedure with your select statement and call...

  • RE: OLTP process question

    sandie_zarate (8/14/2014)


    If our processes run every 2 minutes on 3 DBs simultaneously, everything is fine... why are we encountering problems if we run our processes every 2 minutes on more...

  • RE: Stored Procedure slower on faster newer machine ?

    It is obviously the keyboard:-P

    There are so many possibilities here that it's hard to say where to start. First thing is probably the laptop's power management, make certain it is...

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/14/2014)


    Eirikur Eiriksson (8/14/2014)


    Luis Cazares (8/14/2014)


    Grant Fritchey (8/14/2014)


    Evil Kraig F (8/14/2014)


    djj (8/14/2014)


    ChrisM@Work (8/14/2014)

    remember '76/'77

    Wish I could remember what last year was like, I remember some nice days for '77...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (8/14/2014)


    Eirikur Eiriksson (8/14/2014)


    Luis Cazares (8/14/2014)


    Grant Fritchey (8/14/2014)


    Evil Kraig F (8/14/2014)


    djj (8/14/2014)


    ChrisM@Work (8/14/2014)

    remember '76/'77

    Wish I could remember what last year was like, I remember some nice days for...

  • RE: Are the posted questions getting worse?

    Luis Cazares (8/14/2014)


    Grant Fritchey (8/14/2014)


    Evil Kraig F (8/14/2014)


    djj (8/14/2014)


    ChrisM@Work (8/14/2014)

    remember '76/'77

    Wish I could remember what last year was like, I remember some nice days for '77 as I have...

  • RE: How to determine which column is causing Error converting data type varchar to numeric

    Quick thought along with previous suggestion, selecting with a conversion will still return the rows up to the conversion failure, here is an example code

    😎

    USE tempdb;

    GO

    CREATE TABLE dbo.TBL_CONVERSION_TEST_SOURCE

    (

    ...

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/14/2014)


    Ed Wagner (8/14/2014)


    Evil Kraig F (8/14/2014)


    djj (8/14/2014)


    ChrisM@Work (8/14/2014)

    remember '76/'77

    Wish I could remember what last year was like, I remember some nice days for '77 as I have a...

  • RE: trigger with text type

    tcronin 95651 (8/14/2014)


    Dealing with 3rd party app that is somehow deleting records. Was going to put a delete trigger on the table so we can at least be notified...

  • RE: Query SSIS packages

    SQLRNNR (8/14/2014)


    Koen Verbeeck (8/14/2014)


    Phil Parkin (8/14/2014)


    I can't see a way of querying SSISDB directly to get this data. Which makes me wonder where SQL Server has put it!

    I asked Matt...

  • RE: Denormalized XML File

    Quick thought, add an output method element

    😎

    <xsl:output method="text" indent="no"/>

  • RE: Combine data from historical table

    mqbk (8/13/2014)


    Recently, I partitioned one of my largest tables into multiple monthly field groups. For the current month, it is attached to my "Active' table. The older records are...

  • RE: Query SSIS packages

    demin99 (8/13/2014)


    Hi Iam using SQL Server 2012.I have around 120 packages deployed in Integration services catalogs.

    I wanted to find the packages that uses a particular tablename. Is there any easy...

  • RE: Help with switch partition

    N_Muller (8/13/2014)


    There can be a significant overhead of dropping indexes before the partition is switched out and recreating them after the partition is switched out. Not only the switching...

Viewing 15 posts - 7,501 through 7,515 (of 8,753 total)