Forum Replies Created

Viewing 15 posts - 7,636 through 7,650 (of 22,213 total)

  • RE: How to Reduce the Table Size...

    Sounds like you're trying to make it smaller than you have data in it. You can't do that.

  • RE: Navision Performance and sp_executesql

    cunningham (7/30/2014)


    I made a slight mistake, the query is no sp_executesql, it is sys.sp_execute. Is this the same thing?

    That's for executing prepared statements. Different than sp_executesql because the prepared statements...

  • RE: Are the posted questions getting worse?

    patrickmcginnis59 10839 (7/30/2014)


    Then whats the problem with defending SO?

    I wasn't aware there was one. Someone offered an opinion. You disagreed. Others disagreed with you. Etc.

    Where was anyone shutting you...

  • RE: Run same script for multiple clients

    Or, assuming you can get it in a delimited fashion, using Jeff's Tally Table methods [/url]to turn that into a derived table that you can then JOIN on.

  • RE: Navision Performance and sp_executesql

    The choice for an ad hoc query, a parameterized query, stored procedure, or sp_executesql are not made internally by SQL Server. They're all made by the application. There's nothing in...

  • RE: Are the posted questions getting worse?

    patrickmcginnis59 10839 (7/30/2014)


    Grant Fritchey (7/30/2014)


    patrickmcginnis59 10839 (7/30/2014)


    Its sort of a free market thing, if people decide that SO/SE isn't useful, it could go away. I'm hoping it sticks around because...

  • RE: Are the posted questions getting worse?

    patrickmcginnis59 10839 (7/30/2014)


    Its sort of a free market thing, if people decide that SO/SE isn't useful, it could go away. I'm hoping it sticks around because it is really useful...

  • RE: Cocktail Recipe Database Schema - Tables Question - Normalization

    Sean Lange (7/30/2014)


    Grant Fritchey (7/30/2014)


    Oh how I regret not making my original comment less absolute. :w00t:

    I would never suggest we denormalize our structures in most normal situations for many...

  • RE: Can SSIS 2012 run against SQL 2014 database?

    Koen Verbeeck (7/30/2014)


    Grant Fritchey (7/30/2014)


    Koen Verbeeck (7/29/2014)


    Grant Fritchey (7/29/2014)


    As long as we're talking about straight T-SQL commands, you should be fine. If you start trying to access objects directly through...

  • RE: How to Reduce the Table Size...

    SQLRNNR (7/30/2014)


    Grant Fritchey (7/30/2014)


    I'm going to throw one more datatype thing out there.

    The use of GUIDs as your Clustered Index will COST you plenty of space. Changing the clustered index...

  • RE: Cocktail Recipe Database Schema - Tables Question - Normalization

    Sean Lange (7/29/2014)


    Actually normalization (more tables) causes slower performance.

    I want to let this go, but I just can't.

    No. Not true.

    Everything, everything, within a structured storage engine comes with trade-offs...

  • RE: VIEW SERVER STATE permssion.

    Pretty sure the key word there is VIEW, but we could also add STATE. Same thing with VIEW DATABASE STATE.

  • RE: How to Reduce the Table Size...

    Koen's excellent recommendations on compression are really the only way to reduce the size of data stored other than deleting the data.

    Your other options are to try to tweak...

  • RE: Indexs dont work

    It could just be that your statistics were out of date on the old tables and the new tables, with more up to date statistics, are generating new execution plans....

  • RE: Licensing Nightmare

    While I'm sure some of the people here on SSC can help, I would strongly recommend that all licensing questions go directly to Microsoft. Regardless of what some person on...

Viewing 15 posts - 7,636 through 7,650 (of 22,213 total)