Topics
Started by
Posts
Last post
-------------------- SELECT id_tender,count(*) as no_of_app FROM applytender WHERE id_tender IN (s…
3 replies
I was researching the performance of large XML queries and came across this article: http://searchs…
2 replies
Hello, I have a business rule that says if PROD = ''XCDD' and ProductRollUp = 'XCSH' Then BillingTy…
3 replies
I'd like to pass a variable into the following: insert into OPENROWSET('Microsoft.Jet.OLEDB.4.0', '…
10 replies
Hi, qucik q: is it possible to pass a parameter to a stored procdure, containing a table name? like…
6 replies
Does any one now the syntax to input the outut of a stored procedure into a tabel for it to be used…
2 replies
I would like to run an update statement within the sp_msforeachtable stored procedure, but I don't …
1 replies
I have a query Select * from Table1 where Filter1>100 and Filter2= "test" and filter3< 100 C…
2 replies
Hello Experts, Background information: I work for a company that sells hardware and software to cli…
33 replies
Hello everybody, I decided to post here because I don't find the soluce to my problem. I have the f…
3 replies
Dear, I don't know how to handle this XML problem : Table "Group_Info" Group Group_Members 10…
2 replies
bcp.exe Testdatabase.dbo.test in 1.txt -S Anand -U kumar -P kumar -t "," -r "" -c' For the above b…
3 replies
I wonder if anybody can help. I would like to log the parameter values of running stored procedures…
4 replies
Hi all. I want to use the following query in a sp to enable paging using ObjectDataSource. The prob…
7 replies
Hi there I am quite new to SQL 2005 and am stuck with a particular task . The requirements of the t…
2 replies
Viewing 15 topics - 10,771 through 10,785 (of 12,230 total)
You must be logged in to create new topics.