Viewing 15 posts - 946 through 960 (of 1,584 total)
How have you configured your default mail profile? Verify that you have the proper server name, port number, and most importantly for these types of issues...what is your needed...
November 28, 2012 at 6:11 pm
SQL 2005 or 2008?
If 2005, in the Surface Area Configuration application, check the Connections, then Remote Connections section, then check to see if you have Named Pipes and TCP/IP connections...
November 28, 2012 at 5:25 pm
Please post the TSQL that you've come up with thus far
November 28, 2012 at 5:19 pm
For kicks and giggles...what happens when you actually include all the columns in the OPENQUERY:
Ex:
INSERT INTO table
SELECT [TableKey1],[TableKey2],[TableKey3],[Column4],[Column5],[Column6],[Column7],[Column8],[Column9],[Column10]
,'','','','','','','','','','',0,''
FROM OPENQUERY(server, 'SELECT TableKey1,TableKey2,TableKey3,Column4,Column5,Column6,Column7,Column8,Column9,Column10
FROM providerstring.library.table')
I also would wager that this would work as...
November 28, 2012 at 5:14 pm
You mention that the 4-part SELECT still works (without error), but does it still work in conjunction with the INSERT?
INSERT INTO table
SELECT * FROM server.providerstring.library.table
November 28, 2012 at 12:08 pm
Are you 100% certain the schema is identical from ServerA - ServerB - this also means, there are no computed columns on this new server that's generating the errors?
It would...
November 28, 2012 at 11:00 am
I always assume those steps are performed before someone even posts to the forum :w00t:
November 28, 2012 at 8:44 am
So, at least I know that permissions are ok. Drive where UNC folder is 1TB. Total table size is less than 70 GB. So, we have plenty of space. we...
November 28, 2012 at 8:43 am
I don't believe this is possible. You could however run the statement below using linked servers to connect to each of the servers, that could give you what you...
November 28, 2012 at 8:31 am
I know this contrary to what everyone else has said but I've experienced similar behavior when a RAM module was going bad. Everything seemed fine until either the connections...
November 28, 2012 at 8:03 am
You definitely have some issues with the data in your MSDB table.
I'm pretty certain the reason your backup completes successfully but your maintenance plan job fails is because you have...
November 27, 2012 at 2:25 pm
As long as your client authenticates via VPN into your network, they will be granted and assigned a local IP address on your domain...they will have all the rights that...
November 27, 2012 at 12:00 pm
November 27, 2012 at 10:21 am
I've got a suggestion but first need to know how large is your publication? For instance, how many articles are in this publication? A few dozen? Hundreds? How long...
November 26, 2012 at 2:59 pm
The agent job will be wherever your distributor resides
November 26, 2012 at 1:52 pm
Viewing 15 posts - 946 through 960 (of 1,584 total)