Viewing 11 posts - 1 through 11 (of 11 total)
My apologies for never following up and closing out the issue. Here is what happened 4+ years ago.
We received a new server and installed SQL Server on it....
June 18, 2017 at 12:56 pm
Thanks so much for the detailed explanation, it worked like a charm. From a usability standpoint, I'm disappointed that it is so complex to implement but I now understand...
October 25, 2013 at 7:57 am
Thanks. I finally figured it out by moving my attributes to a Dimension table and using a key to lookup the value that way. I then created a...
August 8, 2013 at 2:31 pm
Thanks for the responses.
Regarding the data types - they are:
1.) char
2.) varchar2
3.) date
4.) number
We tried a mixture of columns in our openquery and if we bring it down...
May 1, 2013 at 2:23 pm
The problem was the pass-through (openquery) query was pulling in a numeric(18,3) field and casting it as a nvarchar. I had a line of code in my select statement...
July 7, 2009 at 1:03 pm
Thanks Elliot. I'm going to break it down to 10 column increments like you suggested and see where it is failing.
July 7, 2009 at 11:29 am
Also, I get the exact same error when I run the openquery in a query in Management Studio but again no row failure or column that it failed on. ...
July 7, 2009 at 11:05 am
Thanks Elliot. It is pretty clear to the issue but it doesn't provide which column failed. There are about 50 columns in the extraction and all the data...
July 7, 2009 at 11:02 am
Bare with me, I am a newbie to SQL Server security.
I have a database with a multitude of tables all owned by dbo. I want to create a role...
April 8, 2008 at 3:25 pm
thanks a lot for the expert insight. I will setup with that format - thanks again.
April 8, 2008 at 2:30 pm
You can write a UDF that receives a string and returns the string enclosed in single quotes. In your SQL code, you have a re-usable function that you can...
November 15, 2005 at 1:21 pm
Viewing 11 posts - 1 through 11 (of 11 total)