I would like to have like
tablename, column name
table1 column1
table1 column2
table1 column3
table1 column..n
table2 column1
table2 column2
table2 column3
table2 column..n
table3 column1
table3 column2
table3 column3
table3...
Hi SiriusBlackOp
would you please walk me thorugh the steps.
as I follow you
from the Debug menu I select Attach to Process
how can I locate my dev server
I donot see aspnet_wp.exe
what I am doing wrong ?
Hi
I have build application at my local machine it is working fine . Now as I deployed it on dev server some pages are breaking
I wonder If some one guide me how to attach processor to dev environment so I can debug the application.
Thanks
I have data like
Return|Item
Cancelled|Item [CFY]
Gifts
I would like to display
if data has | then display it in two text box
like Textbox1 Return
Textbox2 Item
if data does not have | then display the "field value" in
Textbox1 and
Textbox2 should be ""
any help would be nice
thanks
I have store procs in my database
I need to use table from different databases
all want to do is declare a variable and pass the database name to get the data
e.g
declare @dbname
set @dbname = Fortunedb
select name, id from
@dbname +'.'+ vwGiving_Gift_Journal_RPT
so I can change the...
Thank all of you
here is what I'm trying to achieve
declare @rDate datetime
set @rDate = '5/30/2006'
select sum(AnnualFundGiven),sum(AnnualFundGifts),sum(ActualMatchAmount),sum(SoftCreditGiven),FiscalYear
from vwGiving_Summary_FY v
where FiscalYear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.