Forum Replies Created

Viewing 4 posts - 16 through 20 (of 20 total)

  • RE: Pros & Cons of Windows vs Mixed Authentication

    Thanks GSquared for the link to the password article. It makes you think. On the surface it is not apropos to the original post but if you look...

  • RE: Pros & Cons of Windows vs Mixed Authentication

    This is pretty basic, but here are some key issues, pros and cons.

    Windows Authentication:

    Cons - you don't have complete control over the accounts. I.e., a domain Sysadmin can create new...

  • RE: generating the csv files

    I hope this isn't too simplistic, but how about just using concatenation strings? E.g.,

    SELECT Field1 + ',' + Field2 + ',' + Field3 --etc.

    From Table;

    You get rows of field...

  • RE: Ten Ways To Lose Your DBA Job

    Nice article. In the GIS world, DBA work sometimes gets watered down with all of the other aspects and issues involved. This article was just what I needed...

Viewing 4 posts - 16 through 20 (of 20 total)