Forum Replies Created

Viewing 15 posts - 376 through 390 (of 484 total)

  • RE: Easy Identity column question

    From BOL:

    DBCC CHECKIDENT ('table_name', RESEED, new_reseed_value)

  • RE: What''''s wrong with the string?

    Not sure what the "ID:Q167833" is, as that is not listed anywhere as a connection property (might have been WSID: if your workstations are named in that format?).

    "Network Library=DBMSSOCN", is...

  • RE: SQL Agent and VB apps

    1) You are probably right on about Permissions, but it is the permissions of the account running the job.  Check the account that SQLServer Agent service is using, and for...

  • RE: Question of the Day for 25 Mar 2005

    As a consultant that advises and maintains dozens of clients on their SQL Server systems and problems, my favorite answer for this is unfortunately not listed.  This option is not referred...

  • RE: Script running forever.....Help

    Remi;

    >...this will cause sql server to make a cross join of 90 000 000 000 records ...

    That is not quite correct.  Assuming (as you did) that Shelly had the type...

  • RE: Limiting records joined with a JOIN

    Nicolas, Kenneth;

    I think Michaels example in the first post in this topic was not best for what he was trying to explain.  If TableA had 3 rows, he would want the...

  • RE: SP_ExecuteSQL

    The first version: I'm a little surprised it would work at all.  You are only putting in parts of the where clause if the parameter would have a value (e.g....

  • RE: SP_ExecuteSQL

    Dave;

    >This produces over 4 million logical reads! My solution reduces it to about 12,000.

    Certainly if testing shows one way is better than another, go for it.  It seems like, no...

  • RE: too many Extents?

    No problem. I just assummed it was Yukon because of the category the post was in.

    700 extents is not ideal, but it is not too many.  I've seen dbs where...

  • RE: SP_ExecuteSQL

    The syntax for sp_executesql is for passing parameters to fill into a query, not for passing SQL clauses.  You cannot put an entire Where clause in as a parameter.  You...

  • RE: too many Extents?

    Sounds like your database is somewhat fragmented, and perhaps Yukon is not tuned well enough to handle that (yet).

    You are not using Yukon (a beta product) for 80 users in production,...

  • RE: Limiting records joined with a JOIN

    I don't know how efficient this will be, and it may drag down your performance if the resultset is too large, but how about using the Top clause in a...

  • RE: New Monitor

    Why settle for one hugely expensive monitor. Just buy a few cheap ones.

    http://members.chello.nl/~s.ferris/

    Had to laugh when I saw the seatbelt.

  • RE: Installing SQL Server 2000 on XP Pro

    Possible problems:

    • I assume that when say "computerxp." that the period is a typo, or do you actually have a period in the name?
    • Is the service running?  Check Services applet (under...

Viewing 15 posts - 376 through 390 (of 484 total)