No announcements
Found 3241501 threads
-
5 Votes
Find exact column sql error from linq
First finding the exact column is a problem that sql has and Microsoft has failed for 3 years to do anything about even though tons of complaints have been filed.Answered | 16 Replies | 19635 Views | Created by nick5454 - Friday, March 28, 2008 3:08 PM | Last reply by KristoferA - Thursday, February 24, 2011 3:28 AM -
1 Votes
LINQ - How to find and write LINQ Query nearest column in a table
But when i calling the list value it show some error.Answered | 7 Replies | 893 Views | Created by Ganesh_tpt - Tuesday, June 6, 2017 1:29 PM | Last reply by CoolDadTx - Friday, June 9, 2017 1:32 PM -
0 Votes
select exact character at exact position sql server
you can also try DECLARE @t AS Table (column1 varchar(20)); INSERT INTO @t VALUES ('1234567890') INSERT INTO @t VALUES ('1234') INSERT INTO @t VALUES ...Answered | 8 Replies | 992 Views | Created by daredavil3011 - Wednesday, July 30, 2014 7:03 AM | Last reply by DIEGOCTN - Wednesday, July 30, 2014 9:20 AM -
0 Votes
Linq To Xml From Xml Column in Database
[OrderName] AS [OrderName] FROM [dbo].Answered | 1 Replies | 1056 Views | Created by dpimental_RM - Thursday, September 10, 2015 3:24 PM | Last reply by Fred Bao - Monday, September 14, 2015 7:24 AM -
0 Votes
[wp8.1]How to find the line or exact position where error is from?
>i couldn't find where the error is from exactly.How to find the line or exact position where it is from?Answered | 1 Replies | 505 Views | Created by rmurali.mcp - Thursday, March 24, 2016 12:10 PM | Last reply by Fred Bao - Friday, March 25, 2016 4:08 AM -
0 Votes
find maxvalue from a table in LINQ
do you get an error?Answered | 4 Replies | 4562 Views | Created by Dhrumil the Begginer - Wednesday, April 8, 2009 11:04 AM | Last reply by Dhrumil the Begginer - Monday, April 13, 2009 6:13 AM -
1 Votes
Dynamic Linq To Sql error
Well Linq is just syntactic sugar right?Answered | 12 Replies | 3367 Views | Created by Michael L. Wagner - Monday, June 8, 2009 6:17 PM | Last reply by Michael L. Wagner - Thursday, June 11, 2009 2:45 PM -
3 Votes
Finding exact memory usage by SQL Server
Good morning Experts, How to find the exact dynamic memory usage at any given point by SQL Server.Answered | 7 Replies | 1345 Views | Created by juniorkiran - Wednesday, April 19, 2017 7:45 AM | Last reply by Teige Gao - Thursday, April 20, 2017 8:10 AM -
1 Votes
LINQ Select specific columns
With dynamic LINQ to SQL you could have a Select call where you pass a string in that you construct at run-time, see ...Answered | 2 Replies | 8587 Views | Created by SNZ - Tuesday, June 9, 2009 4:42 PM | Last reply by SNZ - Wednesday, June 10, 2009 5:20 PM -
0 Votes
Linq queries against extended Linq to Sql objects
I guess this is just a limitation of LINQ to SQL.Answered | 3 Replies | 3846 Views | Created by IrishMurph - Wednesday, July 29, 2009 5:35 PM | Last reply by Irish Murph - Tuesday, September 29, 2009 5:09 PM -
0 Votes
Linq to Sql
Right-click in the Design form in your Visual Studio and select Properties, You will find Connection in the Data Group.Answered | 5 Replies | 4072 Views | Created by Logee - Saturday, February 19, 2011 7:11 AM | Last reply by Link.fr - Tuesday, February 22, 2011 5:53 PM -
1 Votes
Linq to SQL or not?
Question #2: Where does Microsoft stand on LINQ to SQL?Answered | 9 Replies | 3225 Views | Created by Cryo75 - Friday, March 9, 2012 10:39 AM | Last reply by Lingaraj Mishra - Friday, March 9, 2012 2:12 PM -
0 Votes
People picker error - Cannot find exact match
So when not using the host file, the error starts happening, then use the host file to see which server is currently having the issue.Answered | 4 Replies | 1708 Views | Created by BrianAuH2O - Friday, July 31, 2015 1:08 PM | Last reply by BrianAuH2O - Wednesday, August 5, 2015 3:36 PM -
0 Votes
Exact Match in sql
One more way is Declare @Table Table ( Col1 Varchar(20) ) Insert @Table Select ...Answered | 3 Replies | 6285 Views | Created by nikijain - Wednesday, January 23, 2013 10:19 AM | Last reply by Santhosh H - Wednesday, January 23, 2013 10:31 AM -
1 Votes
From SQL to LINQ
Cool tools for Linq-to-SQL and Entity Framework: huagati.com/dbmltools - add-in with new useful features for the L2S and EF designers in VS2008 ...Answered | 3 Replies | 4376 Views | Created by MikeJH73 - Monday, August 2, 2010 12:43 AM | Last reply by KristoferA - Tuesday, August 3, 2010 12:51 AM -
0 Votes
LINQ SQL can't modify database?
when i use Linq to sql even meet same question ,you should get your focus on two handler method InserttoSubmit and add; one way: use the InserttoSubmit ...Answered | 4 Replies | 6219 Views | Created by joCh_asdf - Thursday, September 18, 2008 3:09 PM | Last reply by chenkaiunion - Thursday, April 23, 2009 9:53 AM -
0 Votes
LINQ - Enum column names
LINQ to SQL, LINQ to Entities, or normal LINQ to Objects?Answered | 6 Replies | 7517 Views | Created by Joeri Onneweer - Wednesday, October 21, 2009 8:24 AM | Last reply by Michael Sun [MSFT] - Wednesday, November 4, 2009 1:08 AM -
0 Votes
LINQ to SQL for a novice
Thanks guys, So after tinkering around, I have ended up with this method: public ActionResult Index() { var q = from r in ...Answered | 5 Replies | 2478 Views | Created by Paul Pitchford - Friday, August 31, 2012 12:16 AM | Last reply by Jason Dot Wang - Tuesday, September 4, 2012 2:58 AM -
0 Votes
linq to sql present and future
Rest assured, LINQ to SQL will continue to be supported; the bulk of future improvements will generally be in the Entity Framework, however, including features and matters of ...Answered | 2 Replies | 5062 Views | Created by Muhammad Jamal Shaikh - Saturday, January 9, 2010 12:36 AM | Last reply by Kraig Brockschmidt [MSFT] - Saturday, January 9, 2010 5:00 AM -
0 Votes
LINQ TO SQL Invalid column name when mapped to view
Please follow the steps in this page to create LINQ to SQL classes mapped to ...Answered | 2 Replies | 4444 Views | Created by Dulari - Tuesday, August 21, 2012 9:19 PM | Last reply by Alexander Sun - Thursday, August 23, 2012 2:27 AM - Items 1 to 20 of 3241501 Next ›
No announcements