Viewing 15 posts - 91 through 105 (of 216 total)
And sql-performance.com is available for $19 from NetworkSolutions. If anyone buys it, please forward a $1500 finders feed to me.
December 11, 2003 at 2:07 pm
We do this all the time from IIS jobs and it works. What is the circumstances you are running when it fails, e.g. what is different?
December 11, 2003 at 2:01 pm
You can script it outside SQL also, but just another thought -- look into log shipping. Then the file can be restored automatically from only the changes being sent...
December 10, 2003 at 6:50 pm
Thanks. I appreciate the feedback and Education. Can I get more?
I'd welcome your advice on our setup if interested, and maybe the discussion will have interest for Bradley...
December 10, 2003 at 6:49 pm
(1) is yes.
(2) don't know
Big caveat -- you can't restore a log when you are reading from the database (it may be a bit more specific than that, you may...
December 10, 2003 at 6:31 pm
quote:
If you're bottlenecked on I/O (typical of writes in an OLTP environment), then you've misconfigured something if RAID 5 is as fast...
December 10, 2003 at 5:10 am
Also interested in updates. We are going to do almost exactly the same thing.
Also, is the IIS services you are running ASP.NET based by any chance? We're wondering...
December 9, 2003 at 12:34 pm
Sure. It doesn't matter what machine Query Analyzer (or Enterprise Manager) is on, so long as there is suitable network connectivity.
December 9, 2003 at 12:32 pm
The only real answer is "test", but my two cents --
The biggest issue in how this works is what they are connected to. I've done a LOT of...
December 9, 2003 at 12:30 pm
quote:
We are currently testing w2k3 with 32 gig of ram
Are you testing 32bit...
December 8, 2003 at 10:23 am
Re pricing, etc. -- I'm waiting on some new configuration pricing, will see how this looks then. But as to this:
quote:
December 8, 2003 at 7:37 am
As described it would appear you are still violating the license. The license is to allow you to connect. If you connect without the Microsoft software but with...
December 8, 2003 at 6:46 am
quote:
Again I'll be iconoclastic with my (gratuitous) advice.
I take advice of any flavor.
December 8, 2003 at 6:35 am
Just to put this to bed.... Building them all at once was just fine, it was a very few minutes despite being a large (140G) database.
It's the samplying that...
December 7, 2003 at 9:59 am
Sure.
Open two QueryAnalyzer windows.
Paste this in the first:
begin transaction
Update Categories set CategoryName = RTrim(CategoryName)
Update Customers set CompanyName = RTrim(CompanyName)
Rollback
paste this in the second
begin transaction
Update Customers set...
December 7, 2003 at 9:03 am
Viewing 15 posts - 91 through 105 (of 216 total)