Forum Replies Created

Viewing 15 posts - 5,101 through 5,115 (of 6,216 total)

  • RE: How do you remove jobs

    You dont want to actually delete the job, just remove it from the listbox? You dont need to put the stuff into an array before adding it either, should be...

  • RE: Re-Index Query

    You might also consider not rebuilding all the indexes in one pass, maybe get SQL to reuse some of that extra space. Probably a good case for not trying to...

  • RE: Upgrading to SQL2000

    I use Outlook 2k for the client, have had no problems.

    Andy

  • RE: Re-Index Query

    I would bet shrinkdb does some rearranging - depends on how you shrink, whether you remove space from the end or do a 'compact' operation.

    Andy

  • RE: ADO for SQL and MS Access 2000

    If you're use MSDE from the beginning you'll save some headaches. I'd recommend you create a constant called Wildcard and set it equal to the asterisk, someday when you upgrade...

  • RE: Stored Procedure organization

    As far as a tool, all you really need is a mechanism for applying a standard "alter script". Basically a cursor, whether you use SQL or just code it in...

  • RE: Slow Master DB

    Is master included in the standard maintenance job? Also, is the slow perf on client machines only, or do you see the same thing if you run EM on the...

  • RE: connection to sql server

    Oh man, I see I going to pay for not spending much time on .Net so far! Your syntax looks right as far as DMO...server, username, password. I'll try to...

  • RE: Permision Problems

    He will want to use SQL authentication. Basically that means adding a login and a password which he will give to you, then he has to add that login to...

  • RE: Storing the connectionID

    Try @@spid.

    Andy

  • RE: does reindexing automatically update statistics?

    Dont think I agree with you on that one JG. Perhaps I am wrong, but if you just rebuilt an index and kept the old stats you'd have a total...

  • RE: Inserting Date Problem

    Thanks for the follow up - sorry we werent able to help you on this one!

    Andy

  • RE: Discover SQL Servers on a Network

    I've got some code in a one of my DMO articles you can use - the listservers method...is oh, unusual - doesnt quite return an object.

    Andy

  • RE: Is embedded SQL supported by SQLServer?

    I dont think so.

    Andy

  • RE: Replication and SQL Licenses

    I'll admit to being constantly puzzled by their licensing also. I leave it to our admin to figure out so far! I'll see if I have anything about it at...

Viewing 15 posts - 5,101 through 5,115 (of 6,216 total)