Viewing 4 posts - 16 through 20 (of 20 total)
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...
April 2, 2008 at 9:39 am
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...
April 2, 2008 at 6:41 am
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...
April 2, 2008 at 6:19 am
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...
March 16, 2008 at 10:28 pm
Viewing 4 posts - 16 through 20 (of 20 total)