Viewing 15 posts - 166 through 180 (of 314 total)
I would say the quickest way to do it would be to generate a series of dtuil scripts for each package, dump them into a .bat file and execute that....
January 26, 2010 at 9:49 pm
Thanks!! That is perfect.
I didn't realize you could use case statements like that to get the aggregate counts.
This is interesting, definitely something for the vault.
Thanks again!
Steve
January 8, 2010 at 10:59 am
Instead of "DEFAULT", I would say it's the instance's name. I don't know that first-hand though.
January 8, 2010 at 10:54 am
We have teamed NIC's on just about all of our clusters where I work, and I personally haven't experienced any problems leaving them teamed for the SQL install. I've...
December 31, 2009 at 9:31 am
Guess I should open a case with MS?
December 21, 2009 at 7:09 pm
As MC suggests, you'll need to modify the logic of the SP that you're passing the parameters to.
If you're just using a SQL query, I would change it to...
December 21, 2009 at 8:39 am
Have you been able to get the logins added to SQL Server successfully? I have tried the same scenario in the past with no luck by using local windows...
December 15, 2009 at 2:38 am
I apologize if I missed some of the information posted earlier, but as a general practice when upgrading, we do the following at my company:
1. DBCC CHECKDB([dbname]) with data_purity
2. DBCC...
December 15, 2009 at 1:32 am
No one has experienced this issue?
December 14, 2009 at 10:47 pm
mflynn-549529 (12/7/2009)
The test we wanted to do was see how a large database performed on the new 2008 machine. ...
December 8, 2009 at 9:41 pm
DTS is the true sticking point. Depending on the complexity of the packages, you may have to rewrite them. They won't all work automagically.
I don't think this statement is truly...
December 6, 2009 at 8:56 pm
I would open a case with Red Gate for this- it's not something I have seen before, and they are up to at least version 8.1 of the application, so...
November 29, 2009 at 7:15 pm
For starters: the syspolicy_purge_history job -- needs to be updated for the virtual server name of the sql instance; if you install node A on the D:\program files\... path,...
November 19, 2009 at 8:29 pm
If you have VS already installed, you'll need SP1 to proceed. No need to install VS 2008 just for the SQL install.
Hope that helps.
Great little article, and the gotcha...
November 17, 2009 at 1:00 pm
make sure the sql agent is disabled, that can take up a connection.
hope that helps,
Steve
November 5, 2009 at 12:08 am
Viewing 15 posts - 166 through 180 (of 314 total)