Viewing 5 posts - 1 through 5 (of 5 total)
newbieuser (5/10/2011)
SELECT * from OPENQUERY(LS, 'SELECT * FROM U.ABO,
U.LED_ID,
U.PROJECT_NO,
T.WORDC,...
May 23, 2016 at 10:34 pm
Never mind. I ended up going retro and using a couple of views (using case statement for the merge) and a stored procedure which I'll schedule in stead.
Works fine, and...
June 7, 2010 at 6:50 pm
I looked for a way of modifying the original, but couldn't find it, so I'll just make it available here.
CREATE TABLE [db].[table1] (
[columnA] [numeric](18, 0) NOT NULL ,
[columnb] [ntext]...
September 15, 2008 at 10:38 pm
Hi John - I could, but would that really be useful here? Useful enough to warrant creating a table full of fake data? Or do you think that the example...
September 15, 2008 at 4:41 pm
The 'funny' thing is that although Query Designer doesn't parse it, it is allowed in a View.
So, what I tend to do as a work around, is one of these...
February 26, 2008 at 8:36 pm
Viewing 5 posts - 1 through 5 (of 5 total)