No announcements
Found 14428 threads
-
0 Votes
A null value for parameter 'id' of non-nullable type 'System.Int32' for method 'Test1.Models.Event FormView1_GetItem(Int32)' in 'Test1.EventDetails'.
User380908829 posted Error: Cannot implicity convert type 'string' to \Test1.Models.Event' here is the ...Answered | 5 Replies | 0 Views | Created by An0nym0u5User - Saturday, February 14, 2015 10:26 AM | Last reply by An0nym0u5User - Monday, February 16, 2015 1:00 PM -
0 Votes
Concurrency Visualizer PDB (symbol files) problem
f1+0x9 - d:\src\18\apps\test1\test1.cpp(11, 11) test1.exe!Answered | 9 Replies | 4961 Views | Created by chksr - Friday, December 16, 2011 11:07 AM | Last reply by Alexey Kamenev - Monday, January 16, 2012 7:21 PM -
1 Votes
how many allocations remain if I recreate a class object ?
Let me sum up: //FIRST MyClass test1 = new MyClass("first"); MyClass test2 = new MyClass("second"); ...Answered | 2 Replies | 119 Views | Created by ZenMusic - Wednesday, September 24, 2014 2:50 PM | Last reply by ZenMusic - Wednesday, September 24, 2014 3:34 PM -
0 Votes
[v_List] has an unresolved reference to object [Test1].
[v_List] has an unresolved reference to object [Test1].Answered | 3 Replies | 3407 Views | Created by stevepink - Thursday, November 20, 2008 6:10 PM | Last reply by StevenPo - Tuesday, January 27, 2009 10:44 PM -
0 Votes
Failed to create an Asp object for: test1.asp" after migrating the asp pages from IIS5 to IIS7
Hi, I was the below error in working asp files.This occured in IIS7 and not in IIS5 "Failed to create an Asp object for: ...Unanswered | 0 Replies | 1372 Views | Created by Majji Pathrudu - Thursday, December 20, 2012 9:33 AM -
1 Votes
can't store single quotes from ASP.NET project
Hi Maher Nebeel PFB code Create table test1 ( id int, text1 varchar(2000), text2 ...Answered | 2 Replies | 901 Views | Created by maher nabeel - Sunday, September 22, 2013 5:37 PM | Last reply by SaravanaC - Sunday, September 22, 2013 6:42 PM -
1 Votes
Default value of new reseed value in DBCC CHECKIDENT
You can run it yourself and try it out: create table Test1(f1 int identity(1,1), f2 varchar(50)) dbcc checkident(Test1, RESEED) --Checking ...Answered | 3 Replies | 374 Views | Created by AccessGuru - Friday, September 5, 2014 5:07 PM | Last reply by AccessGuru - Monday, September 8, 2014 1:18 PM -
0 Votes
Sql Query to update a Column when the subquery returns more than one row
Use this please Update Test1 Set Id=T2.ID From Test1 T1,Test2 T2 Where T1.Name=T2.NameAnswered | 6 Replies | 9584 Views | Created by MShetty - Friday, October 6, 2006 9:15 AM | Last reply by MShetty - Monday, October 9, 2006 5:31 AM -
0 Votes
SQL Guru Question: Set based query for a "Running Total with Reset"
[test1] ([rn], [ResetFlag], [Value]) VALUES (1, 1, 100) GO INSERT [dbo].Answered | 2 Replies | 1505 Views | Created by James Braum - Tuesday, October 23, 2012 3:41 PM | Last reply by James Braum - Tuesday, October 23, 2012 5:03 PM -
0 Votes
Select data with NO order
create table #test1 (id int) insert into #test1 values(0) insert into #test1 ...Answered | 8 Replies | 795 Views | Created by Sajith S - Friday, July 19, 2013 10:10 AM | Last reply by Jingyang Li - Friday, July 19, 2013 3:11 PM -
2 Votes
xml Structure on Dserialization
<Testing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Test> <Test1>Case ...Answered | 5 Replies | 1067 Views | Created by Arun_cool - Friday, May 18, 2012 11:58 AM | Last reply by Petalvik - Monday, May 21, 2012 1:26 PM -
1 Votes
CompilationSuccess build property of MSBuild is always False though the compilation has no error.
Project "D:\Builds\46\Scrum-Sandbox\test1-buildlab1\BuildType\TFSBuild.proj" (1:4) is building ...Answered | 8 Replies | 5761 Views | Created by RKGarg - Friday, June 4, 2010 9:34 AM | Last reply by hbr_kurt - Friday, December 10, 2010 11:04 PM -
1 Votes
"view in browser" adds extra file name to address
Make sure you have NOT set Preview to use the custom URL: http://www.sign-blanks.com/test1/gallerytest3.html/ If so, remove it and ...Answered | 2 Replies | 2168 Views | Created by Trevor JB - Tuesday, January 26, 2010 2:38 PM | Last reply by Trevor JB - Tuesday, January 26, 2010 9:23 PM -
0 Votes
How can i delete only the subdirectory i have a string directoryName: d:\\appz\test1 i want to delete only the test1 not the appz
And if in the test1 there is files or another directories to delete them too but to leave the main directory APPZ as it is.Unanswered | 5 Replies | 1038 Views | Created by Chocolade1972 - Sunday, January 22, 2012 6:53 PM | Last reply by Marco Minerva - Sunday, January 22, 2012 9:58 PM -
1 Votes
How to merge all values into one field?
Hope, I understand your requirement correctly, A single query can give you a Varchar result : Create Table #temp(event_log_id int, test_setup_details_belongs_to ...Answered | 2 Replies | 721 Views | Created by ironryan77 - Wednesday, January 16, 2013 11:06 PM | Last reply by Ashu_Blueray - Thursday, January 17, 2013 5:33 AM -
0 Votes
Select * from Table where OrderID = @OrderID or ProductID = @ProductID
If so, then this should get you the results that you are looking for: CREATE TABLE Test1 ( OrderId INT ,ProductId CHAR ) INSERT INTO ...Answered | 4 Replies | 4541 Views | Created by ElBasha - Wednesday, October 7, 2009 8:12 PM | Last reply by Jay Bonk - Thursday, October 8, 2009 12:57 AM -
1 Votes
SQL Server 2000 - How to copy tables / Just the data
If you need it empy you can use TRUNCATE TABLE database1..test1Answered | 7 Replies | 2051 Views | Created by skorpio - Monday, January 23, 2012 9:24 PM | Last reply by skorpio - Tuesday, January 24, 2012 2:58 PM -
0 Votes
Meaning of info returned by DBCC CheckIdent
check the message window, use tempdb create table test1(c1 int identity(1,1)) select seed_value,increment_value,last_value, * from ...Answered | 3 Replies | 880 Views | Created by edm2 - Tuesday, September 24, 2013 3:43 PM | Last reply by Sarat Babu (SS) - Wednesday, September 25, 2013 2:26 AM -
0 Votes
T-SQL Sum 2 rows question
Try: DECLARE @T TABLE ( NAME varchar(25), [Value Name] varchar(25), VALUE int ); INSERT INTO @T (NAME, [Value Name], VALUE) VALUES ...Answered | 3 Replies | 1707 Views | Created by CSharpAlex - Tuesday, March 27, 2012 2:26 PM | Last reply by sql393 - Tuesday, March 27, 2012 4:01 PM -
0 Votes
What is difference between these?
Begin TRANSACTION insert into test1 values (10,20); insert into test1 values (40,50); insert into ...Answered | 3 Replies | 833 Views | Created by Arash_89 - Sunday, April 21, 2013 5:48 PM | Last reply by davidbaxterbrowne - Sunday, April 21, 2013 6:25 PM
No announcements