Viewing 15 posts - 4,291 through 4,305 (of 7,496 total)
are you member of the db-ower db group or sysadmin at the production instance ?
November 24, 2008 at 1:24 am
It is a best practice to have tempdb on its own drive(s).
Yes it is for performance. (cfr like you would separate page files from C-drive)
Keep in mind: every instance user...
November 24, 2008 at 1:07 am
are you using a maintenance plan for this ?
If yes, upgrade to at least Cumulative Update 2 for sp2 (current is CU10, sp3 is in beta.)
November 23, 2008 at 1:31 pm
Very good summary.
I hope I'll get another chance next year.
November 23, 2008 at 1:23 pm
Jack Corbett (11/22/2008)[/b...Yeah, you definitely traveled a loooong way to make it to PASS. Would you do it even if you weren't presenting?
PASS is always a hard week because...
November 23, 2008 at 6:43 am
just my 2ct to add to the previous replies....
- double check the nic cables to see if the connectores are fixed.
- check for hardware firmware know issues and upgrade if...
November 23, 2008 at 6:29 am
Once again a statement that makes 100% sense.
"Let the first one without sin throw the first rock."
Few rocks will be thrown:Whistling:
November 21, 2008 at 12:39 pm
Arthur.Lorenzini (11/20/2008)
It needs to fetch extra datapages to get cd.salesman_employee_id.
If you comment it out, it will solve the query index only for table customer_detail.
How up to date are your statistics...
November 20, 2008 at 1:54 pm
DBASkippack (11/20/2008)
BACKUP DATABASE MyDB TO DISK =
'D:\MyDB_01of04.bak',DISK='D:\MyDB_02of04.bak', DISK='D:\MyDB_03of04.bak', DISK='D:\MyDB_04of04.bak' WITH INIT, NOFORMAT
Unfortunately, my RESTE IS NOT WORKING. I...
November 20, 2008 at 1:42 pm
randy.witt (11/20/2008)
November 20, 2008 at 1:37 pm
I see you did discover the dbmail helper objects 😉
- Does it succeed if you use a vbs to send mail using that smtp server ?
- double check the port...
November 19, 2008 at 11:56 pm
if you would use included column, the B-tree part of the index would be smaller, so faster.
I should have to test, if SQLserver still would resolve the filtering based on...
November 19, 2008 at 2:42 am
Is your SQL2000 db comming from a sql2000 version that is supported for upgrade (i.e. >= SQL2000 SP4) ?
November 19, 2008 at 12:56 am
Jeff Moden (11/18/2008)
Although mostly true... not always true. For example, I don't use a front end to create a file with certain formatting requirements from data.
Arch ... formatted exports...
November 18, 2008 at 10:27 pm
Viewing 15 posts - 4,291 through 4,305 (of 7,496 total)