G
Guest
Good Day to All,
Recently our company has updated one of our servers from SQL 2003 to SQL
2005. I had a number of queries referencing the newly updated server from the
server which was not updated. Before the update I had no problem with the
queries.
Currently when I run the queries I get an error indicating that a connection
cannot be made. I have checked everything and cannot resolve my problem.
Please look at my query and see if changes need to be made or give me a clue
to where I can resolve the problem.
query:
SELECT TOP Internal_ID_Number, Original_FileNo, DocumentType, PolicyNo,
Original_EscrowFileNo, CountyCode, FileNo, LocationCode,
EscrowFileNo, EntryDate, UserId
FROM GREAT1.ImageTrak.dbo.Closings g1Closings
ORDER BY EntryDate DESC
Recently our company has updated one of our servers from SQL 2003 to SQL
2005. I had a number of queries referencing the newly updated server from the
server which was not updated. Before the update I had no problem with the
queries.
Currently when I run the queries I get an error indicating that a connection
cannot be made. I have checked everything and cannot resolve my problem.
Please look at my query and see if changes need to be made or give me a clue
to where I can resolve the problem.
query:
SELECT TOP Internal_ID_Number, Original_FileNo, DocumentType, PolicyNo,
Original_EscrowFileNo, CountyCode, FileNo, LocationCode,
EscrowFileNo, EntryDate, UserId
FROM GREAT1.ImageTrak.dbo.Closings g1Closings
ORDER BY EntryDate DESC