January 2006 - Posts

VS 2005 and SQL 2005 Standard Editions
Published 01-26-2006 7:24 AM | jokiz
I just got my copies. Thanks keith!
Filed under: , ,
Order of directories in DirectoryInfo.GetDirectories()
Published 01-26-2006 6:09 AM | jokiz
I was reading around ASPNET forums when I got this interesting information about the order of directories returned by the DirectoryInfo.GetDirectories() function here by an MVP. "The rule of thumb used to be that the NTFS file system would return file...
Filed under: , ,
MSDN 2.0 online library
Published 01-11-2006 6:12 PM | jokiz
i was trying to find more earlier about EnableDesignMode feature of control designer in 2.0 when I realized that the online library for .NET 2.0 hasn't changed yet. I don't like the looks of it and I really thought it was that way since it was still on...
Filed under:
dropping all users before restoring a database
Published 01-11-2006 3:44 PM | jokiz
during development, i always make use of backup-restore of test data and restoring a database requires that there is no other active connection to it. i have these three ways to deal with it. 1. use sp_who2 to determine the spid (what is spid again?)...
Filed under: ,
how to broaden your developer knowledge
Published 01-11-2006 3:20 PM | jokiz
i have this habit of listening to developer questions around my workplace. if i know that the answer given by the other person is wrong rightaway, i find a way to inform both of them (respectfully of course) of the correct answer. if in case i don't know...
Filed under: ,