Viewing 11 posts - 1 through 11 (of 11 total)
I would recommend any applications being developed that access/update a SQL database be designed using connections with parameters for inserting search criteria. Some applications are developed using command text...
January 30, 2009 at 8:40 am
I had a similar issue and found the following query helpful.
SELECT SERVERPROPERTY('productversion') as [Product Version], SERVERPROPERTY ('productlevel') [Service Pack], SERVERPROPERTY ('edition') as [Edition]
January 7, 2009 at 8:16 am
I am not sure I understand what is considered a duplicate index. It appears that if more than one index starts with the same field, that it is considered...
October 20, 2008 at 2:16 pm
I too have opened the file in Visual Studio and I think I have added the cr/lf (returns) in the correct places. My question now is how do you...
August 27, 2008 at 9:18 am
I think if you install SQL Server SP2 and then go back later and attempt to install any of the client components that you will also see the same error...
August 21, 2008 at 1:33 pm
http://msdn2.microsoft.com/en-us/library/aa175774(SQL.80).aspx
Although you can't do a CREATE INDEX against a table variable, you can have an index created behind the scenes when you declare the table variable with a...
January 31, 2008 at 6:35 am
We are actually using both. We read several articles related to the MSg 3271 error. A couple of them stated the issue could be caused by the database...
September 27, 2007 at 5:50 am
Thank you for the link. I will do some additional research and check the available disk space.
September 20, 2007 at 6:42 am
Viewing 11 posts - 1 through 11 (of 11 total)