Viewing 7 posts - 1 through 7 (of 7 total)
Getting further...
UPDATE Users
SET UserID = UserID + 2080;
April 25, 2005 at 5:03 pm
Sure enough, as I wrote this I came up with a plan. I've always selected Cascade Update/Delete when creating the relationships between tables. I went through SQL Analyser...
April 25, 2005 at 4:09 pm
Cuz I dunno how
I've been trying to do that, but I'm SQL Stupid!
April 22, 2005 at 6:15 pm
Also, the query is trying to transfer about 60,000 records from an Access database to the new SQL Server one.
It's timing out. Is there anyway for me to disable...
April 22, 2005 at 4:49 pm
The problem was though, that my new forum has to have the correct ForumID's in every related table ie: My first forum "Super Forum" has an ID value of 23...
April 22, 2005 at 1:18 pm
Yep, that seemed to be the solution to my problem. Just added:
SET IDENTITY_INSERT yaf_Forum ON
Before I started my insert statement.
April 22, 2005 at 1:14 pm
I have a similar problem. I am converting forums from the older one with different structure to the new one. I'm not the greatest SQL dude, but in...
April 22, 2005 at 1:10 pm
Viewing 7 posts - 1 through 7 (of 7 total)