Forum Replies Created

Viewing 15 posts - 4,711 through 4,725 (of 7,429 total)

  • RE: Attach Read-Only SQL7 mdf to SQL2K

    I know of no method that will attach as marked read. I am not sure on the MSDE 1 and 2000 thing and would probably do on another machine istead...

  • RE: User timeouts during Access upload to SQL 2000

    The most likely cause is locks issued by Access to the table, then when the inserts occurr of course the index changes will further delay the lock release. Yes, you...

  • RE: Alert when object is added

    Well, I don't want you to feel I am steping on your toes, just wanted to throw that out there for safety.

    "Don't roll your eyes at me....

  • RE: xp_sendmail processdump (sev 19)

    I saw several threads, here and on other sites in which apparently this was a statement sqlmap70.dll from SP1 was an MS sugestion. Several post have suggested it fixed things...

  • RE: Replication Error 21395 Column ID >255

    That i what I was thinking. First I would make a backup of the database, as always for safety, and try one of these at a time things.

    Try installing SP2...

  • RE: How to Fix Inconsistent Metadata Errors

    I am not sure why you had this occur. I tested on several machines to insure that I was messing with the proper fields and had no issues with it...

  • RE: Attach Read-Only SQL7 mdf to SQL2K

    You do have to make writeable as the DB must be upgraded to SQL 2000 to attach, which means changes will take place. Now if you do not have access...

  • RE: Could not spawn process_loginread thread

    Well, I spend a lot of time on the internet and use various tools for research but if you need to look around a bit for possible related items take...

  • RE: Best Multilingual Reporting Tool?

    Not sure of anything able to do this in a single report. I am pretty sure that Crystal supports various languages but you will have to build a customized report...

  • RE: Multiple-step OLE DB error

    I don't see where it is related based on the code here but the only other time I have seen this is when some failure occurrs within the query usually...

  • RE: connecting to a second instance of sql server

    Also, if the other server is on a seperate domain you will not be able to use Windows Authentication unless you have a proper trust relationship established between the two...

  • RE: So What is IIS?

    IIS is the name of the entire Web Server application. SQL can be accessed or thru code can access data from one.

    IIS is comprised of 4 services.

    IISAdmin which is...

  • RE: Replication Error 21395 Column ID >255

    Two questions.

    1) What version of SQL and SP level are you running?

    2) How many columns does the biggest table involved in replication have.

    "Don't roll your eyes at me. I will...

  • RE: Bright Stor backup solution

    Personally I use the SQL backup to local files on some systems and SQL to tape on others. Like Steve stated there are issues reported by people everyday here looking...

  • RE: Alert when object is added

    As for triggers on system tables. This is a bad practice and should be avoided.

    Note from BOL

    quote:


    Because SQL Server does not support...

Viewing 15 posts - 4,711 through 4,725 (of 7,429 total)