Viewing 15 posts - 1,666 through 1,680 (of 2,897 total)
I built a utility based on some code I found a few years ago. It captures blocking info, including blocker, blockee, what they are running, time, spid etc... sends an...
December 6, 2009 at 9:39 am
sureshdeenu (12/5/2009)
Hi I am trying to copy DTS Packages from sql 2000 to 2005? what is the process i can do it?
As I recall, you can export & import them...
December 6, 2009 at 8:23 am
Is the BUILTIN\Administrator login still there ? If so, and you are an admin, then you should be able to create new accounts and assign permissions.
December 6, 2009 at 8:19 am
Steve Jones - Editor (12/4/2009)
December 5, 2009 at 12:15 pm
Are you wanting to import and convert to SSIS at the same time ? The tool I referred to just imports them as DTS running in Legacy mode.
December 5, 2009 at 12:12 pm
sureshdeenu (12/4/2009)
how to copy DTS packages from one server to another(2000 to 2005)
Yes, better to start a new thread, not hijack this one. See my reply in this other thread...
December 4, 2009 at 10:46 pm
I think I used "DTSBackup2000" tool. Free download, and pushed 100+ DTS packages from 2000 to 2005 with just a few clicks.
December 4, 2009 at 10:43 pm
Do you have SQL 2005 or 2008 installed at home ? Set up a simulated environment of databases, start replicating data between them, run backups, corrupt a database, practice...
December 4, 2009 at 11:20 am
I would think you'd need to provide more specifics about the software & platform to get much of an answer.
December 3, 2009 at 10:39 am
Resolved. See Updated in Post #1
Thanks for all the help.
December 2, 2009 at 9:11 pm
I agree about not putting the email in a trigger.
Here's the email syntax you can run from a job:
EXEC msdb.dbo.sp_send_dbmail
@recipients = 'MyName@MyCompany.com',
@query...
December 2, 2009 at 8:16 am
MAK-1128556 (12/2/2009)
How to schedule a job for 7am and 7pm, i set up to run every 12hrs starting from 7pm and end on 11:59am
what should be...
December 2, 2009 at 8:11 am
I tried to install a separate instance of SQL on the server "Instance2". I got past the authentication screen, but partway through the "Setup Process", on the "SQL Server Database...
December 2, 2009 at 7:53 am
GilaMonster (12/2/2009)
Might be worth calling Microsoft's customer support on this
I suggested that to the Network Admin, but he doesn't want to pay. :angry:
But we might have to anyway if there's...
December 2, 2009 at 6:01 am
Eoin (12/2/2009)
I see a SPN error message in the posted sql logs, have you recently changed the permissions of the service accounts (or changed the accounts).
Also is the E drive...
December 2, 2009 at 5:59 am
Viewing 15 posts - 1,666 through 1,680 (of 2,897 total)