Viewing 15 posts - 31 through 45 (of 53 total)
Still no joy.
I also checked/updated the following, from SQL Server Configuration Manager:
SQL Server 2005 Network Configuration > Protocols for SQLEXPRESS
Shared Memory - Enabled
TCP/IP - Enabled (updated because it...
March 13, 2009 at 10:04 am
apat (3/13/2009)
Are you using trusted connection to login to the server? you can use -E if yes.
Still a time out error though...
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents...
March 13, 2009 at 9:03 am
yep
March 11, 2009 at 8:32 am
I enabled it, and, restarted the SQL Service and SQL Service Browser, but no joy.
March 11, 2009 at 7:51 am
Cheers
February 2, 2009 at 5:12 am
Error message reads:
The data in row 11 was not committed.
Error source: .NET SqlClient Data Provider.
Error message: Arithmetic overflow error converting numeric to data type numeric. The statement has been...
February 2, 2009 at 1:36 am
The IDENTITY column worked fine, I asked for information. Thanks for the advice.
January 25, 2009 at 12:56 am
Well this is the CommandText passed from Visual Studio. Any idea how to get the SQL statement from Management Studio, if at all possible?
"INSERT INTO [teamwiki].[dbo].[task]\r ...
January 23, 2009 at 12:32 am
Thanks. As a matter of fact I had to re-create the table from scratch. Any idea if this feature is available in Server 2008?
January 22, 2009 at 10:59 am
What is incorrect with the syntax of this statement?
ALTER TABLE [application_db].[dbo].[task]
ALTER COLUMN taskID numeric identity (2,0);
:w00t:
Error:
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'identity'.
Related links:
January 21, 2009 at 2:31 pm
Yes. What is the default locking behaviour for SQL Server 2005 Express Edition (i.e. optimistic, pessimistic, opportunistic)?
How do I change it? Any links to some...
January 21, 2009 at 12:56 pm
Thanks. In my case I'm not worried about multiple inserts at the moment, but it's a good issue.
At the moment the database has to be updateable, so...
January 21, 2009 at 11:57 am
I need to install SQL Server Enterprise 2005 because it's a pre-requisite for Sharepoint 2007 Reporting Services. The problem is that it is not supported on Windows Server 2008.
SQL...
January 11, 2009 at 2:41 pm
Well, initially the autorun didn't do anything, so I ran the setup program. Any suggestions on getting around it?
- using SQL Server 2005 with reporting services?
-...
January 11, 2009 at 12:40 pm
Viewing 15 posts - 31 through 45 (of 53 total)