Viewing 15 posts - 4,291 through 4,305 (of 7,502 total)
can you post the full create database statement for that database on pre-prod and on prod ?
i.e. the create statement and all the following alter database statements
November 25, 2008 at 2:45 am
rbarryyoung (11/24/2008)
Jonathan Kehayias (11/24/2008)
SQLBatman is a hero, I am just Jonathan Kehayias. I should really come up with a witty screenname or something for my online presence.
Hmmmm, how about...
November 25, 2008 at 12:15 am
mohinidba (11/24/2008)
how to i move temp db.the link is not opened
That only means you haven't got Books Online installed on your pc.
No problem. You can find it online at http://msdn.microsoft.com/en-us/library/ms345408(SQL.90).aspx
November 24, 2008 at 11:51 pm
I'm just popping a first glimps.
Why should a function that only returns a fixed date, return a NULL value if the input is null and the input is not checked.
Correct...
November 24, 2008 at 1:31 pm
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
Viewing 15 posts - 4,291 through 4,305 (of 7,502 total)