Viewing 15 posts - 13,441 through 13,455 (of 26,486 total)
na1774 (3/26/2012)
They do have different ports assigned.Principle: TCP://CompName:5022
Mirrored: TCP://CompName:5023
Even then I get the error.
I am using 2005 and I am working on Win7. If that will make any difference.
Regards,
Nawaz.
If...
March 26, 2012 at 4:10 pm
njdevils39 (3/26/2012)
capn.hector (3/26/2012)
We need the DDL and sample data. im supprised...
March 26, 2012 at 4:05 pm
Computer name is the name of your computer.
If mirroring between instances on the same server, you have to use different ports for each instance.
March 26, 2012 at 4:02 pm
Check out this link: http://msdn.microsoft.com/en-us/library/ms141747(v=SQL.90).aspx.
March 26, 2012 at 4:00 pm
Welsh Corgi (3/26/2012)
I have a job that executes 4 pages.
The last one fails with an invalid password.
I execute the Package from BIDS...
March 26, 2012 at 3:55 pm
Named instances use dynamic ports. The SQL Brower service is used to identify the port that a named instance is using. These can change between restarts of the...
March 26, 2012 at 3:52 pm
Can you connect to the named instances using the IPADDRESS\INSTANCENAME? Do you have SQL Browser running on the server?
March 26, 2012 at 3:38 pm
njdevils39 (3/26/2012)
Lynn Pettis (3/26/2012)
March 26, 2012 at 3:31 pm
I don't use maintenance plans. I use my own code for handling the backups/index maintenance etc.
March 26, 2012 at 3:14 pm
Nope. That isn't it. I am trying to find out if you are trying to open up SSIS packages that may have been created or upgraded to SQL...
March 26, 2012 at 3:05 pm
Doubt it.
March 26, 2012 at 2:27 pm
Just to add, it doesn't even need to be the entire table(s). You can reduce the table(s) to the columns used in stored procedure and the key (index) columns....
March 26, 2012 at 2:22 pm
bitbucket-25253 (3/26/2012)
Lynn Pettis (3/26/2012)
Evil Kraig F (3/26/2012)
GilaMonster (3/23/2012)
SQLRNNR (3/23/2012)
GilaMonster (3/23/2012)
Lynn Pettis (3/23/2012)
Wants a primary key on fname and lname.
You say that like it should be obvious it's a bad idea....
March 26, 2012 at 2:16 pm
Looks like you are running SQL Server 2008, what version are the SSIS packages?
March 26, 2012 at 2:14 pm
How about the DDL (CREATE TABLE statement(s)) for the base table(s) in the stored procedure, sample data for the base table(s) (as a series of INSERT INTO statements), and the...
March 26, 2012 at 2:12 pm
Viewing 15 posts - 13,441 through 13,455 (of 26,486 total)