Forum Replies Created

Viewing 15 posts - 41,836 through 41,850 (of 49,571 total)

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    Actually, Jeff, I'm talking about physical fragmentation of the database file itself, not the table in the database. Two completely seperate fragmentations here. I'll have to...

  • RE: Database File Size & Break-Up

    Look up alter database in Books Online. There's commands to add a file and also to add a filegroup. Or you can do it from the files tab of the...

  • RE: Image is Everything

    Stephanie J Brown (1/10/2009)


    Hakima? Which martial art?

    Aikido

    Mine's aikido, and in terms of dress code, our dojo has two uniforms - the white ghi, and the white ghi...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    You know, I don't know? Maybe.

    Now that will look impressive in your sig...

  • RE: How do I recover data from SQL Server's log files?

    Typically, you don't. The transaction log is not there for data recovery and there's no built-in way (except for ROLLBACK TRANSACTION) to use the transaction log to undo a transaction.

    Additionally,...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    I need to get it to the Dean of Electrical Engineering and Computer Science at Colorado Tech here in Colorado Springs. I am trying o get a...

  • RE: Image is Everything

    What I wear on a particular day depends on what I'm doing. I personally detest skirts and I haven't worn one since highschool (where it was required uniform) and the...

  • RE: highest unused ID

    Jeff Moden (1/10/2009)


    What's really a mystery to me is Lynn's dev box when parallelism kicks in... the times for both queries absolutely suck on that box until he adds the...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    Sorry, I was watching the last 2 episodes of StarGate Atlantis (had them on DVR).

    Any good?

    Or it could be a result of the Raid 5 configuration of the...

  • RE: Database File Size & Break-Up

    Gautam Saha (1/9/2009)


    Space management (several drives are empty whereas 2 are almost full) & Potentially increasing performance. I know the performance plus is highly debated but from what I read...

  • RE: sp_who2 results show one spid 24 times

    It's parallelism. It's something that SQL decides to do, not the developer.

    Not all of the threads will likely be running and there can be more than the maxdop set or...

  • RE: clustered index hell

    If all the queries that filter on the quid are equalities (hence finding 1 row), I'd put a nonclustered index on the Guid and find somewhere else for the cluster.

    I've...

  • RE: Secuirty in stored procs with passphrase

    Digs (1/9/2009)


    SO are you saying the code in asp.net codebehind and TSQL 2005 stored proceedures can be hacked ...?????

    Anyone that has login rights to the SQL Server and either execute...

  • RE: Error: 5243, Severity: 22, State: 1

    No way to tell.

    I'm asking what appears to cause it, not the root cause. What are you generally doing when it happens?

    Earlier advice still applies. The best people to contact...

  • RE: Database File Size & Break-Up

    Gautam Saha (1/9/2009)


    Can I break up the database so that it consists of 4 mdf/ndf files

    You can. What are you trying to achieve by doing so?

Viewing 15 posts - 41,836 through 41,850 (of 49,571 total)