Forum Replies Created

Viewing 15 posts - 33,361 through 33,375 (of 39,804 total)

  • RE: The Java Guy

    Thanks Carlos, I thought it was great as well.

    Apparently not many others have time for a 9 page interview , maybe they'll read it...

  • RE: Rogue Replication

    There is data in the system tables that marked things are replicated. That's why they appear in SSMS. You can manually reset things in the system tables, but you'd need...

  • RE: DTS error

    Note that it is running on the server, not your machine. So the path from the server, with the SQLAgent login logged in is what must be checked.

  • RE: 911: developers insist PK/FK constraints impede performance

    JT, maybe you want to write my editorial one day

    I started with DBase/Clipper, no DRI there. You can to manually open each...

  • RE: Email into SQL

    I agree, this is not recommended. I'd rather have you use VBScript to read some Outlook mailbox on another machine and then do an insert into SQL Server.

  • RE: Restore database problem

    I think that you backed up to 2 files somehow in this case. If you had two files listed in the backup dialog, even if one was selected, the backup...

  • RE: Access violation

    Can you provide the insert statement and the exact message?

  • RE: Syncronising Dev DB with Live DB.

    RedGate has one as well. Both it and the Apex tools are highly rated.

  • RE: get a list of similar strings

    You will need to experiment for a few things and go from there. SOUNDEX can help as well.

    I would first look to remove common things instead of matching up. So...

  • RE: Data Loss during Maint Plan Optimization Job

    Possibly during a clustered index delection the row count was not available, but I've never heard of any data being lost during the optmization jobs.

  • RE: automatically notify when running on low harddisk space

    You can also set an alert on a performance counter. In this case, the disk space on a particular drive.

  • RE: SQL Server 2005 "Compatibility mode" between editions?

    I don't think there is such a switch either. I would beware of the features that are listed as not working in Standard, but most of the "functionality" should be...

  • RE: SQL Server Licensing "per seat" question

    In 7 and prior versions it would log the event when you exceeded connections, but I don't think it stopped anyone from connecting. Not sure about 2000/2005

  • RE: Pros and Cons

    Thanks for the opinions and they are definitely interesting. It seems that this is something MS will push a little to save companies some money as well as sell some...

  • RE: Free As In Speech

    Paying for work to be done for you is not wrong. The idea behind Rent A Coder is great.

    However turning this work in to a professor is misrepresenting it. You...

Viewing 15 posts - 33,361 through 33,375 (of 39,804 total)