Viewing 15 posts - 5,596 through 5,610 (of 7,505 total)
just a wild guess, but did you remove builtin\administrators and forgot to give login auth to the cluster service account ?
September 17, 2007 at 8:07 pm
tell him to use Visual Studio , create a new SSIS project and use the migration wizard for DTS 2000. (he must be able to get to the SQL2000 package...
September 17, 2007 at 8:04 pm
can you script and post your "create linked server" DDL (and the details) ?
September 14, 2007 at 12:13 am
Did you check ApexSQL Audit ?
If you have full recovery model enabled, there are also log-analysers on the marked. e.g. Red Gate Log rescue (btw free for sql2000)
September 13, 2007 at 3:59 am
What level is your SQL2005 (sp2 with CU3 ?)
- check the job-owner for the jobs.
- if you want to run dts-packages, you'll need ssis
SSIS needs to be installed separatly...
September 13, 2007 at 12:54 am
keep in mind that to be able to create a linked server (from SQL2005) to SQL2000, you need to run an extra script at SQL2000 side.
KB ref at http://support.microsoft.com/default.aspx?scid=kb;en-us;906954
September 13, 2007 at 12:38 am
Indeed, that will work.
But the guidelines are to migrate the packages to SSIS properly.
They will migrate, even if that means having an incorporated dts2000 package!
If you use the migrations wizard,...
September 13, 2007 at 12:31 am
As already mentioned sp_change_users_login is what you need to sync the db-user-sid's to the server user-sid.
To script the SQL2000 users with their passwords use this on your sql2000 side:
select 'exec...
September 13, 2007 at 12:01 am
With BI-dev studio you can create a new project (BI / Integration services project) and then migrate the existing DTS-packages !
Project / Migrate DTS 2000 package
September 12, 2007 at 6:00 am
Alen's written a good article on this ...
September 12, 2007 at 2:09 am
"select *
" indeed is one of the worse practises !
September 10, 2007 at 2:19 am
just my 2ct
- with SSMS you can script practicaly every action you perform.
So, Design your table and push the "script changes" button.
(and the ofr corse cancel...
September 10, 2007 at 2:02 am
indeed. ![]()
Little things you forget when you quickly try to do a last thing of the day
September 10, 2007 at 12:58 am
Since SQLServer manages that frequency itself, there is no exact number.
Search Books Online for Checkpoint info.
September 10, 2007 at 12:32 am
If you want to be able to perform a point in time recovery, you NEED your database to be in bulk- or full recovery mode !
Having your db in simple...
September 10, 2007 at 12:06 am
Viewing 15 posts - 5,596 through 5,610 (of 7,505 total)