Viewing 15 posts - 46 through 60 (of 126 total)
Look also at products like Double Take
October 10, 2006 at 11:01 am
The UPDATE statement has an implicit transaction (when the connection Implicit Transaction is ON), but when you update multiple number of rows in a table, with or without explicitly starting...
August 11, 2006 at 10:42 am
Try giving to the account that runs the SQLH2 service, full rights to the SQL Server registry using regedt32.
August 10, 2006 at 10:02 am
Thanks guys, I thought there is an easy way to do the update, something like an update hint, that would direct the update statement to lock only one row at...
August 10, 2006 at 8:02 am
Hi John,
I am experiencing the same issue, did you got your issue solved, if yes, how?
July 11, 2006 at 7:23 am
not sure how you try it but I done a SSIS package with a Transfer Logins Task and is doing it without errors.
June 9, 2006 at 9:50 am
You are right, I used the migration utility.
I exported the 2k DTS package as a dts file, imported into Legacy, and now I can open it, no error.
Thanks
May 25, 2006 at 10:23 am
I installed the Microsoft SQL Server 2000 DTS Designer Components , I can edit the packages via Visual Studio (Execute TDS 2000 Packages), I can see the packages on Object...
May 25, 2006 at 9:10 am
I have done some testing with migrating MSSQL 2k DTS packages to a MSSQL 2005 name instance, and supprisingly, you can not see that 2000 packages under MSDB unless you...
May 24, 2006 at 11:48 am
can you change the owner of the database to sa?
April 25, 2006 at 10:09 am
Even if you try to bcp or use DTS to take data out of tables, one by one?
From a different point, can you afford to run
checkdb with REPAIR_ALLOW_DATA_LOSS?
April 12, 2006 at 9:26 am
Simplistically and I am not 100% sure that will work exactly as follow since I haven't test it, but hopefully it would give you some ideas.
Create a database with the...
March 30, 2006 at 9:30 am
Can you run DBCC CHECKTABLE on CallList table, it seems to me that is the one with issues.
If not, you can run DBCC CHECKTABLE in a loop on all the...
March 30, 2006 at 8:05 am
Viewing 15 posts - 46 through 60 (of 126 total)