Viewing 15 posts - 1 through 15 (of 18 total)
Thank You!
I will try and let you know how it does....
Thanks Again..... SQL2DAY
December 20, 2007 at 2:01 pm
John--
Lets see if I can recall from memory--
Select Data_ID, DateTime and Batt_Vltg from tableName where DateTime = Max(DateTime) which would be the current day and additionally where the time =...
December 20, 2007 at 7:37 am
So if I put the database backup file (C.BAK) in the MSSQL\BACKUP Directory and change the physical path to point to this, it should restore the new database?
August 30, 2007 at 4:03 pm
Does the logical filename and the physical filename have to be the same?
August 30, 2007 at 3:54 pm
I am familar with EM. I did try this and I kept getting errors. For some reason this should be striaghtforward. Hoever its giving me a fit. THe file was ftpd...
August 30, 2007 at 3:31 pm
Sorry--I see I posted to SQL-2005 group. I'll go to SQL-2000.....
August 30, 2007 at 3:23 pm
I have a new database that a developer sent from a backup he performed at their site called C.BAK. I would like to load to my backup server. What is the...
August 30, 2007 at 3:21 pm
Would I select all DateTime records that are midnight then update with dateadd function?
December 22, 2006 at 4:25 pm
Would I query for all DateTimes that are blank and then update with function?
December 22, 2006 at 4:08 pm
Thank You all for your responses.
My production table is DCPData_Basic_2006. It has almost 8000 duplicate enteries. The primary key was set on the first field ID. Which from reading above...
October 31, 2006 at 2:36 pm
Yes it sounds like your heading in the right direction from all you have read. The fact that you're upgrading from 32 to 64 bit may or may not have issues...
October 13, 2006 at 1:13 pm
Steve--
I am in process of doing the same but from SQL-2000 to SQL 2005 32 bit version. You can probally copy the database over with DTS from what I've read...
October 13, 2006 at 10:36 am
Thank You--
1st attempt: I tried upgrading an SQL-2000 instances in place. Result: It failed due to password policy.
2nd attempt: I copied production database files and attached to SQL-2005 instance. All worked...
October 12, 2006 at 3:36 pm
Thank You--
I tried this and it worked great. What is ddl?
SQL2DAY
February 14, 2006 at 8:18 pm
Viewing 15 posts - 1 through 15 (of 18 total)