Viewing 15 posts - 1,531 through 1,545 (of 2,496 total)
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...
January 7, 2009 at 2:44 am
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...
January 7, 2009 at 2:38 am
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...
January 2, 2009 at 2:54 am
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.
December 19, 2008 at 3:00 am
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.
December 19, 2008 at 2:48 am
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...
December 18, 2008 at 3:54 am
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...
December 17, 2008 at 5:05 am
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...
December 17, 2008 at 4:52 am
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...
December 8, 2008 at 2:43 am
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...
December 4, 2008 at 5:57 am
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...
December 3, 2008 at 4:03 am
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...
December 3, 2008 at 3:52 am
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...
December 1, 2008 at 5:05 am
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...
December 1, 2008 at 4:57 am
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...
December 1, 2008 at 3:04 am
Viewing 15 posts - 1,531 through 1,545 (of 2,496 total)