Viewing 15 posts - 3,241 through 3,255 (of 3,366 total)
Try the link below I covered SQL Server Chinese collation in detail in another forum. Hope this helps.
http://forums.asp.net/1067798/ShowPost.aspx
Kind regards,
Gift Peddie
February 15, 2006 at 7:48 am
In .NET for string equality implement the ICOMPARER interface on the application layer unlike the ICOMPARABLE interface it let different types to be compared. UCS-2LE uses less space and UTF8...
February 15, 2006 at 7:43 am
There are two main differences between the Enterprise edition and the Developer edition operating systems used to install and the Developer edition have a no deployment restriction. That is you cannot...
January 19, 2006 at 10:08 am
Try these two links most of the code you need is provided but if you are still having problem post again because there is a Microsoft Sample application dealing with...
November 11, 2005 at 11:51 am
You have just run into the reason the maintance plan is seldom used by exprienced DBAs. To repair your indexes by the maintance plan the database must be in single...
November 11, 2005 at 8:34 am
Take the programming class because there are so many differences between both products. Oracle uses Number for all numeric data types SQL Server separated them and did not implement Double. ...
November 10, 2005 at 12:39 pm
When you have allow NULL column you can only use one aggregate function in SQL Server and that is COUNT (*) because all other aggregate functions ignore NULLs. Try the link...
October 14, 2005 at 1:58 pm
Try these links for code with NText and Text. Hope this helps.
http://www.sommarskog.se/arrays-in-sql.html#OPENXML
http://www.sqlservercentral.com/columnists/aGrinberg/thearrayinsqlserver2000.asp
Kind regards,
Gift Peddie
October 14, 2005 at 2:12 am
(You can add the clustered index to nonclustered index in SQL Server, it is called index covering, used by Microsoft consulting.)
(A covering index is a non-clustered index that includes all...
October 14, 2005 at 1:42 am
Hi,
I am sorry I thought your problem was resolved by now, try these links for code to resolve Deadlock and Asp.net centric trigger code to make changes to your existing...
October 13, 2005 at 10:45 pm
Try this link for more about NULL handling in SQL Server. Hope this helps.
http://www.akadia.com/services/dealing_with_null_values.html
Kind regards,
Gift Peddie
October 13, 2005 at 9:56 pm
You can add the clustered index to nonclustered index in SQL Server, it is called index covering, used by Microsoft consulting. The requirements the clustered index must be very small...
October 13, 2005 at 9:29 pm
Try this thread for working code sample you can modify to use. Hope this helps.
October 13, 2005 at 3:38 pm
I was referring to AWE it comes with big boxes like Unisy 8way or 32way but most standard boxes you have to add it in your optional list of hardware.
Kind...
October 11, 2005 at 2:35 pm
No you may not fit it because before Windows 2003 you need a special Intel chip to enable it but Windows 2003 comes with a configuration to reduce the need...
October 11, 2005 at 1:08 pm
Viewing 15 posts - 3,241 through 3,255 (of 3,366 total)