Viewing 15 posts - 21,031 through 21,045 (of 39,834 total)
What are your PKs? Are they integers or characters? You could have conflicts. Typically if you are merging things, you want GUIDs to minimize conflicts.
Depending on what you are bringing...
January 18, 2010 at 10:18 pm
I'd follow Jason's advice. Without knowing if the I/O is saturated for those DBs, it's hard to know if changing disks around would help.
You might also reanalyze the access of...
January 18, 2010 at 10:17 pm
Check the default trace in SQL Server 2005 (search default trace on this site)
January 18, 2010 at 10:15 pm
You can use one IP, and set specific ports for the named instances (and even the default) in the SQL Server Configuration Manager.
January 18, 2010 at 10:12 pm
This is where experience really shines. The ability to make good judgment calls about when to cut those corners and when you must bite the bullet and do the work...
January 18, 2010 at 10:11 pm
In addition, consider using joins to update.
UPDATE ProfileTable
SET CustType = @CustType
from inserted i
WHERE i.CustID = ProfileTable.custID
;
January 18, 2010 at 10:10 pm
I would verify that the account can connect to SQL. Check the Agent error log for startup messages, along with the Windows event logs (app + system)
January 18, 2010 at 10:08 pm
First, can each machine see the other on the network? Using IP or the Explorer network browser, can you find the VM from the host and vice versa?
January 18, 2010 at 10:07 pm
I think it's about 8 hours. I've never seen them, so it would be a fun day or two trip. Plus the Negro baseball HOF is there.
I'm not sure where...
January 18, 2010 at 2:11 pm
And buy him a few lunches. That will go a long way when you call later.
January 18, 2010 at 1:36 pm
If you error out on remote desktop, it sounds like the rights are messed up in Windows.
connections to one server, or SQL Server instance, don't necessarily mean that the rights...
January 18, 2010 at 1:35 pm
Please pass the word to MS, and vote for SP4. Let everyone know that this is important.
January 18, 2010 at 12:46 pm
I would expect that two conferences a year would still be 2-3 days, and that most of the same speakers would attend and you would have the same content. Maybe...
January 18, 2010 at 11:45 am
Viewing 15 posts - 21,031 through 21,045 (of 39,834 total)