|
|
Browse by Tags
-
Hi All, I have a table tbl1 with these columns BodyText (freetext index added to enable search on this column(text datatype) of the table) and ArticleID INT PRIMARY KEY tbl2 stringtosearch varchar(250) , stringID INT PRIMARY KEY My query is SELECT t1,ArticleID , t2. stringID , t1.BodyText , t2.stringtosearch...
-
Hi, I have a requirement, I want a particular column from a table to be copied to a csv file, with the following conditions, 1. It should not have column name. Only that particular column data should appear. 2. It shouod also not have the no of rows (like when we run a query, it shows xx rows affected...
-
Welcome to the forum! Are you performing the queries from the client's application? WHy not take help of stored procedures that will be in database and use the same from application, so that process can be handled on server end that will reduce pingback the results for each and every process during...
Page 1 of 1 (3 items)
|
|