Hi,
I have this query
SELECT
c2.id_number AS Cusip, c1.id_number AS Isin, c3.id_number AS Sedol,
c4.id_number AS Cusip144a, c5.id_number AS Isin144a,
ISNULL(fii.party_short_name, fii.party_long_name) AS DESCRIPTION,
bintostr(a.asset_id) AS ASSET_ID
FROM govcorp..asset a LEFT JOIN...
Hi,
On the weekend I installed SQL Server 2005 trial edition on my Db machine. Then I read somewhere that I should not open my existing SQL Server 2000 databases using it as it would irretrievably 'upgrade' them. I think usual M$ force upgrade trickery. There was no warning during the SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.