Viewing 15 posts - 1 through 15 (of 30 total)
Thank you.
This article helped!!
October 31, 2013 at 1:04 pm
Well, I do not know exactly what the table will be. This will need to a "select into table" defined by which rows are selected from the source table...
May 24, 2012 at 3:48 pm
The nvarchar change worked. I had not updated the function.
Thanks for the help...
May 17, 2012 at 8:30 am
Triple checked everything. Not sure what it was, but I am able to connect now.
Thanks.
March 19, 2012 at 6:10 am
I also have sql 2008 installed on that server. I can still connect remotely to it.
The name is e521/R2 and e521 (slq 2008).
Allow remote connections is checked.
TCP/IP, Named Pipes...
March 16, 2012 at 10:35 pm
Another attempt at showing the desired display. The .... would be replaced with tabs or spaces.
The resulting delivery table is one row per company.
Site: Company Name
.....Product: Product1
.......Release: 2005
.........Type: Upgrade...
August 3, 2011 at 11:06 am
The tabs were lost in the initial message. Here are the statements to create table and test data:
create table regs (
site varchar(100),
product varchar(100),
release varchar(10),
type varchar(10),
cnt int
)
insert into regs...
August 3, 2011 at 10:56 am
Thank you.
exec mnsdb.dbo.sp_upodate worked as advertised.
May 13, 2011 at 12:25 pm
Thank you, I 'filed' both methods.
I appreciate the help.
November 2, 2010 at 7:15 am
Thanks. I did the dynamic SQL and all went well.
Thanks, again,
Bill
March 15, 2009 at 4:02 pm
Viewing 15 posts - 1 through 15 (of 30 total)