Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,048 total)

  • RE: Access SQL 2008 Linked Server without specifying default Database Name

    Try specificying the table as: SERVER.Dbname.dbo.Tablename

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How to partition huge data to multiple machines?

    I would consider having a middle tier for this. The clients would always hit this tier and the logic will handle all the fetching/pre-fetching and caching data as needed to...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How to switch data online

    I would opt for solution number 2. If done correctly, and insuring your disk situation is adequate you should be able to effect minimal impact.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: OFAC Compliance queries

    oh well, at least you can get another gmail account. lol

    Query script is on the way.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: OFAC Compliance queries

    yes, I can do that if you provide me an email address.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: OFAC Compliance queries

    yes, we do this every day (have to in the banking industry to comply with regs)

    I set up a .net service the downloads the OFAC database everyday and bulk inserts...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Report does not display decrypted values.

    are you using the same login that the report uses when you are testing with tsql?

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Restoring master db from db backup

    what is M: drive? When you log in as the mssqlserver user can you navigate to to that location and see that file? - sorry you already specified...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Restoring master db from db backup

    edit the service startup parameters (in services applet) to add the -m switch then start the service.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Database best practices for large growth.

    yes, based on that many users and DB size I would triple the size of RAM from what you have. Of course, the more the merrier, as you can never...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How to become Master in SQL Server 2005


    Read everything you can find. Try things out until you understand them (not on the production server). Read more. Practice. Read. Repeat for a few years

    Or, if you are in...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Database best practices for large growth.

    How much RAM you need is directly proportional to the number of users and/or database connections and inversely proportional to the quality of the database design.

    As far as allocating DB...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Unable to restore from backup

    Yup. We do constant logshipping and DB restores to local warm standby servers and also to a DR site. Any failure to restore a log or a database sets off...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Backup Operators -- what are the BEST practices for SQL backups?

    I agree with setting a domain account for these backup jobs, or you could set up a local server windows account to do it also.

    If you do use SQL Server...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Query to Pervasive linked server with special character in tablename

    I think I would create a new view that does not have that character in it.

    The '?' means it is a unicode character that can't be displayed in the current...

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 916 through 930 (of 1,048 total)