No announcements
Found 2307616 threads
-
2 Votes
what is wrong with my query ?
Hi all, I am trying to insert some data to microsoft access database but all these queries are wrong it seems. whenever i run my query i will get syntax ...Answered | 1 Replies | 695 Views | Created by Manjunath L - Wednesday, September 10, 2014 1:51 PM | Last reply by Michal Krzych - Wednesday, September 10, 2014 2:40 PM -
0 Votes
Whats wrong with this query?
define @cnt as decimal Or Try this declare @cnt int select @cnt = count(distinct call_id) from ...Answered | 2 Replies | 3636 Views | Created by Karenros - Thursday, July 23, 2009 1:35 PM | Last reply by Karenros - Thursday, July 23, 2009 1:40 PM -
0 Votes
what's wrong with this query?
Hi, what I'm trying to accomplish is exactly what the example does, I mean, how can you correct the example you wrote?Answered | 6 Replies | 4800 Views | Created by skurava - Tuesday, January 11, 2011 8:04 PM | Last reply by --CELKO-- - Tuesday, January 11, 2011 10:45 PM -
6 Votes
What is wrong with this query?
Amir Actually, one way of controlling what the optimizer does is to change a single-statement query into ...Answered | 23 Replies | 2433 Views | Created by amir tohidi - Monday, February 6, 2012 2:03 PM | Last reply by Kalman Toth - Monday, February 6, 2012 5:53 PM -
0 Votes
what is wrong with this query in SQL COMPACT?
What can be wrong with this simply query?Answered | 1 Replies | 9346 Views | Created by Jaczol2 - Thursday, July 29, 2010 11:28 AM | Last reply by Alberto Silva - Thursday, July 29, 2010 2:40 PM -
0 Votes
What's wrong with the mdx query
Hello dimmaan, the FROM clause for the cube name + closing bracket is missing in the sub query; please try it as below: select [Measures].Answered | 1 Replies | 1913 Views | Created by dimmaan - Thursday, October 18, 2012 5:56 PM | Last reply by Olaf Helper - Friday, October 19, 2012 5:12 AM -
0 Votes
What's wrong with this sub-query?
Since I do not see that you are coming back :-(, I am marking the answer that look the closest to what you asked for.Answered | 2 Replies | 885 Views | Created by new to sql server - Thursday, May 14, 2015 5:17 PM | Last reply by pituach - Thursday, June 4, 2015 11:07 AM -
0 Votes
What is wrong with my mdx Query
Hi Rama, As I said, drag the member as shown in the below picture, this will avoid you to create a wrong member expression.Answered | 4 Replies | 2855 Views | Created by BandSr - Tuesday, March 27, 2012 11:22 AM | Last reply by AshimM - Friday, March 30, 2012 5:28 AM -
0 Votes
querying the model not the database, what does it mean exactly?
The code will perform queries and other actions against an entity model and this is all what you'll see in the code.Answered | 3 Replies | 1864 Views | Created by Paulos Elias - Saturday, March 10, 2012 8:46 AM | Last reply by Patrice Scribe - Saturday, March 10, 2012 9:32 PM -
0 Votes
What is wrong in this query?
When adding the query below to my table adapter I get the following message : Error in list of function arguments: ')' not recognized.Answered | 4 Replies | 3553 Views | Created by Daniel Esterhuyse - Thursday, August 20, 2009 5:51 AM | Last reply by Shamas Saeed - Friday, August 21, 2009 6:17 AM -
0 Votes
What is wrong with this Dynamic Sql Query?
What is wrong is that you insist on having a dynamic table name.Answered | 7 Replies | 1045 Views | Created by JoJo_1 - Monday, April 7, 2014 6:03 PM | Last reply by Erland Sommarskog - Monday, April 7, 2014 9:34 PM -
0 Votes
what is wrong with this query?
You should build your dynamic query string up front: DECLARE @myTable NVARCHAR(50); SET @myTable = 'City'; DECLARE @code ...Answered | 2 Replies | 3767 Views | Created by simosi - Thursday, July 30, 2009 3:19 PM | Last reply by JuliaJulia - Thursday, July 30, 2009 3:36 PM -
0 Votes
WHATS WRONG WITH THE BELOW QUERY
--- CREATE TABLE TESTX IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[testx]') AND type in (N'U')) DROP TABLE ...Answered | 4 Replies | 1259 Views | Created by ANOOP ARUTLA - Tuesday, March 25, 2014 2:09 PM | Last reply by Jitesh00JJ - Wednesday, March 26, 2014 5:31 AM -
0 Votes
What is wrong with the following TSQL Query?
Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are.Answered | 2 Replies | 2047 Views | Created by ChemEng - Monday, August 12, 2013 9:37 PM | Last reply by --CELKO-- - Tuesday, August 13, 2013 1:12 AM -
0 Votes
What is wrong with my LINQ query?
Hi JayShah203, This forum is about the C# programming language, IDE, libraries, samples, and tools, as your issue is more related to the LINQ query, we help you move it to ...Answered | 5 Replies | 975 Views | Created by JayShah203 - Friday, January 22, 2016 5:31 PM | Last reply by Zhanglong Wu - Wednesday, January 27, 2016 7:26 AM -
0 Votes
What is wrong with this Linq query?
I want to retrieve only the filenames without the path (VS2008) -- I just don't know what args to put in the .Where <string, int, bool> var fils = ...Answered | 2 Replies | 1362 Views | Created by Rich P123 - Friday, March 9, 2012 9:13 PM | Last reply by Rich P123 - Friday, March 9, 2012 9:40 PM -
0 Votes
What's wrong with my "select in select" query?
Hi, This is just a name for the table(result set) that is returned by your sub query.Answered | 3 Replies | 4115 Views | Created by LadyCarol - Monday, December 6, 2010 9:56 AM | Last reply by Rishabh K - Monday, December 6, 2010 10:03 AM -
1 Votes
MDX query on Tabular Model
Observations is a Fact table and not a dimension. so we can not query tables in Tabular models?Answered | 4 Replies | 2057 Views | Created by SGMSSharePoint - Friday, February 7, 2014 7:23 AM | Last reply by SGMSSharePoint - Friday, February 7, 2014 8:33 AM -
1 Votes
SQL Query to get a date what is wrong ?
SQL Query to get a date what is wrong ?Answered | 1 Replies | 558 Views | Created by johnson-somerville - Tuesday, October 13, 2020 2:44 AM | Last reply by Olaf Helper - Tuesday, October 13, 2020 5:16 AM -
0 Votes
What is ERD Modeling
Typically databases will be modeled using the relational model in some normal form.Answered | 2 Replies | 840 Views | Created by Shanthi.Thamada - Tuesday, May 26, 2015 5:35 AM | Last reply by JJordheim - Tuesday, May 26, 2015 2:04 PM - Items 1 to 20 of 2307616 Next ›
No announcements