Viewing 15 posts - 961 through 975 (of 1,186 total)
We had a problem like that too. Solution was to have MS come on-site and get them fixed. They had to try several different things to fix this.
Upside:
July 6, 2004 at 10:20 am
Posted reply against below link: (Same topic)
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=124847
July 6, 2004 at 5:28 am
The problem I think is that even though you have 2 different nodes the following is happening (I think):
Assumptions:
You are referencing the cluster name for failover purposes
Issue:
The Cluster level places...
July 6, 2004 at 5:26 am
CHAR(6) will give you 'ABC___' where _ equals a space
VARCHAR(6) will give you 'ABC' without spaces
July 6, 2004 at 5:17 am
Sounds like a bug in Adobe 5 not SQL. If the same PDF shows correct/incorrect in the different versions of Adobe then there is where the problem is???
July 5, 2004 at 1:55 pm
As long as you can connect to them via linked server I really don't see why it would matter where they live as long as they can talk....
July 5, 2004 at 1:53 pm
Dee,
Please see one of the below forums (just replace 114544 with another #)
http://www.sqlservercentral.com/forums/shwmessage.aspx?messageid=114544
103859, 102346, 113356, 19507, 110085, 119137, 117948, 114609, 119977, 125388, 110622, 108110, 105520
Found all these different...
July 5, 2004 at 12:26 pm
Why not create Linked server names that you can re-create in your production environment. You can have multi. linked servers different names linked to the same database/server.
This way when you...
July 5, 2004 at 12:15 pm
Sounds like the problem isn't with the ALTER statement but with Access.
I have to assume that you linked the tables into Access and have already ran the ALTER statement against...
July 5, 2004 at 9:47 am
SELECT * FROM sysfiles. This will provide the overall size of the database not what is really used
July 5, 2004 at 7:02 am
Paul,
When you set-up the instances on your local machine did you set-up using SQL authentication or Windows?
How are you trying to connect to your local? If you are attempting...
July 5, 2004 at 5:56 am
Try looking in the Master database through either EM or the object browser in the extended procedures section. This procedure should be there.
You may be having 1 or both of...
July 5, 2004 at 5:29 am
Could mean several different things.
July 2, 2004 at 10:56 am
Unfortunately, that is information you lose when you "upsize" the Access information to SQL. The structure of Access and SQL for PK and NULL don't talk to each other as...
July 2, 2004 at 5:12 am
John,
I can't resist showing people my daughter
With that said... THANK GOD she looks like mommy and NOT me
July 1, 2004 at 4:36 pm
Viewing 15 posts - 961 through 975 (of 1,186 total)