Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server Data Warehousing

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 06:24 PM
Jéjé
 
Posts: n/a
Default NAS recommandation for dev team...

Hi,

I want to setup a computer or server as a storage server to host database
files.

I'm not looking for a top performance system because its for "small"
datawarehouses and for development / test purpose.
small = 5 to 20gb (generally a subset of data)

I want to allow a developper to copy any database to test something without
breaking anything on original databases.

my SQL Server server will host tempdb (master & msdb) and original
databases.

I plan a computer like a standard PC with 4 * 80 gb SATA drives in RAID 0+1
+ Gigabyte network card and switch + Win 2003 standard

I know that this type of config is not safe and performance consuming , but
also its a cheap solution :-)
and also is development purpose, so I'll have 1 to 3 users at the same time
on a database.

My database server is a 2 * P4 Xeon HP server with 4Gb of RAM.

what do you think about this?
what other element I have to think in the config?

does it better to boost local computer of each developper and install a dev
edition of SQL on each one?

thanks for your feedback.

Jerome.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 06:24 PM
oj
 
Posts: n/a
Default Re: NAS recommandation for dev team...

It's certainly a good idea to seperate development from production. What I
would do is to create a backup schedule and give the devs a copy to play on
their dev server. This way, you would achieve 2 things, a backup of your
original in case you need recovery, and a copy of the databases for your
devs.

--
-oj


"Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
news:OA4v%23GIQFHA.1176@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I want to setup a computer or server as a storage server to host database
> files.
>
> I'm not looking for a top performance system because its for "small"
> datawarehouses and for development / test purpose.
> small = 5 to 20gb (generally a subset of data)
>
> I want to allow a developper to copy any database to test something
> without breaking anything on original databases.
>
> my SQL Server server will host tempdb (master & msdb) and original
> databases.
>
> I plan a computer like a standard PC with 4 * 80 gb SATA drives in RAID
> 0+1 + Gigabyte network card and switch + Win 2003 standard
>
> I know that this type of config is not safe and performance consuming ,
> but also its a cheap solution :-)
> and also is development purpose, so I'll have 1 to 3 users at the same
> time on a database.
>
> My database server is a 2 * P4 Xeon HP server with 4Gb of RAM.
>
> what do you think about this?
> what other element I have to think in the config?
>
> does it better to boost local computer of each developper and install a
> dev edition of SQL on each one?
>
> thanks for your feedback.
>
> Jerome.
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 06:24 PM
Ray
 
Posts: n/a
Default Re: NAS recommandation for dev team...

Having Dev and Prod on the same server is a recipe for either high risk or
low performance. Those are your choices without spending a lot of money on
a high-end system. By high risk I mean there's no good way to separate the
system resources or the SQL server into two distinct units. The developers
in this situation will bring down your production system sooner or later.
By low performance, you could over come most of the risk by using Virtual PC
or VMware to divide the computer resources into two systems. But these are
generally slow performers.

This is a case of needing to buy two servers. I assume you are using SQL
Server 2000 Standard Edition. Keep the server you have and buy another
cheaper system for the developers. Install the developer edition on it.

Ray


"Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
news:OA4v%23GIQFHA.1176@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I want to setup a computer or server as a storage server to host database
> files.
>
> I'm not looking for a top performance system because its for "small"
> datawarehouses and for development / test purpose.
> small = 5 to 20gb (generally a subset of data)
>
> I want to allow a developper to copy any database to test something
> without breaking anything on original databases.
>
> my SQL Server server will host tempdb (master & msdb) and original
> databases.
>
> I plan a computer like a standard PC with 4 * 80 gb SATA drives in RAID
> 0+1 + Gigabyte network card and switch + Win 2003 standard
>
> I know that this type of config is not safe and performance consuming ,
> but also its a cheap solution :-)
> and also is development purpose, so I'll have 1 to 3 users at the same
> time on a database.
>
> My database server is a 2 * P4 Xeon HP server with 4Gb of RAM.
>
> what do you think about this?
> what other element I have to think in the config?
>
> does it better to boost local computer of each developper and install a
> dev edition of SQL on each one?
>
> thanks for your feedback.
>
> Jerome.
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 06:24 PM
Jéjé
 
Posts: n/a
Default Re: NAS recommandation for dev team...

when I talk about "production" I talk about released version, but not a
production server with end-users connected on it!
so the "production" version is here for front end development &
demonstrations.

The real production server are deployed in our client's servers so its a
complete and dedicated environment.

Also I split the "production" and the "developpers" versions into 2 separate
instances of SQL Server.


"Ray" <someone@nowhere.com> wrote in message
news:8ws7e.3396$716.2013@newssvr19.news.prodigy.co m...
> Having Dev and Prod on the same server is a recipe for either high risk or
> low performance. Those are your choices without spending a lot of money
> on a high-end system. By high risk I mean there's no good way to separate
> the system resources or the SQL server into two distinct units. The
> developers in this situation will bring down your production system sooner
> or later. By low performance, you could over come most of the risk by
> using Virtual PC or VMware to divide the computer resources into two
> systems. But these are generally slow performers.
>
> This is a case of needing to buy two servers. I assume you are using SQL
> Server 2000 Standard Edition. Keep the server you have and buy another
> cheaper system for the developers. Install the developer edition on it.
>
> Ray
>
>
> "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
> news:OA4v%23GIQFHA.1176@TK2MSFTNGP12.phx.gbl...
>> Hi,
>>
>> I want to setup a computer or server as a storage server to host
>> database files.
>>
>> I'm not looking for a top performance system because its for "small"
>> datawarehouses and for development / test purpose.
>> small = 5 to 20gb (generally a subset of data)
>>
>> I want to allow a developper to copy any database to test something
>> without breaking anything on original databases.
>>
>> my SQL Server server will host tempdb (master & msdb) and original
>> databases.
>>
>> I plan a computer like a standard PC with 4 * 80 gb SATA drives in RAID
>> 0+1 + Gigabyte network card and switch + Win 2003 standard
>>
>> I know that this type of config is not safe and performance consuming ,
>> but also its a cheap solution :-)
>> and also is development purpose, so I'll have 1 to 3 users at the same
>> time on a database.
>>
>> My database server is a 2 * P4 Xeon HP server with 4Gb of RAM.
>>
>> what do you think about this?
>> what other element I have to think in the config?
>>
>> does it better to boost local computer of each developper and install a
>> dev edition of SQL on each one?
>>
>> thanks for your feedback.
>>
>> Jerome.
>>
>>

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 06:24 PM
David Portas
 
Posts: n/a
Default Re: NAS recommandation for dev team...

NAS isn't supported and doesn't make sense for a SQL Server database, not
even for development. Use SAN or Direct Attached storage.

If you run Personal or Developer Edition on each PC then each developer can
develiop and test locally before releasing into source control. Backup and
restore from the live environment and use scripts as the source to build
your database changes.

--
David Portas
SQL Server MVP
--


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-27-2008, 06:24 PM
oj
 
Posts: n/a
Default Re: NAS recommandation for dev team...

David,

http://support.microsoft.com/kb/304261

Also from:
http://www.microsoft.com/technet/pro.../sercsfaq.mspx
Q. Can Server clusters use NAS for the shared storage?
A. Yes, providing the applications can store data on file shares and the
file shares are accessible to the applications as they failover across the
cluster, there is no reason why NAS cannot be used as the storage solution
in a cluster.

There is currently no support in Windows to use NAS as the quorum resource.

In Windows Server 2003, we are providing a new quorum resource Majority Node
Set that can be used to remove the need for a shared disk for the quorum
resource. If you combine NAS storage with Majority Node Set quorum, you can
build a failover cluster that does not require shared disks in the
traditional sense of SCSI or SAN.

"David Portas" <REMOVE_BEFORE_REPLYING_dportas@acm.org> wrote in message
news:ic2dnUxZFMTHX8PfRVn-jA@giganews.com...
> NAS isn't supported and doesn't make sense for a SQL Server database, not
> even for development. Use SAN or Direct Attached storage.
>
> If you run Personal or Developer Edition on each PC then each developer
> can develiop and test locally before releasing into source control. Backup
> and restore from the live environment and use scripts as the source to
> build your database changes.
>
> --
> David Portas
> SQL Server MVP
> --
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-27-2008, 06:24 PM
David Portas
 
Posts: n/a
Default Re: NAS recommandation for dev team...

Yes, I understand there is/was exactly one NAS product formally
supported by SQL Server - but maybe they added more at some point, I
don't know.

My own extremely brief encounter with a SQL Server / Win2K on NAS left
me with one conclusion: Don't go there! For SQL, the disadvantages
outweigh the advantages. Do you have a different experience? I'm
interested to know.

--
David Portas
SQL Server MVP
--

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-27-2008, 06:24 PM
pdxJaxon
 
Posts: n/a
Default Re: NAS recommandation for dev team...

at my last job, we used a NAS that WAS in the recommended hardware list.

It sucked rocks.

we were forced to move to a Hitachi SAN and it ROCKED.

we only migrated AFTER losing our biggest customer....OUCH

In short....."Dont Go There"



Greg Jackson
PDX, Oregon


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-27-2008, 06:24 PM
Ray
 
Posts: n/a
Default Re: NAS recommandation for dev team...

One note further. We may be blurring the line between development and
production here but the SQL license for Standard does not allow for the
install of multiple instances. If this will only be for development
purposes install the developer edition. Then you can use instances.


"Jéjé" <willgart_A_@hotmail_A_.com> wrote in message
news:ewKgX8OQFHA.3628@TK2MSFTNGP15.phx.gbl...
> when I talk about "production" I talk about released version, but not a
> production server with end-users connected on it!
> so the "production" version is here for front end development &
> demonstrations.
>
> The real production server are deployed in our client's servers so its a
> complete and dedicated environment.
>
> Also I split the "production" and the "developpers" versions into 2
> separate instances of SQL Server.
>
>
> "Ray" <someone@nowhere.com> wrote in message
> news:8ws7e.3396$716.2013@newssvr19.news.prodigy.co m...
>> Having Dev and Prod on the same server is a recipe for either high risk
>> or low performance. Those are your choices without spending a lot of
>> money on a high-end system. By high risk I mean there's no good way to
>> separate the system resources or the SQL server into two distinct units.
>> The developers in this situation will bring down your production system
>> sooner or later. By low performance, you could over come most of the risk
>> by using Virtual PC or VMware to divide the computer resources into two
>> systems. But these are generally slow performers.
>>
>> This is a case of needing to buy two servers. I assume you are using SQL
>> Server 2000 Standard Edition. Keep the server you have and buy another
>> cheaper system for the developers. Install the developer edition on it.
>>
>> Ray
>>
>>
>> "Jéjé" <willgart@BBBhotmailAAA.com> wrote in message
>> news:OA4v%23GIQFHA.1176@TK2MSFTNGP12.phx.gbl...
>>> Hi,
>>>
>>> I want to setup a computer or server as a storage server to host
>>> database files.
>>>
>>> I'm not looking for a top performance system because its for "small"
>>> datawarehouses and for development / test purpose.
>>> small = 5 to 20gb (generally a subset of data)
>>>
>>> I want to allow a developper to copy any database to test something
>>> without breaking anything on original databases.
>>>
>>> my SQL Server server will host tempdb (master & msdb) and original
>>> databases.
>>>
>>> I plan a computer like a standard PC with 4 * 80 gb SATA drives in RAID
>>> 0+1 + Gigabyte network card and switch + Win 2003 standard
>>>
>>> I know that this type of config is not safe and performance consuming ,
>>> but also its a cheap solution :-)
>>> and also is development purpose, so I'll have 1 to 3 users at the same
>>> time on a database.
>>>
>>> My database server is a 2 * P4 Xeon HP server with 4Gb of RAM.
>>>
>>> what do you think about this?
>>> what other element I have to think in the config?
>>>
>>> does it better to boost local computer of each developper and install a
>>> dev edition of SQL on each one?
>>>
>>> thanks for your feedback.
>>>
>>> Jerome.
>>>
>>>

>>
>>

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-27-2008, 06:24 PM
oj
 
Posts: n/a
Default Re: NAS recommandation for dev team...

No. I don't mix sql and nas though it is officially supported. If I were
given a choice of either having a sql on nas or none, it's pretty easy for
me to just take it.

--
-oj


"David Portas" <REMOVE_BEFORE_REPLYING_dportas@acm.org> wrote in message
news:1113507779.148389.255750@f14g2000cwb.googlegr oups.com...
> Yes, I understand there is/was exactly one NAS product formally
> supported by SQL Server - but maybe they added more at some point, I
> don't know.
>
> My own extremely brief encounter with a SQL Server / Win2K on NAS left
> me with one conclusion: Don't go there! For SQL, the disadvantages
> outweigh the advantages. Do you have a different experience? I'm
> interested to know.
>
> --
> David Portas
> SQL Server MVP
> --
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:36 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574