Viewing 15 posts - 1 through 15 (of 43 total)
Apologies. You were right. It works correctly now.
October 20, 2016 at 2:29 am
I've tried this before and just tried again, but I still get the same error - The data types varbinary and varchar are incompatible in the add operator.
October 20, 2016 at 2:08 am
I remember when I moved a database from a SQL 2000 iteration to a 2008 iteration, I had to Restore the Database Master Key from a backup. I didn't realize...
April 28, 2016 at 7:23 pm
Many thanks. So the Database Master Key is now moved with the database backup unlike versions of SQL Server up to 2008.
April 27, 2016 at 12:59 am
No, I chose default instance during installation.
August 23, 2015 at 6:37 pm
Oh you're right! The old table has somehow got added to my user name rather than dbo. So I have deleted it and now everything works correctly. Brilliant, I would...
May 3, 2014 at 1:57 am
The data returned shows the linked tables and the MasterAgentPayment create scripts and all the foreign key and default data is all corect, but it shows only the correct table...
May 3, 2014 at 1:35 am
Running sp_help shows only the data for the correct new table and all the data is correct. There is no data related to the incorrect table.
May 3, 2014 at 12:48 am
You can't just double click the short cut, you have to right click and then click Run as Administrator. Then it connects.
Not used to Windows Vista yet, but I'm already...
March 29, 2007 at 10:57 pm
Thanks so much for your kind offers and advice, but I already rebuilt the database and will use a proper backup to transfer the data next time.
Thanks again,
Doug
December 6, 2006 at 7:10 pm
Sorry, the above still looks wrong because some of the code I typed has been deleted by the forum. The final line should be:
VALUES(open chevron cfif This.DeptID EQ "" close...
December 4, 2006 at 5:54 pm
You're right of course. The real code ignoring the other fields was this:
INSERT INTO Employees(DeptID)
VALUES(#Val(This.DeptID)#)
where #DeptID# is a ColdFusion variable which contained an empty string.
The real correct code is:
INSERT INTO...
December 4, 2006 at 5:48 pm
If the foreign key name is the same as its relative column name in the other table and this is not a multi-column constraint, it is not actually necessary to...
November 28, 2006 at 6:17 pm
When I try to run this I just get the message - Can't open the database.
I can't imagine why. It still works okay on the other computer, but copies of...
November 28, 2006 at 1:35 am
Using CheckDB I get the error:
The header for file 'C:\MSSQL7\data\mydb_Data.MDF' is not a valid database file header. The PageAudit property is incorrect.
Anyone know what PageAudit means? Can it be corrected....
November 27, 2006 at 7:02 pm
Viewing 15 posts - 1 through 15 (of 43 total)