Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 2,496 total)

  • RE: SQL Server 2000 problem

    I had this on a SQL 2000 box some years back. The ultimate fix for my problem was to add a -g startup parameter to leave more memory unallocated...

  • RE: restoring master database on a different server

    BOL asys you can move master and mssqlsystemresource. SP2 assumes it is in the default location and will leave you with an unstartable SQL Server if they have been...

  • RE: could not load sqljdbc.dll

    The Microsoft JDBC driver is called sqljdbc_xa.dll, so your problem is most likely to be with any JDBC driver supplied with Websphere.

    The most likely problem is that your sqljdbc.dll file...

  • RE: Indexes

    Oh dear, another question where the Microsoft documentation triumphs over reality.

    I have added some community content to http://msdn.microsoft.com/en-us/library/ms175049.aspx. If anyone wishes to add to it please do.

  • RE: The Best Computer

    Deep Thought.

    Marvin and Holly are very close contenders, but Deep Thought has the solution to Life, the Universe, and Everything, even though you won't like the answer.

  • RE: View Vs T-SQL in QA

    Some time ago on SQL Server 2000 SP4, I noticed a problem with view that contains a UNION:

    a) You have a view with a number of UNION ALL statements

    b) You...

  • RE: what is difference between restore and recovery?

    The two words do get used for either purpose.

    It is correct to say that recover is the process of getting your database working again, and restore is a technique you...

  • RE: Versions of Disaster

    If you are talking about software versions, do not forget about the Windows patch level, the AV control file level, etc, etc ad almost infinitum. Then we get into...

  • RE: Long running backup time

    Try specifying multiple output files for the backup. This should allow parallelism of the database read so that all files are filled at the same time.

    I once had a...

  • RE: Just Keep Going and Going and Going

    If Misrosoft offer hosting to comercial companies, I suspect they will discover some of the realities of the commercial world. Having worked for a hosting provider that also offered...

  • RE: disable shutdown button

    This really does need to be controlled by your Windows Admin people using a GPO. There are Windows rights for 'Sutdown a server' and 'Remote shutdown a server' that...

  • RE: move temp db to another drive after installtion

    The figure of 8 tempdb files was not linked to and given value of MAXDOP. It was presented as the results of testing on large servers (32 and 64...

  • RE: multumedia items in DB or not?

    You need to start with your design requirements. It is not possible to say that storing multimedia in SQL Server is always a good idea or always a bad...

  • RE: temp table vs subquery

    If you do some performance tests comparing table variables with #temp tables, be aware that relative performance can change depending on the volume of data involved.

    I have seen examples where...

  • RE: move temp db to another drive after installtion

    This topic was discussed a few times at PASS, and the people who author SQL Server and the most experienced people in the user community are clearly saying you can...

Viewing 15 posts - 1,531 through 1,545 (of 2,496 total)