Viewing 15 posts - 751 through 765 (of 3,366 total)
I wanted to add a quick additional note. I had several columns that were "longtext" in my MySQL database. When I would try to copy those tables I...
November 25, 2009 at 8:29 pm
SQLRNewbie (11/25/2009)
Yes I am running Windows XP Home. What does that mean for me?
My version of SQL 2008 Expression edition was downloaded from the...
November 25, 2009 at 7:47 pm
SQLRNewbie (11/25/2009)
I do not see IIS under "Administrative Tools" console. I'm running Windows XP. Would that mean IIS is not installed on my computer?...
November 25, 2009 at 6:14 pm
What MySQL storage are you using? And you could use ADO.NET with the current provider.
November 25, 2009 at 2:42 pm
The likely candidate is someone inserting a value using SET IDENTITY_INSERT ON that is too high.
A rollback should not have affected things, as you've noted. If you inserted 1,000 values...
November 25, 2009 at 2:39 pm
Dan Guzman - Not the MVP (11/25/2009)
Gift Peddie (11/25/2009)
Dan Guzman - Not the MVP (11/25/2009)
November 25, 2009 at 11:44 am
Dan Guzman - Not the MVP (11/25/2009)
wouldn't a rollback also have removed the records inserted? The current coulmn value should have gone down as well, I would think.
That is...
November 25, 2009 at 11:24 am
Dan Guzman - Not the MVP (11/25/2009)
November 25, 2009 at 11:15 am
cuongph (11/25/2009)
Gift Peddie (11/23/2009)
cuongph (11/21/2009)
I try to create/recompile some extend procedures that could be used in SQL 64 bit environments. However, the library file OPENDS60.LIB doesn't included in SQL...
November 25, 2009 at 7:35 am
jsheikabdullah (11/23/2009)
November 24, 2009 at 10:19 am
Two Vista Home Premium machines setup. SQL Express 2005 is successfully installed on the first machine along with our application. Our application is able to browse and connectthe SQL Express....
November 24, 2009 at 8:12 am
If you are running Windows Server 2003, Windows XP Media Center Edition or Windows XP Tablet PC Edition, there is a version of the .NET Framework that ships as part...
November 24, 2009 at 7:39 am
gmamata7 (11/23/2009)
Does reinstalling .net 2.0, affects the SQL Server?
How can I reinstall .net...
November 23, 2009 at 9:25 pm
The Open Procedure for service ".NETFramework" in DLL "C:\WINDOWS\system32\mscoree.dll" failed. Performance data for this service will not be available. The Status code returned is the first DWORD in the attached...
November 23, 2009 at 8:25 pm
bkirk (11/23/2009)
I am a web developer that provides and Administration login section for my clients to manage their data and front end website. Each...
November 23, 2009 at 4:15 pm
Viewing 15 posts - 751 through 765 (of 3,366 total)