Forum Replies Created

Viewing 15 posts - 136 through 150 (of 347 total)

  • RE: SQL Server Stand By Config

    It also depends if you are hosting a catalog server (static data) or other database that are always changing.

    If static, you could refresh your database so that it is always...

  • RE: SQL Server as DB behind a GIS

    I think we house some GIS data.  It can grow to be a very large database (40 to 50 GB).  I am not familiar with the application so I can't...

  • RE: Monitoring Tool

    I think in this case, you might want to set up an alert that would start a job that go back at that time to read the log file and...

  • RE: About Interview

    My husband once showed up at the interview and the company gave him paper test and a pen to answer and his response... good bye and don't call me back.

    The...

  • RE: Why To Reboot the Server?

    I am happy that you are able to schedule weekly reboot.  I think you should feel happy and lucky to have that type of privilege of rebooting your server.  For...

  • RE: SQL Server Security

    Could it be that you stop sql server without knowing it? 

    Is the Icon color on your server connection in the Enterprise Manager Green or Red?  If it is red,...

  • RE: xp_sendmail stopped working

    Did you log on locally using the service account of the sql server?  Are you able to send out email via outlook?  Sometimes all it takes is to reboot sql...

  • RE: Detach/Attaching Temp DB broke my SQL.

    If I were you, I would re-install sql server.  Also when working with system database, there are special procedure on how to move them, you can not just detach and...

  • RE: Trying to determine why database size grew from 108mb to 27GB

    Do you have high transaction going on.  I have the same problem on our datawarehouse server but it's because we set the transaction log to auto growth.  It just keeping...

  • RE: Tax Day

    Intersting concept.  My co-worker onced told me that he would love to pay a million dollar in tax because that mean he has at least a million dollar after tax...

  • RE: Upgrade

    Is there any reason why you want 929 version?  I think it should make sense to put ms03-031 first before you put 929 just in case 929 doesn't include that...

  • RE: Computers and Education

    My daughter is 3 years old(will be turning 4 in a few months), and my son is 2 years old.  They both enjoy playing on the computer.  My daughter can...

  • RE: T-SQL WHERE CLAUSE

    SELECT a,b,c FROM TableXYZ

    WHERE a in (1,2,3)

    and b in (1,2,3)

    and c in (1,2,3)

    depending on what you really need and want you could also do another query like:

    SELECT a,b,c FROM...

  • RE: SQL statement stuck in loop...Urgent pls. help...

    You could find out the SPID of your process and kill that process.  It could be stuck in roll back depending on how many rows are being deleted.  After rollback. ...

  • RE: Complete SQL Server Recovery from Scratch - repost

    1.  I would want to know what are your sql sever version on the old box. 

    2.  Reinstall sql server to that version.

    3.  restore master.

    4.  restore the rest of the...

Viewing 15 posts - 136 through 150 (of 347 total)