Viewing 15 posts - 5,596 through 5,610 (of 7,502 total)
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
Indeed, that's the way to do it.
Also when adding the alert, make sure you're notified (extra) because it may point you to "unexpected" high volume of activity.
September 9, 2007 at 12:32 pm
check this forum : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1433118&SiteID=1
September 7, 2007 at 9:30 am
So you mean that requester is blanc if it is note equal to alias ?
;with cteMPVAliasByRank (Ranking, Alias, Country, Yearmonth, PrizeAmount
September 7, 2007 at 9:25 am
Viewing 15 posts - 5,596 through 5,610 (of 7,502 total)