Viewing 15 posts - 1 through 15 (of 19 total)
How can I do this another way. I try to create an xml file with 2000.
how to assingn the results of a FOR XML query to a variable?
Kind...
January 19, 2010 at 2:47 am
Hi,
I modified my query as below
select
KB.KartelaNo as KBBarkod,
KB.HambezStokAnmaKodu as KBHambezStokAnmaKodu,
SH.StokAnmaAdi as KBHambezStokAnmaAdi,
KB.ZeminRenkKodu,
KB.En,
KB.EnTolerans,
KB.GramajGrm2,
KB.GramajTolerans,
KB.Konstruksiyon,
(select
K.Aciklama as 'Aciklama'
,KD.DosyaID as 'KDBarkod',
KD.DesenNo as 'DesenNo',
KD.VaryantNo as 'VaryantNo',
KD.HambezStokAnmaKodu as 'KDHambezStokAnmaKodu'...
January 13, 2010 at 12:58 am
Thank you very much.
I works.
Kind regards
Aysegül
September 17, 2008 at 1:52 am
Hi,
I am trying to show a report from a server by clicking a button.
I do these things as
Microsoft.Reporting.WebForms.ReportViewer form = new ...
July 9, 2008 at 9:03 am
Hi,
I doesn't work.the parameter is datetime.
June 26, 2008 at 1:04 am
Hi,
I can't do the example.
How can i do? I couldn't find the window in the first picture ( IN sql 2005 management studio)
June 17, 2008 at 8:36 am
these are the my SQL Server informations.
Microsoft SQL Server Management Studio Express 9.00.3042.00
Microsoft Data Access Components (MDAC)6.0.6000.16386 (vista_rtm.061101-2205)
Operating System6.0.6000
I install SP2.
There is any problems between Visual Studio and...
February 24, 2008 at 4:48 am
Hi. With your help I wrote this sql as below.
But it doesn't work as I want.
I want to filter by with dbo.fDetermineStartDate return value when
fDetermineEndDate is null.
if...
January 15, 2008 at 5:45 am
Viewing 15 posts - 1 through 15 (of 19 total)