Forum Replies Created

Viewing 15 posts - 5,986 through 6,000 (of 6,486 total)

  • RE: System Performance - High CPU utilization--> SQLSRV.exe

    GilaMonster (10/22/2007)


    If your clustered index is on a column that doesn't increment (identity, date inserted) then inserts cause page splits. Page splits cause increased IOs and index fragmentation. Fragmentation causes...

  • RE: Information Technology has too little Turnover ?

    Well - it's an interesting article, but does seem to miss covering a LOT of issues/concerns. For example - part of the "aging staff" would be the mainframe programmers,...

  • RE: how to remove numbers from strings?

    sheesh I go away for the weekend, and there's a testing war started? hehe...

    Jeff - for what it's worth: if you changed your indexing scheme - OVER (Partition...) works...

  • RE: how to remove numbers from strings?

    Yeah - I call them - "not being in charge of your destiny":

    - projects you inherited that aren't good;

    - third-party apps that s**k data-wise,that you...

  • RE: Updating 22,000,000+ row table in DTS

    1.Reading a record at a time versus inserting in bulk will lengthen your process something awful. It will take more resources, piss the server off for longer...(In short -...

  • RE: Any issues with SQL Server 2005 Standard on Windows 2003 Standard R2 SP2?

    As far as I can remember:

    Windows 2003 R2 has been around since Sep 2006

    SP2 (both for R1 and R2) has been around since Nov. 2006.

    Windows R2 was built to...

  • RE: Visual Studio 2005's quiet install of SQL Express 2005

    I realize it's a tad bit late since you've already downloaded the 268MB version...but there was a standalone SSMS Express (just SSMS, not the whole thing) download out there. ...

  • RE: how to remove numbers from strings?

    Jack Corbett (10/19/2007)


    I am with Jeff in that I always look for a set-based solution to a data problem avoiding cursors and loops as much as possible, even if I'm...

  • RE: how to remove numbers from strings?

    Wow - lot to handle here

    Jeff Moden (10/19/2007)


    Just to clarify, my point was meant to say the following rather than do a "cage match" over a couple of seconds... 'cause...

  • RE: Studio Express Password Change

    from the UI side, right-click on the user, and go into properties.

    If you don't have access to the PW, then it's a windows user. Change those from the OS.

  • RE: OWNET Database Structure

    If it's a third-party application... you really should talk to them about getting a data dictionary and/or whatever you wish from them. Some third-parties get very squirrely when you...

  • RE: how to remove numbers from strings?

    Sergiy - you missed my response to Jeff. Short answer - on the same platform (hardware+table+indexes+data spead) - they tie, or at least are close enough to consider either...

  • RE: A Matter of Degree

    As to the main topic - did my degree in Computer Science in two swipes.

    Cut my teeth on Pascal, Ansi C, Prolog/Lisp in the GNU/EMACS ENIAC environment the...

  • RE: Adding workdays

    Sergiy (10/19/2007)


    Greg Snidow (10/19/2007)

    Sergiy, wouldn't it be possible to have a small table of only hollidays, and if @DateEnd falls on one of those days just add 1?

    Bloody site!

    Wiped...

  • RE: how to remove numbers from strings?

    FYI - for those interested... The "flagged" version looks like this.

    Imports System

    Imports System.Data

    Imports System.Data.SqlClient

    Imports System.Data.SqlTypes

    Imports Microsoft.SqlServer.Server

    Imports System.Text.RegularExpressions

    Partial Public Class UserDefinedFunctions

    <Microsoft.SqlServer.Server.SqlFunction(IsDeterministic:=True, IsPrecise:=True)> _

    ...

Viewing 15 posts - 5,986 through 6,000 (of 6,486 total)