dbTalk Databases Forums  

SQL Server 2008 and tempDB with SAN

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL Server 2008 and tempDB with SAN in the microsoft.public.sqlserver.clustering forum.



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

Default SQL Server 2008 and tempDB with SAN - 03-03-2010 , 05:40 AM






Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-03-2010 , 06:49 AM






Not at this time. That is a feature under consideration.

You can vote for it on Connect if you wish. The product team actually takes
into account community feedback when deciding which features to implement.

https://connect.microsoft.com/SQLSer...?wa=wsignin1.0


--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP


"Tedi" <Tedi (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

Reply With Quote
  #3  
Old   
Tedi
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-03-2010 , 10:14 AM



Hi Geoff,

Thanks for the information

Just for information, we don't cluster the database at this moment.


"Geoff N. Hiten" wrote:

Quote:
Not at this time. That is a feature under consideration.

You can vote for it on Connect if you wish. The product team actually takes
into account community feedback when deciding which features to implement.

https://connect.microsoft.com/SQLSer...?wa=wsignin1.0


--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP


"Tedi" <Tedi (AT) discussions (DOT) microsoft.com> wrote in message
news:35966F5F-074F-428D-A4E0-3346DD634A50 (AT) microsoft (DOT) com...
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

.

Reply With Quote
  #4  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-03-2010 , 03:39 PM



You posted in a clustering group so I am sure Geoff assumed it was with
clustering. If you are asking in general with no cluster then the answer is
certainly. You can place tempdb on any local or SAN attached drive you
like.

--

Andrew J. Kelly SQL MVP
Solid Quality Mentors

"Tedi" <Tedi (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

Reply With Quote
  #5  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-04-2010 , 08:06 AM



Yes. I did leap to that conclusion.

And Andrew is correct as usual. In a non-clustered environment you can put
SQL data on pretty much any storage.

I have even seen SQL databases put on thumb drives (only for demonstration
purposes).

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote

Quote:
You posted in a clustering group so I am sure Geoff assumed it was with
clustering. If you are asking in general with no cluster then the answer
is certainly. You can place tempdb on any local or SAN attached drive you
like.

--

Andrew J. Kelly SQL MVP
Solid Quality Mentors

"Tedi" <Tedi (AT) discussions (DOT) microsoft.com> wrote in message
news:35966F5F-074F-428D-A4E0-3346DD634A50 (AT) microsoft (DOT) com...
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

Reply With Quote
  #6  
Old   
RCan
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-06-2010 , 06:08 PM



Hi Geoff,

than for the link - voted 1+

Regards
Ramazan

"Geoff N. Hiten" <SQLCraftsman (AT) gmail (DOT) com> wrote

Quote:
Not at this time. That is a feature under consideration.

You can vote for it on Connect if you wish. The product team actually
takes into account community feedback when deciding which features to
implement.

https://connect.microsoft.com/SQLSer...?wa=wsignin1.0


--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP


"Tedi" <Tedi (AT) discussions (DOT) microsoft.com> wrote in message
news:35966F5F-074F-428D-A4E0-3346DD634A50 (AT) microsoft (DOT) com...
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks

Reply With Quote
  #7  
Old   
alen teplitsky
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-10-2010 , 03:16 PM



On Mar 6, 6:08*pm, "RCan" <noos... (AT) arcor (DOT) de> wrote:
Quote:
Hi Geoff,

than for the link - voted 1+

Regards
Ramazan

"Geoff N. Hiten" <SQLCrafts... (AT) gmail (DOT) com> wrote in messagenews:ukoM8esuKHA.5936 (AT) TK2MSFTNGP04 (DOT) phx.gbl...



Not at this time. *That is a feature under consideration.

You can vote for it on Connect if you wish. *The product team actually
takes into account community feedback when deciding which features to
implement.

https://connect.microsoft.com/SQLSer...s/532759/suppo...

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"Tedi" <T... (AT) discussions (DOT) microsoft.com> wrote in message
news:35966F5F-074F-428D-A4E0-3346DD634A50 (AT) microsoft (DOT) com...
Hi all,

Is it possible to place the tempDB on internal disk and the data on SAN?

Please help....

Many thanks
we've done it, but it's not advised. you can trick windows and SQL
into thinking that local disk is a clustered resource. i forgot the
details, but i think you create a disk with the same letter on both
nodes, add it to the cluster and then SQL.

the downside is that if you failover you lose any data that is in
tempdb. this means a long running query will lose and data it created
and it won't be a smooth failover.

Reply With Quote
  #8  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL Server 2008 and tempDB with SAN - 03-10-2010 , 03:17 PM



When SQL Fails over, tempdb gets recreated anyway. No different if it gets
created on new disks.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"alen teplitsky" <alen.teplitsky.dba (AT) gmail (DOT) com> wrote

On Mar 6, 6:08 pm, "RCan" <noos... (AT) arcor (DOT) de> wrote:
Quote:
Hi Geoff,

than for the link - voted 1+

Regards
Ramazan

"Geoff N. Hiten" <SQLCrafts... (AT) gmail (DOT) com> wrote in
messagenews:ukoM8esuKHA.5936 (AT) TK2MSFTNGP04 (DOT) phx.gbl...



Not at this time. That is a feature under consideration.

You can vote for it on Connect if you wish. The product team actually
takes into account community feedback when deciding which features to
implement.

https://connect.microsoft.com/SQLSer...s/532759/suppo...

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"Tedi" <T... (AT) discussions (DOT) microsoft.com> wrote in message
news:35966F5F-074F-428D-A4E0-3346DD634A50 (AT) microsoft (DOT) com...
Hi all,

Is it possible to place the tempDB on internal disk and the data on
SAN?

Please help....

Many thanks
we've done it, but it's not advised. you can trick windows and SQL
into thinking that local disk is a clustered resource. i forgot the
details, but i think you create a disk with the same letter on both
nodes, add it to the cluster and then SQL.

the downside is that if you failover you lose any data that is in
tempdb. this means a long running query will lose and data it created
and it won't be a smooth failover.

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.