Forum Replies Created

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

  • 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?

  • RE: Restore Database Without Log

    Tim Riley (1/9/2009)


    The reason I'm looking to just recover the mdf file is that I know there were no uncommitted transactions; the backup was taken after a server re-boot...

  • RE: KERBEROS

    What are the security settings of the linked server?

    Are you sure the linked server is pointing at the correct database on the remote server?

  • RE: Sql QUERY Help

    Lynn Pettis (1/9/2009)


    GilaMonster (1/9/2009)


    It's do-it-yourself sample data. Values at the top of the post, insert statements at the bottom. 😛 😀

    That I think not. Too many data columns for...

  • RE: Sql QUERY Help

    Lynn Pettis (1/9/2009)


    hmmmm, something missing I am. No data I see in the insert statements.

    It's do-it-yourself sample data. Values at the top of the post, insert statements at the...

  • RE: KERBEROS

    This has nothing to do with Kerberos. The error is saying that either the table that you're querying does not exist, or the user that you're connecting across the linked...

  • RE: Sql QUERY Help

    Great, we've got table structure and sample data.

    Based on the sample data you have posted, what are the exact results that you want? Post exactly what values you need the...

  • RE: Restore Database Without Log

    Tim Riley (1/9/2009)


    When I try to restore the database I get a message that an error was encountered processing the log file. The message says to either restore from...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/9/2009)


    GilaMonster (1/9/2009)


    I'm actually the other way around. The heat just kills me. Day after day of this and I can barely even think, just want to sit in...

  • RE: Are the posted questions getting worse?

    DavidB (1/9/2009)


    Maybe if you just post the link to the article about how to effectively post the OP will eventually get it. Maybe a bit like Tennis for while but...

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