Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: Query for specific records each new day

    Thank You!

    I will try and let you know how it does....

    Thanks Again..... SQL2DAY

  • RE: Query for specific records each new day

    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 =...

  • RE: Loading a New Database

    Thanks for the help--I'll attempt again....

  • RE: Loading a New Database

    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?

     

  • RE: Loading a New Database

    Does the logical filename and the physical filename have to be the same?

  • RE: Loading a New Database

    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...

  • RE: Restoring New Database

    Sorry--I see I posted to SQL-2005 group.  I'll go to SQL-2000.....

  • RE: Loading a New Database

    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...

  • RE: DateTime Question

    Would I select all DateTime records that are midnight then update with dateadd function?

     

     

  • RE: DateTime Question

    Would I query for all DateTimes that are blank and then update with function?

  • RE: Duplicate Records

    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...

  • RE: Moving from sql-2000 x32 to sql-2005 x64

    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...

  • RE: Moving from sql-2000 x32 to sql-2005 x64

    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...

  • RE: Upgrading from SQL-2000 to SQL-2005

    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...

  • RE: Query for last 85 records in database

    Thank You--

     

    I tried this and it worked great.  What is ddl?

     

    SQL2DAY

Viewing 15 posts - 1 through 15 (of 18 total)