Viewing 15 posts - 1,996 through 2,010 (of 3,366 total)
In 2000 it is all you have but the relevant changes are made in 2005 and improved in 2008 so that account is not needed and you can just create...
March 13, 2009 at 1:56 pm
All you need to correct you error is in the thread below if you cannot use what is in that thread you may need a teacher. Please make sure...
March 13, 2009 at 1:19 pm
That is may not be complicated do some backup and restore and detach and attach with new names before moving it to 2008. Play some tricks to remove the...
March 13, 2009 at 12:35 pm
The user scott should only be used testing purposes only. Scott has limited priveleges in the database and can not create new users.
I wanted to add that when...
March 13, 2009 at 12:31 pm
I wanted to upsize to SQL 2008 initially, but the upsize wizard did not transfer any of the relational data, or the queries and I felt that would lead to...
March 13, 2009 at 12:08 pm
I don't think so it is actually a better setup so you can compare, I have 2005 Express, Developer and 2008 Developer all in one box.
March 13, 2009 at 10:57 am
A better option is to use the Microsoft Access Migration assistant or use SSIS package because converting Access to SQL Server can be very complex, it took more than one...
March 13, 2009 at 10:30 am
xp_sqlagent_proxy_account sets or retrieves the proxy account for the instance on which it is executed. The SQL Server service for that instance must be running under a Windows administrator account...
March 13, 2009 at 9:48 am
By default, or if you specify CHANGE_TRACKING AUTO, the Full-Text Engine uses automatic population on the full-text index. After the initial full population completes, changes are tracked as data is...
March 13, 2009 at 9:13 am
You need to change the Chinese database table definition to Unicode and then use Text Encoding in your .NET code, in .NET 3.5 most known languages can be encoded. ...
March 13, 2009 at 9:05 am
You may not buy 2005 from Microsoft but you could buy it from their customers inventory because if you look you could still buy 2000 today not just from Microsoft...
March 13, 2009 at 7:36 am
That is correct because you cannot just remove these users without creating the proxy account because if you remove these users without proxy your DTS packages will fail. Check...
March 13, 2009 at 7:18 am
I think you can do that by configuring a Therausus but I have not used it so check the links below to see if it is relevant to you.
http://msdn.microsoft.com/en-us/library/ms142491.aspx
http://www.simple-talk.com/sql/learn-sql-server/understanding-full-text-indexing-in-sql-server/
March 12, 2009 at 7:40 pm
In SQL Server 2000 you must populate the catalog because Full Text is run from the Microsoft search service but in 2005 you have three options automatically Manual and Do...
March 12, 2009 at 7:33 pm
No in .NET 2.0 the ADO.NET connection string and property changed, if you have BI studio you could see the difference and before 2008 Asp.net was only using Native client...
March 12, 2009 at 3:34 pm
Viewing 15 posts - 1,996 through 2,010 (of 3,366 total)