Viewing 15 posts - 27,061 through 27,075 (of 39,793 total)
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
The data is stored in your msdb database. Is this on all instances? Likely you have a client tool issue
September 15, 2008 at 8:11 am
I tend to agree with the two posts above. I separate things out for two reasons:
- security, you can secure things, but the more co-located things are, the more you're...
September 15, 2008 at 8:04 am
You are not "on your box" when you access the linked server. You've submitted a request to the server running on your box. You're allowing the service to connect to...
September 15, 2008 at 8:00 am
Works fine here, haven't heard anything on using an underscore. I do tend to avoid strange characters in identifiers, however.
Rules for identifiers: http://msdn.microsoft.com/en-us/library/ms175874.aspx
September 15, 2008 at 7:59 am
The execution plan isn't prepared ahead time. When you submit EXEC the second time, it checks to see if it has a plan for that exec string. If it does,...
September 15, 2008 at 7:57 am
Viewing 15 posts - 27,061 through 27,075 (of 39,793 total)