Viewing 15 posts - 721 through 735 (of 4,820 total)
Okay, then I would try this and let me know how it goes:SELECT CONVERT(int, scheduled_qty) AS scheduled_qty
FROM OPENQUERY(PROD_AXS, '
SELECT CONVERT(varchar(18), scheduled_qty) AS scheduled_qty
FROM AXS.PUB.sols...
August 14, 2018 at 11:40 am
August 14, 2018 at 11:13 am
Or, someone could recognize that data that has to have pieces of it broken out and examined has failed to enforce good database design by allowing data elements in the...
August 14, 2018 at 11:07 am
August 14, 2018 at 11:02 am
August 14, 2018 at 10:28 am
August 14, 2018 at 9:27 am
Show them the nature of the problem. They'll very quickly learn that with a LIKE capability in such a lookup table, they will inherently start using % and/or _ at...
August 14, 2018 at 9:14 am
What is the data type of the source data ? When you use an OLE DB provider, there may be certain data types that have trouble. SQL Server can only...
August 14, 2018 at 9:07 am
Hate to burst your bubble, but implementing this kind of table lookup is fraught with potential problems. You are hoping to put some kind of criteria into one of the...
August 14, 2018 at 8:57 am
It did yes. I'll probably end up posting some code later on. Been at...
August 14, 2018 at 7:51 am
If the problem node is part of a cluster, what expected role would it play in the clustering, and/or failover process? Seems to me a 10 GB memory node wouldn't...
August 14, 2018 at 7:41 am
Why does this data need to be in separate databases? It's much more easily accomplished in just one. However, given the multiple databases, you should probably at least look at...
August 14, 2018 at 7:19 am
Not all that many folks are willing to open an Excel spreadsheet from the internet, so not many will open it and look at your problem. The best way to...
August 14, 2018 at 7:08 am
Viewing 15 posts - 721 through 735 (of 4,820 total)