"Ol Shy & Bashful" <selwaykid@yahoo.com> wrote in message news:87cfb870-6f6d-4d85-ad46-f5cd109f3bd3@l64g2000hse.googlegroups.com... I'm deligthted to see I'm managing to get some arguments and discussion going. And if you notice, No Profanity? I challenge my students to learn to taxi without brakes. and I come down hard if they beat up the airplane with unecessary braking instead of
Alexandair, thanks for the correction. BTW, it works on CTP2 too :-) --- Shay Levy Windows PowerShell MVP http://blogs.microsoft.co.il/blogs/ScriptFanatic PowerShell Toolbar: http://tinyurl.com/PSToolbar On Sep 11, 10:05 am, Shay Levy [MVP] <n...@addre.ss> wrote: Try this: $server = "serverName" $shares = [ADSI]"WinNT://$server/lanmanserver" $shares.psbase
commercial Real estate rental costs are jacked up only if the price per square foot goes up because the real estate is worth more. If a commercial renter's presence has made the real estate more valuable, then there's a paradox there and a disincentive to locate in such rental space. conversely, however, if that entity has created the value added, then it's leaving will lower the per square
"Filtering the records is not a very good idea as for large database" Define large database? It actually is the better way to accomplish the task. Otherwise, priory year or even prior period and prior quater reporting become much more difficult. A propertly normalized database with correct indexing on search fields is a much better design than using annual table structures. -- Dave
Allen Browne wrote: For example, if your procedure is uncertain whether there is a table named "Table1" in the database. If you just refer to the table it will error. Therefore you write a separate little routine to test if the table exists, and call that instead of doing it in the main routine. Sample of the little routine that could error: http://allenbrowne.com/MacroInFormReport