Posts tagged Microsoft Developer Network

Problem with ISNULL

0
While going through “Question of the day” from http://www.sqlservercentral.com/, I discovered an issue with the ISNULL function. If you were to run the query below, you will be suprised to hear, that the result returned is “A”.  I am sure you would expect the result to be [...]

Reinstalled SQL Server 2005, with the wrong collation??

0
If yes, then following the instructions below, from MSDN (http://msdn.microsoft.com/en-us/library/ms179254.aspx): Make sure you have all the information or scripts needed to re-create your user databases and all the objects in them. See my note below Export all your data using a tool such as bulk [...]
Go to Top