Viewing 15 posts - 27,031 through 27,045 (of 39,768 total)
I've avoided this because at some point I've needed to separate customers out. Either scale/size issues or regulatory problems.
I usually go with a separate database for each customer.
September 15, 2008 at 10:06 am
You can store data in a text/image column, but the max row size outside of that is fixed.
September 15, 2008 at 10:04 am
Don't cross post.
Answered here: http://www.sqlservercentral.com/Forums/Topic569582-8-1.aspx
September 15, 2008 at 10:04 am
a video here:
http://www.jumpstarttv.com/windows-and-sql-server-2005-clustering-architecture_31.aspx
Lots of resources on clustering if you search for them.
September 15, 2008 at 8:43 am
Red GAte (I work for them) has SQL Refactor, which will get them consistent, but it doesn't review code.
There's not anything that can review code to see if it's done...
September 15, 2008 at 8:41 am
I disagree. Clustering doesn't scale out at all. It provides redundancy, HA solutions, not scale out.
Polyserve (now HP) has an interesting solution.
September 15, 2008 at 8:40 am
Doh!, SSN, edited the post.
good advice above. Be sure that you don't need the 0 before you remove it. Some systems need it, or might be expecting xx digits, so...
September 15, 2008 at 8:38 am
Make sure you don't target any developers with that thing!
Thanks again for all the well wishes.
September 15, 2008 at 8:36 am
Phillip has a good idea. Assuming you're not using some of the things that don't work well with 64 bit (SQL Mail, etc.), looking at 64bit is a good idea....
September 15, 2008 at 8:35 am
Index rebuilds take time, they take resources and can lock things a bit.
In SQL 2005, there are more online operations (and 2008), so you can consider that. The other thing...
September 15, 2008 at 8:23 am
You haven't really described very well what you're doing.
Integration Services can handle over 1TB an hour of loads, so I might suggest you look at that.
September 15, 2008 at 8:18 am
Most of these tools assemble data from your tables into a format you can use. Unless you have extended properties on every fiekd, there isn't data that you can use...
September 15, 2008 at 8:16 am
Any edition of Windows that can handle 8GB of RAM is what you need.
You can run SQL enterprise on Windows standard. Not related.
September 15, 2008 at 8:14 am
Distributed Partitioned views, SOA techniques, all are available to build a scale out solution.
The reality is that most DBs do not scale out well. The solutions that have worked are...
September 15, 2008 at 8:13 am
Viewing 15 posts - 27,031 through 27,045 (of 39,768 total)