![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
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. |
#4
| |||
| |||
|
|
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. |
#5
| |||
| |||
|
|
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. |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |