Viewing 15 posts - 1 through 15 (of 15 total)
Nevermind ....
sp_dbcmptlevel @dbname = ????, @new_cmptlevel = 80
May 28, 2006 at 8:45 pm
ok, setting primary key on each table seems to have fixed it.
February 18, 2006 at 7:58 pm
Well I tried doing another backup today and I got no errors using the same SQL. Restored fine too. I don't know what changed to make it trouble free this...
February 17, 2006 at 2:19 am
NULL 2E3812D0-CF25-4DCE-879C-4832DA3A34D7 2 1 B106E6C4-0000-0000-0000-000000000000 1 0 NULL Microsoft SQL Server 4608 2006-02-16 01:32:49.000 1
February 15, 2006 at 2:34 pm
Forgot to mention I'm deleting out the .bak file via FTP between tasks.
February 15, 2006 at 7:43 am
Hmm.. even if i try backing up with T-SQL:
BACKUP
DATABASE [ehci] TO DISK =
February 15, 2006 at 7:41 am
Ok Steve, I'll run another backup and try again. Thanks.
February 15, 2006 at 7:27 am
Thanks Vladan
I've fixed up the dates in both dbs and in each table that the error occurred. I have put some test orders and customer registrations through and the date...
February 15, 2006 at 7:24 am
Ok, this is all the data I can get out of this db:
Query: --> SELECT dateCreated,dateCreatedInt, CONVERT(varchar(20), dateCreated,113) FROM Customer WHERE idcust > 145 ORDER BY dateCreatedInt
dateCreated | dateCreatedInt | |
16/01/2006... |
February 15, 2006 at 5:40 am
Vladan, here's my db data:
Query: --> SELECT dateCreated,dateCreatedInt FROM Customer WHERE idcust > 145 ORDER BY dateCreatedInt
dateCreated | dateCreatedInt |
16/01/2006 2:59:53 AM | 20060116025953 |
26/01/2006 1:36:40 PM | 20060126133640 |
29/01/2006 9:05:00 PM | 20060129210500 |
2/09/2006 10:42:13 AM | 20060209104213 |
2/09/2006 5:35:31 PM | 20060209173531 |
2/10/2006... |
February 15, 2006 at 1:56 am
Thanks for the reply David,
No I logged in to SMSS myself and backed it up to one of my web FTP folders. There was no existing db in the target...
February 15, 2006 at 1:18 am
Thanks for your help guys my Host was able to tweak some un-named setting and I was suddenly able to access the dbs.
February 14, 2006 at 11:46 pm
Thanks Vladan, the field type is DateTime so my date is actually getting written as
11/02/2006 7:37:32 AM (Before upgrade)
2/11/2006 7:37:32 AM. (after upgrade)
I have other date fields which are varchar(25) which...
February 14, 2006 at 11:44 pm
Thanks Ken, I'll refer it back to my host.
February 2, 2006 at 10:59 pm
Thanks for your reply. I'm not sure what you mean by instance name. The error I reported was when I tried to connect to my host's SQL 2005 server via...
February 2, 2006 at 9:21 pm
Viewing 15 posts - 1 through 15 (of 15 total)