Forum Replies Created

Viewing 15 posts - 1 through 15 (of 111 total)

  • RE: Hosting SQL2000 AND 2005

    This is just a principal that I usually follow - install the early version first - and then the later version. I guess I want to make sure that...

  • RE: Hosting SQL2000 AND 2005

    I would recommend installing SQL 2000 FIRST then SQL 2005.

  • RE: SQL Update

    When I need to do this, I usually use the "Generate Script" feature to generate a script that scripts all of the relationships between the 2 tables. Once the...

  • RE: How to test backup?

    I would say that you should test your restores enough so that you know that you would feel comfortable restoring the db (and possibly the server) in an emergency situation...

  • RE: Email Reminder Software

    Thanks for the responses - I do appreciate them. Yes, I agree that it would be easy to set up something using SQL. However, we don't have the...

  • RE: connection established error

    1) Are you trying to log into the server using SQL authentication or Windows authentication? Try logging in using Windows authentication.

    2) Are you sure that the SQL services are...

  • RE: Finding user login information

    We have a similiar situation where all of our users use the same SQL login to log into the db for our in-house db application. I asked one of...

  • RE: Successful backup but table is missing

    Are you sure that at the time of the backup - this table was not empty?

    Have you tried creating a new blank db and restoring the same backup file to...

  • RE: What is the advantage of telecommute?

    One of the advantages to telecommuting is that if you can be disciplined enough, working at home affords you the opportunity to work WITHOUT interruption on a project that you...

  • RE: What Would You Do?

    I'd give the CIO a report containing:

    1) the sales data (plain)

    2) The following data hashed so that it is NOT recognizable (to use to identify a specific customer) but remains...

  • RE: Can't access linked server after PC upgrade

    OK - it is late in the day. Although my "find" feature on my PC did not find svrnetcn.exe. I did find it on my C drive. ...

  • RE: Can't access linked server after PC upgrade

    Here are the answers to your questions. Thanks so much for your help!

    1) There is no firewall between server A and my PC.

    2) I tried to connect...

  • RE: Can't access linked server after PC upgrade

    Thanks for the response.

    Here is what I found:

    1) I can ping my PC from server A so that means that they can talk to each other on the network (via...

  • RE: converting varchar to numeric

    select convert(int,VARCHAR_VALUE)

    just replace VARCHAR_VALUE with the varchar value that you want to convert to an integer.

  • RE: Query Analyzer doesn''''t list any databases

    Is there something wrong with the database that is assigned as the "default database" assigned to the user that you are logging into Query Analyzer?

Viewing 15 posts - 1 through 15 (of 111 total)