Forum Replies Created

Viewing 15 posts - 5,446 through 5,460 (of 5,685 total)

  • RE: Clustered Index - UniqueIdentifiers

    AmolNaik (9/29/2010)


    Create copy of the table that is identically same with the correct structure. Copy data from the existing table to this new table. Switch the table names.

    After that you...

  • RE: Are the posted questions getting worse?

    I figured I'd eventually get the pork chop thing from context eventually... but... yeah, I'm not. Where'd this originate? I've got the generic idea but still a little...

  • RE: Can Wives Shorten Work Hours?

    SQLBill (9/29/2010)


    I don't mind working extra hours when needed and my wife supports me in that. It is interesting how lots of companies expect their employees to work extra...

  • RE: Optimization strategy?!

    WayneS (9/28/2010)


    With all this talk about the clustered index, and churn on the date field, don't forget that all of those numerous non-clustered indexes will be converted to carrying the...

  • RE: How to Slice Up LUNs for SQL Server

    Logical disks are only useful for logical storage. It will give you no performance boost. Regarding the giant RAID 5 array, you'll want to find out if the...

  • RE: sp_refreshview

    I'm staring at a case for the need right now: The dependency broke across a linked server.

  • RE: Optimization strategy?!

    scott.pletcher (9/27/2010)


    I don't object to an IDENTITY column in tables per se, and they have very legitimate uses.

    But I dislike the idea that the default for a clus index should...

  • RE: Optimise multiple joins between two tables

    chris.king (9/28/2010)


    Thanks guys.

    I guess I'll have to live with the seven joins.

    The only other option would be to de-normalise the data from Table B into Table A.

    Chris

    If the data from...

  • RE: Deny network access to a named instance

    Can you alter the database engine/remote connections to local connections only via the surface area configuration? Will this work for the MDSE engine?

    Best I can come up with. ...

  • RE: Optimization strategy?!

    Double post, sorry. Dunno how I pulled that off.

  • RE: Optimization strategy?!

    jordantx (9/24/2010)


    Thanks for the replies so far...

    The Widgets table has no clustered index. The WidgetDate field is the single most relevant column for searching/querying, however it can change often...

  • RE: There is insufficient system memory in resource pool 'default' to run this query

    Not sure what all you've looked into yet, sure you've exhausted a lot, buuut:

    Is there a lot of databases on this server? http://support.microsoft.com/kb/316749 (near the bottom)

    Looking at the error log...

  • RE: Get min and max rows without a cursor

    ken.trock (9/24/2010)


    For now, nothing 😀 My report will produce counts in a given month for before and after the 1st ESN change in that month.

    Ken

    So this also needs to be...

  • RE: Optimization strategy?!

    jordantx (9/24/2010)


    In the temp table version of my code, will SQL Server limit the rows it reads from Widgets to only those which are also in #tmpIDs BEFORE it tries...

  • RE: How to add summery to pivot table ?

    Heh, sorry, for summary by column do all your row summary/setup the entire structure, then union to the tail (adding a hardvalued sortby column, per query, if necessary, to keep...

Viewing 15 posts - 5,446 through 5,460 (of 5,685 total)