Viewing 15 posts - 1 through 15 (of 23 total)
I figured it out...until I did not get an error... 😉
ALTER DATABASE tempdb
MODIFY FILE (NAME = templog, FILENAME = 'X:\SQLtemp\logs\tempdb.ldf');
ALTER DATABASE tempdb
MODIFY FILE (NAME = tempdev, FILENAME = 'X:\SQLtemp\data\tempdb.mdf');
June 19, 2008 at 9:46 am
Is that the exact syntax?
The new directory would be X:\SQLtemp\data and X:\SQLtemp\logs for logs.
Remember I know nothing about SQL, so make it as simple as you can.
Thanks
June 19, 2008 at 9:28 am
I already have SP4 installed for SQL 2000. Hmm... I wonder what it could be?
March 28, 2007 at 8:58 am
Very cool... This makes this much easier... Now to see how to migrate from Exchange 5.5 to Exchange 2003...
October 12, 2006 at 6:06 am
I figured it out... Needed the database name + .dbo.ARM11
October 28, 2005 at 2:57 pm
Yeah, sorry... I'm not using quotes...
This is the error message I get:
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'ARM11'.
October 28, 2005 at 2:52 pm
Well if this site is the best around, it failed to help me in my simple question.
October 28, 2005 at 7:24 am
Leg work? Are you kidding? You guys are really that stuck up? Thinking you are all hign and mighty.. Damn! I did not ask you to write a complete script,...
October 28, 2005 at 6:27 am
I'm surprised to see you talk like this, and scare people away from this forum... You should be banned. Because it should not be like this, for people trying to...
October 27, 2005 at 11:20 am
I asked a simple question... all you had to say was: SELECT * FROM tablename. and I would have said thank you. But you had to bitch about how you...
October 27, 2005 at 10:18 am
Then may I suggest shutting down the forum then.. Because there would be no need to have it, if you're not going help anyone...
October 27, 2005 at 10:05 am
If I needed to see data in a table what would be the syntax?
October 27, 2005 at 9:29 am
If I wanted to see data in a table, what would be the syntax?
October 27, 2005 at 9:28 am
Why would be so buried and hard to find.... Don't answer that.
Now that this is done, on to my next post / question.
October 27, 2005 at 9:05 am
Viewing 15 posts - 1 through 15 (of 23 total)