About 50 results
Open links in new tab
  1. Select column at runtime - LINQ? - social.msdn.microsoft.com

    Jul 16, 2009 · by your query i should write the column names while write the code but in my situation i cant specify the column names because based on user the Select column name will vary. What i …

  2. sql query to separate the semicolon - social.msdn.microsoft.com

    Dec 24, 2010 · TABLE B Account_ID 1000 200 30000 40 QUERY (should join table A and B and take the product from table A according to table B Account_ID) Account_ID Product 1000 10 200 20 …

  3. Query mdf file directly - social.msdn.microsoft.com

    Oct 24, 2013 · As Uri said, you cannot directly query the mdf files. You have to attach the file concerned as a database to an instance of SQL Server and then query the database objects. For the list of all …

  4. Stored procedure with select query using 'IN@ operator as input …

    Nov 15, 2011 · My select query format is "Select * from Testtable where EMP in (@emp) . while executing the stored procedure i am giving my i/p parameter as '123,124,143' , but it is not shopwing …

  5. XPath Query in Where clause of SQL query - social.msdn.microsoft.com

    Sep 23, 2010 · Here the first query where i am using col1.query ('//test/id') >= 5, There is syntax error, and in second one, first of all.. i have to declare the XML type local variable then set that vaiable like …

  6. How to a append to a column in a SQL query

    Dec 12, 2011 · When I run the query I want to retrieve the End Date and programmitacally add "23:59:59" to it. What would be the query like for that. Thanks a bunch.

  7. MDX Query: MTD and YTD within the same select?

    Jul 6, 2011 · So even though MDX may look similar to SQL, it works in quite a different way (which facilitates ad hoc analysis in multiple axis and leverages efficient aggregations)

  8. SELECT SQL QUERY USING CURRENT DATE TIMETO GET THE USERS AGE?

    Oct 7, 2021 · How would I write the SQL query and could I assign the resuls into one group?

  9. Remove Union from query? - social.msdn.microsoft.com

    Mar 1, 2010 · Question 0 Sign in to vote Hi All, I have below query:- SELECT a.column_name1, a.column_name2, b.column_name3 FROM (SELECT column_name1, column_name2, …

  10. Dynamic Query - social.msdn.microsoft.com

    Jul 14, 2006 · I use IIF in the dynamic query to dynamically change the Select, Group By, and Order By statements.