Forum Replies Created

Viewing 15 posts - 40,906 through 40,920 (of 49,571 total)

  • RE: Index Types and Primary Keys versus Space Used

    Steve Jones - Editor (2/20/2009)


    SQL does mark the physical records in a heap, AFAIK, with something to be sure they are unique.

    RID (Row Identifier). An 8 byte combination of...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (2/20/2009)


    Use [Regional Office Claims Adjudication Process-Disability (ROCAP)];

    A government office? That explains everything!

    Did anyone notice the one he started this morning?

    http://www.sqlservercentral.com/Forums/Topic661280-338-1.aspx

    Full outer joins on what appear to be date...

  • RE: Distinct going slower than *

    Putts (2/20/2009)


    Are there certain cases where distinct have always shown to increase performance?

    None. It will either have no effect (if there's already an order by) or reduce performance (in all...

  • RE: How to interprete the name of a temporary table?

    GSquared (2/20/2009)


    Judging by that, I'm going to say there isn't a connection between that and the SPID.

    I've seen docs that say there was on SQL 2000, but not on 2005...

  • RE: Distinct going slower than *

    Putts (2/20/2009)


    I've done distincts on resultsets of millions of rows and had the time reduced immensely so why is it with this one query it's going in the...

  • RE: MSDB : integrity check errors

    Ninja, can you please do a rough translation of these three errors?

    La page (1:1407) n'a pas de référence dans la page précédente (1:1406). Possibilité d'un problème de liaison de chaîne.

    La...

  • RE: Extended stored procedures

    Mike Levan (2/20/2009)


    If i cant use those procs then i may have to do regular maintanance plan as i dont have litespeed liscences anymore.

    If you don't have litespeed licences then...

  • RE: MSDN Licensing

    nikhil.verma (2/20/2009)


    You guys mean to say upon purchasing the MSDN Licensing , they gonna provide me some credentials and based on them i need to login to MSDN and...

  • RE: Recompile procedure to encrypt

    Wilfred van Dijk (2/20/2009)


    Btw nice (new) picture of you, I didn't know you had a beard

    😛

  • RE: MSDB : integrity check errors

    I'd love to, but I don't read French. 🙁

    Any chance you can back the DB up, restore it on an english server (as a different database, don't overwrite MSDB) and...

  • RE: MSDN Licensing

    MSDN (some versions at least) give all the editions of SQL server, but they're still just personal licences.

  • RE: Extended stored procedures

    Mike Levan (2/20/2009)


    Do you think if i migrate those it will not work??

    How were you planning to migrate, seeing as extended procedures are not SQL code?

    What's wrong with installing LiteSpeed...

  • RE: Extended stored procedures

    Mike Levan (2/20/2009)


    Can i just migrate those procs into my new server and perform by backups as if ido with other servers using LiteSpeed.

    No.

    Install LiteSpeed there if you...

  • RE: Extended stored procedures

    Because it's not a standard extended proc. Probably created by a 3rd party backup tool.

  • RE: Recompile procedure to encrypt

    As far as I know, the only way to encrypt a proc is to do an ALTER PROCEDURE.

    ALTER PROCEDURE <Procedure Name>

    WITH ENCRYPTION

    AS

    ... rest of procedure here ...

    GO

Viewing 15 posts - 40,906 through 40,920 (of 49,571 total)