Viewing 15 posts - 2,356 through 2,370 (of 15,381 total)
Luis Cazares (9/9/2015)
September 9, 2015 at 12:57 pm
sharonsql2013 (9/9/2015)
I want to see output asExcel Dave,Ken 15
Help me here. Is this one column? You need to put a little effort into this.
September 9, 2015 at 12:49 pm
sharonsql2013 (9/9/2015)
create table #Product
(
Application Varchar(50),
...
September 9, 2015 at 12:40 pm
cory.bullard76 (9/9/2015)
Sean, I'm getting an invalid column error on 'GrantColumn' and 'PartDColumn'
Ummm....that would be because I have no clue what columns value you want. I have no idea what your...
September 9, 2015 at 12:18 pm
cory.bullard76 (9/9/2015)
Wouldn't your case statement error out do the columns in the Then portion containing columns that don't exist?
HUH??? How can columns not exist for some rows? I will ask...
September 9, 2015 at 10:57 am
biscribbler (9/9/2015)
However, when the proc fails it writes to...
September 9, 2015 at 10:45 am
cory.bullard76 (9/9/2015)
Sean, I want the data in a single column
IT IS in a single column. That is what the case expression is used for. Look at the code I posted,...
September 9, 2015 at 10:43 am
Grant Fritchey (9/9/2015)
Fair warning though, a shocking number of vendors are really horrible at SQL Server.
Gosh Grant the way you say that makes me think you have the opinion that...
September 9, 2015 at 10:34 am
cory.bullard76 (9/9/2015)
September 9, 2015 at 10:32 am
subscriptionemail (9/9/2015)
September 9, 2015 at 10:31 am
subscriptionemail (9/9/2015)
Hi,Is there a way to adjust the value for that?
Let's say I need to increase it up to 100,000?
Thanks a lot.
No you can't set it to 100,000 in...
September 9, 2015 at 10:01 am
cory.bullard76 (9/9/2015)
September 9, 2015 at 9:59 am
ying.wang (9/9/2015)
we have gotten feedback from application vendor saying that it is not a application bug but it is depened on the server capacity and different environment. Some copmanies can...
September 9, 2015 at 9:57 am
Aatish Patel (9/9/2015)
thanks all. have tried all and still looking around to resolve this. If any more info please let me know
We can't provide you any more info. We both...
September 9, 2015 at 9:55 am
Aatish Patel (9/9/2015)
thanks for looking into this. so by: There is likely a deny connect permission for that user.... do you mean need to look into active directory for...
September 9, 2015 at 9:52 am
Viewing 15 posts - 2,356 through 2,370 (of 15,381 total)