Viewing 15 posts - 2,701 through 2,715 (of 3,366 total)
Full Text was not working out of the box with Express then the developer in the link below provided the code solution so Microsoft added it with service packs but...
July 12, 2007 at 9:03 am
“Tony Rogerson in particular has a very interesting post on the procedure cache and how you might improve performance with application design,”
The SQL Server procedure cache is one of the...
July 11, 2007 at 7:02 pm
I have used VS2005 for development both with Oracle and SQL Server without problems, strange the integration with Oracle both 9i and 10g was smoother than SQL Server in team...
July 11, 2007 at 6:54 pm
You are getting the error because SQL Server 2005 is more ANSI SQL compliant FETCH per ANSI SQL definition is an implicit transaction and 2005 implemented it. There is a...
July 11, 2007 at 12:20 pm
Actually the correct place to start all the services is not Management Studio but the configuration manager where you can turn on services or turn the services off. So go to...
July 11, 2007 at 10:07 am
Express does not come with FULLTEXT but developers added it through code so Microsoft relented so I am not surprised it is not populating the catalogs automatically which means Microsoft...
July 10, 2007 at 10:46 am
Lets be reasonable here, checkout the thread below and you will know why DBAs are leaving. The person thinks someone can spend two days at their shop and DBA related...
July 9, 2007 at 5:16 pm
I would think ADO.NET maybe trying to drop a regular table which takes a long time, options see if you can use derived table or table variable. Another option wrap...
July 6, 2007 at 1:20 pm
I developed on a remote SQL Server with DBO permissions for the last few months, I have browser service enabled in the surface area configuration tool, I also have allow...
July 5, 2007 at 5:26 pm
If you go to the location below in your C drive you will see all the ready to use databases Microsoft Asp.net team created for web developers that they can...
July 1, 2007 at 3:33 pm
No I am not saying that, the AppDataFolder let developers use MDF to create databases and add tables and other objects during development in Visual Studio. During deployment the database...
July 1, 2007 at 3:05 pm
I will not say Microsoft is the cause of the problem because technically it is not a problem it simplifies the development of web application because the AspnetDB can be...
July 1, 2007 at 12:00 pm
(If all these outside vendors were IT departments within the customer's own organization, people would have (should have) been fired.)
Actually no because the database was placed in what VS2005 calls...
July 1, 2007 at 11:21 am
I don't think there is an automated way but VSS keep track of .sql files moved into it from your last deployment but you still need to send the excel...
June 30, 2007 at 6:00 pm
There is no UTF8 in SQL Server but even 2000 will accept UFT8 from a client application because the .NET FCL(framework class library) Char is UTF16 by default but developers...
June 30, 2007 at 5:35 pm
Viewing 15 posts - 2,701 through 2,715 (of 3,366 total)