Is it possible to place the tempDB on internal disk and the data on SAN?
Please help....
Many thanks
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.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Tedi" <Te...@discussions.microsoft.com> wrote in message
news:35966F5F-074F-428D...@microsoft.com...
Thanks for the information
Just for information, we don't cluster the database at this moment.
"Geoff N. Hiten" wrote:
> .
>
--
Andrew J. Kelly SQL MVP
Solid Quality Mentors
"Tedi" <Te...@discussions.microsoft.com> wrote in message
news:35966F5F-074F-428D...@microsoft.com...
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" <sqlmvpn...@shadhawk.com> wrote in message
news:ect3gGxu...@TK2MSFTNGP02.phx.gbl...
than for the link - voted 1+
Regards
Ramazan
"Geoff N. Hiten" <SQLCra...@gmail.com> wrote in message
news:ukoM8esu...@TK2MSFTNGP04.phx.gbl...
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.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"alen teplitsky" <alen.tepl...@gmail.com> wrote in message
news:dcff9ba3-02da-4b93...@b7g2000yqd.googlegroups.com...