Viewing 15 posts - 121 through 135 (of 147 total)
I thought that to.
But then why would it allow me to run immediately if I map the 1st 4 and then it won't when I map the next one or...
May 25, 2012 at 11:40 am
No, that is true.
But in my case, I have to use the database prefix because it will be called from another database.
Thanks,
Tom
May 22, 2012 at 9:00 pm
These are all on one server.
The view is only on one of the databases in the environment. It is called from another database and works fine when used from...
May 16, 2012 at 10:12 am
That would normally be true.
But in this case the view is being called from a different environment and it wouldn't be a problem except that I don't know if I...
May 15, 2012 at 5:21 pm
I had thought about doing it that way, but I really didn't want to do the unions where any changes would have to be done multiple times, thus increases chances...
May 14, 2012 at 1:27 pm
Are you serious??????
This is why you aren't taken seriously.
You don't seem to ever want to address the issue.
There wasn't one thing you said that addressed the issue. The answer...
May 14, 2012 at 11:57 am
That was pretty much what I figured.
I can do the join to the database table to get the records that for each database by adding a DatabaseID column to the...
May 11, 2012 at 11:51 am
I have tried everything to get this and another file to work and in that one I am getting the same type of error for a column that is blank.
This...
March 29, 2012 at 6:10 pm
I found out why it does this if I have the Query window results set to Text.
From Query/Query Options/Text, I have it set to 256.
But why would that do the...
December 3, 2011 at 11:14 am
So that would be the same as:
SELECT TOP 1 ID,
Name,
Number,
...
August 27, 2011 at 1:11 am
I see.
I can see it better if I put the case statement as a column to see what it is doing and it makes sense. Clean.
3Main2MainClass ...
August 26, 2011 at 4:50 pm
That was what I was looking for.
I added in the Order by without the Top just to see how it would order and it worked great.
3Main2MainClass
2MainNULLMainClass
1MainNULLNULL
Not sure what this is...
August 26, 2011 at 11:10 am
A dynamic query wouldn't help. The issue isn't the number of parameters I send. It is the result that I get back. I have no way of...
August 26, 2011 at 12:00 am
I did find a problem when the schema was blank.
If @tablename = 'Roles', this will return nothing. I thought about using a Case statement but not sure how to...
June 6, 2011 at 3:56 pm
Viewing 15 posts - 121 through 135 (of 147 total)