dbTalk Databases Forums  

Tempdb ! Urgent Help please !

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Tempdb ! Urgent Help please ! in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rogers
 
Posts: n/a

Default Tempdb ! Urgent Help please ! - 12-14-2006 , 09:39 AM






How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth.


Thanks in advance.





Reply With Quote
  #2  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-14-2006 , 05:26 PM






Have you tried expanding the file? (OR are you out of space on the disk?

You should be able to add an additional file located on the E:\ drive.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


"Rogers" <naissani (AT) hotmail (DOT) com> wrote

Quote:
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth.


Thanks in advance.







Reply With Quote
  #3  
Old   
Hari Prasad
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-14-2006 , 08:01 PM



Hello,

To move the TEMPDB to E drive you need a down time. But you could add one
more file for TEMPDB database to E drive. This will make
sure that reboot is not required.

Thanks
Hari


"Rogers" <naissani (AT) hotmail (DOT) com> wrote

Quote:
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth.


Thanks in advance.







Reply With Quote
  #4  
Old   
Rogers
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-15-2006 , 09:28 AM



Thanks Hari & Arnie, now the question is should I add .ndf file into E drive
or .ndf and .ldf both into E Drive? please advice.

Thanks


"Hari Prasad" <hari_prasad_k (AT) hotmail (DOT) com> wrote

Quote:
Hello,

To move the TEMPDB to E drive you need a down time. But you could add one
more file for TEMPDB database to E drive. This will make
sure that reboot is not required.

Thanks
Hari


"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:eDqxXY5HHHA.4056 (AT) TK2MSFTNGP03 (DOT) phx.gbl...
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more
pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth.


Thanks in advance.









Reply With Quote
  #5  
Old   
Rogers
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-15-2006 , 11:35 AM



Hari & Arnie,

Should I add .ldf into E drive or .ndf ?

The error was...
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth


Thanks
"Rogers" <naissani (AT) hotmail (DOT) com> wrote

Quote:
Thanks Hari & Arnie, now the question is should I add .ndf file into E
drive or .ndf and .ldf both into E Drive? please advice.

Thanks


"Hari Prasad" <hari_prasad_k (AT) hotmail (DOT) com> wrote in message
news:uHD4sz%23HHHA.5104 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Hello,

To move the TEMPDB to E drive you need a down time. But you could add one
more file for TEMPDB database to E drive. This will make
sure that reboot is not required.

Thanks
Hari


"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:eDqxXY5HHHA.4056 (AT) TK2MSFTNGP03 (DOT) phx.gbl...
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more
pages
available in filegroup DEFAULT. Space can be created by dropping
objects,
adding additional files, or allowing file growth.


Thanks in advance.











Reply With Quote
  #6  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-15-2006 , 01:37 PM



You want to expand the space available to TempDb, so add an additional ndf
file on the E: drive.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf


"Rogers" <naissani (AT) hotmail (DOT) com> wrote

Quote:
Hari & Arnie,

Should I add .ldf into E drive or .ndf ?

The error was...
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth


Thanks
"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:%23wUik2FIHHA.2236 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Thanks Hari & Arnie, now the question is should I add .ndf file into E
drive or .ndf and .ldf both into E Drive? please advice.

Thanks


"Hari Prasad" <hari_prasad_k (AT) hotmail (DOT) com> wrote in message
news:uHD4sz%23HHHA.5104 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Hello,

To move the TEMPDB to E drive you need a down time. But you could add
one more file for TEMPDB database to E drive. This will make
sure that reboot is not required.

Thanks
Hari


"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:eDqxXY5HHHA.4056 (AT) TK2MSFTNGP03 (DOT) phx.gbl...
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more
pages
available in filegroup DEFAULT. Space can be created by dropping
objects,
adding additional files, or allowing file growth.


Thanks in advance.













Reply With Quote
  #7  
Old   
Rogers
 
Posts: n/a

Default Re: Tempdb ! Urgent Help please ! - 12-15-2006 , 01:51 PM



That means you were trying to say over here that following error comes
because of DATA FILE right not LOG FILE.

The error was...
Could not allocate new page for database 'TEMPDB'. There are no more pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth

Thanks

"Arnie Rowland" <arnie (AT) 1568 (DOT) com> wrote

Quote:
You want to expand the space available to TempDb, so add an additional ndf
file on the E: drive.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous

You can't help someone get up a hill without getting a little closer to
the top yourself.
- H. Norman Schwarzkopf


"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:e4Ts19GIHHA.4068 (AT) TK2MSFTNGP03 (DOT) phx.gbl...
Hari & Arnie,

Should I add .ldf into E drive or .ndf ?

The error was...
Could not allocate new page for database 'TEMPDB'. There are no more
pages
available in filegroup DEFAULT. Space can be created by dropping objects,
adding additional files, or allowing file growth


Thanks
"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:%23wUik2FIHHA.2236 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Thanks Hari & Arnie, now the question is should I add .ndf file into E
drive or .ndf and .ldf both into E Drive? please advice.

Thanks


"Hari Prasad" <hari_prasad_k (AT) hotmail (DOT) com> wrote in message
news:uHD4sz%23HHHA.5104 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
Hello,

To move the TEMPDB to E drive you need a down time. But you could add
one more file for TEMPDB database to E drive. This will make
sure that reboot is not required.

Thanks
Hari


"Rogers" <naissani (AT) hotmail (DOT) com> wrote in message
news:eDqxXY5HHHA.4056 (AT) TK2MSFTNGP03 (DOT) phx.gbl...
How I can change the tempdb location from C:\ to E:\ drive without any
downtime.

Please send me the query to implement this as I am getting this error.

ERROR MSSQLSERVER
Event ID: 17052

ERORR 1101, Level 17, State 3
Could not allocate new page for database 'TEMPDB'. There are no more
pages
available in filegroup DEFAULT. Space can be created by dropping
objects,
adding additional files, or allowing file growth.


Thanks in advance.















Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.