Viewing 15 posts - 1 through 15 (of 27 total)
Well I sat down with the user and tried some queries while running a server side trace. Nothing seemed to be making much sense, so just tried installing SSMS and...
January 20, 2011 at 8:38 am
Just tried it on the test server and the query took 2 seconds and no change in log space for tempdb
Currently I'm using DBCC opentrans(tempdb) to find the session causing...
January 14, 2011 at 5:49 am
So if I run the query again I wont get the same changes in TempDB?
January 14, 2011 at 5:31 am
Install SQL 2000 first, make a note of where you put the tools and management console. Make sure its not the same location for the SQL 2008 install.
SQL 2008 is...
September 3, 2010 at 7:40 am
Ah I was using the x86 download and I should have been using the AMD I64 download even though I have intel processors :blink:
July 23, 2010 at 8:46 am
Have you tried add/remove programs ?
June 11, 2010 at 8:49 am
Technically not a lot from the dataengine point of view. You have to remember that not all SQL is cluster aware (SSIS for example) so sometimes you have to be...
May 26, 2010 at 9:13 am
use msdb
select * from dbo.sysjobsteps
Should show you steps for all jobs.
May 26, 2010 at 9:08 am
Could you tell us more about the server setup? Are they all in an AD or workgroup? Are they even on the same network? What rights do you have over...
May 26, 2010 at 8:58 am
i would consider a server farm to be two or more sql servers. Its a vague term and it sounds like your vendor doesn't know anything about sql instances, so...
May 19, 2010 at 7:54 am
I'm running 2k on half of our w2k3 64bit cluster. Only problem I had was when installing to over-ride the windows search service.
May 18, 2010 at 9:12 am
then you want to check out subscripion and publication Replication
May 18, 2010 at 7:57 am
Problably best to use CE and setup a merge/replication between them and the SQLEE server.
Its a bit tricky to setup though
May 18, 2010 at 5:18 am
Maybe to fix know bugs and issues
http://support.microsoft.com/kb/888799
but if you've been happy with SP3a until now then maybe you should be looking at upgrading to SQL2005/2008
May 18, 2010 at 5:09 am
Check the version of your management tool and your database server. You will probably find that your managemet tools need a service pack.
May 18, 2010 at 4:44 am
Viewing 15 posts - 1 through 15 (of 27 total)