Viewing 15 posts - 1,801 through 1,815 (of 3,061 total)
Larry Kruse (6/29/2010)
Alas! We didn't get the performance improvements we had hoped to see.
Not a surprise - check my previous post 🙂
June 29, 2010 at 10:53 am
Eugene Elutin (6/29/2010)
Stefan_G (6/29/2010)
Keith Underwood (6/29/2010)
He was using the GUI, so all he did was put back in the name of the table "batch", not dbo.batch.
Well, there are two possibilities:
1)...
June 29, 2010 at 10:50 am
Here is what happens when same query is executed twice.
First run has to do physical I/O to move datablocks from disk to buffer cache the logical I/O to serve the...
June 29, 2010 at 6:57 am
diego_silva_pires (6/29/2010)
You mean, if i make the split in the code instead of calling the function?
No. I mean skip the function - just a test - to see if...
June 29, 2010 at 6:29 am
Does performance improves if you hardcode what your are fnsplit() today?
June 29, 2010 at 6:22 am
it looks like developer renamed dbo.[batch] as dbo.[dbo.batch]
June 29, 2010 at 6:15 am
Larry Kruse (6/23/2010)Typically, one of the client's administrators logs into our website to send out an alert/broadcast. When the admin signs in, we present a list of all of...
June 29, 2010 at 5:56 am
irmorteza2000 (6/28/2010)
thanks “PaulB-TheOneAndOnly” for your informationBest Regard. Morteza 🙂
Glad to help 😉
June 28, 2010 at 2:25 pm
If you are confortable with current structure on Oracle side I would keep the same structure in SQL Server.
In the SQL Server world does not exist the "schema" concept but...
June 28, 2010 at 1:34 pm
Ross McMicken (6/28/2010)
June 28, 2010 at 11:52 am
Ninja's_RGR'us (6/28/2010)I was in Pass when the Lead DBA of MySpace was there to host conferences. IIRC they were handling something like 1 M queries a minute.
Exactly. Volume is...
June 28, 2010 at 10:04 am
1- Check backup status/logs - ensure all databases are recoverable.
2- Check space at both database and disk levels - ensure system has enough space.
3- Check SQL Server logs - research...
June 28, 2010 at 9:06 am
Ninja's_RGR'us (6/27/2010)
Sites like myspace handle heck of a lot more than that... but still this is a nightmare to setup and maintain :w00t:.
Agreed but, look at the infrastructure MySpace had...
June 28, 2010 at 8:41 am
grahamc (6/28/2010)
June 28, 2010 at 5:29 am
irmorteza2000 (6/27/2010)Suppose we have a website with 1,000 viewers each second. And we want to insert the viewer’s information(for example) to the SQL database. So we must insert 1,000 records...
June 27, 2010 at 5:36 pm
Viewing 15 posts - 1,801 through 1,815 (of 3,061 total)