No announcements
Found 2244411 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 | 630 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 | 3574 Views | Created by Karenros - Thursday, July 23, 2009 1:35 PM | Last reply by Karenros - Thursday, July 23, 2009 1:40 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 | 2370 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'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 | 4737 Views | Created by skurava - Tuesday, January 11, 2011 8:04 PM | Last reply by --CELKO-- - Tuesday, January 11, 2011 10:45 PM -
0 Votes
what is wrong with this query in SQL COMPACT?
What can be wrong with this simply query?Answered | 1 Replies | 9284 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 | 1866 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 | 832 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 | 2803 Views | Created by BandSr - Tuesday, March 27, 2012 11:22 AM | Last reply by AshimM - Friday, March 30, 2012 5:28 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 | 981 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 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 | 3508 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 query?
You should build your dynamic query string up front: DECLARE @myTable NVARCHAR(50); SET @myTable = 'City'; DECLARE @code ...Answered | 2 Replies | 3722 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 | 1205 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 | 2000 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 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 | 1321 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 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 | 907 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'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 | 4069 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
SQL Query to get a date what is wrong ?
SQL Query to get a date what is wrong ?Answered | 1 Replies | 500 Views | Created by johnson-somerville - Tuesday, October 13, 2020 2:44 AM | Last reply by Olaf Helper - Tuesday, October 13, 2020 5:16 AM -
1 Votes
What is wrong with this sql
Thanks for the tip, could you pl help me create a SqlParameter query for the above?Answered | 6 Replies | 2150 Views | Created by Gaby58 - Tuesday, June 26, 2012 4:14 PM | Last reply by Olaf Helper - Tuesday, June 26, 2012 4:28 PM -
1 Votes
Whats Wrong??!!!
Can you run depends on your exe and figure out what it is?Answered | 2 Replies | 1836 Views | Created by jay_alipour - Monday, October 15, 2012 2:23 PM | Last reply by - Monday, October 15, 2012 8:07 PM -
0 Votes
What's wrong with this computed column's formula?
I must have done something wrong when I created the column with the designer.Answered | 8 Replies | 6258 Views | Created by new to sql server - Friday, May 14, 2010 9:50 PM | Last reply by new to sql server - Monday, May 17, 2010 7:40 PM - Items 1 to 20 of 2244411 Next ›
No announcements