Viewing 15 posts - 601 through 615 (of 748 total)
Thanks guys,
Just can't get the columns corrected columnized. I mean, what seperator should I use in this case?
March 19, 2009 at 7:45 am
Thanks for your quick response, but I need table in the return.
March 4, 2009 at 4:06 pm
PaulB (2/14/2009)
halifaxdal (2/13/2009)
up:unsure: huh?
😀
I was hoping to move this post a little bit further on the top in the forum so people won't miss it.
February 17, 2009 at 9:46 am
I am doing this through SSMS, there is no local SSMS on the server.
You must be guessing the credential I used to connect to the server, however, this is the...
February 13, 2009 at 8:25 am
Please forget my last post, I already figured it out. Thanks anyway.
But this might not be the good one though.
select
b.divisionname,...
January 23, 2009 at 2:18 pm
Here is my final query:
;with Breakdown as
(select divisionname, avg(averagescore) as AverageScore,
case
...
January 23, 2009 at 2:10 pm
Thank you so much. It's amazingly working.
January 23, 2009 at 1:38 pm
The sp is out of my control, it returns too many columns, I just don't want to manually create replicate those columns on my side, and I might need to...
January 7, 2009 at 1:31 pm
Hold on a second, not finished yet.
I am able to perform:
EXEC CHRGBKP2NT.CBReports.[dbo].[spBNS_MappedServerWithIPV2] '2008-08'
with enabling RPC, However, when I tried this, I still got error message:
select * into #temp from
OPENROWSET
(
'SQLOLEDB.1',
'Data Source=CHRGBKP2NT;Initial...
January 7, 2009 at 1:03 pm
Jack,
I thought Enabling RPC is a job of admin of the remote server, I didn't know it can be done on my side.
Thank you, working perfectly now.
January 7, 2009 at 12:37 pm
When I tried to run the sp using the 4 part naming convention, it gives me:
Msg 7411, Level 16, State 1, Line 1
Server 'CHRGBKP2NT' is not configured for RPC.
January 7, 2009 at 12:11 pm
Have you tried logging in to the dev's workstation and registering the server with your credentials? Can anyone else in that AD group register that server?
Other people don't...
December 16, 2008 at 3:04 pm
Hey Bob,
You know what? your original ( :hehe:, yes, the one you once deleted) suggestion is better for me in this case, performance is not an issue at all.
Thank you.
December 10, 2008 at 2:18 pm
Viewing 15 posts - 601 through 615 (of 748 total)