jimmythegeek
Programmer
You can create a default in SQL Server using the following line:
create default rowAdministration as 2
I believe this is retrievable through the defaults collection, but I can't find any examples that show you how to retrieve that value once you have created the default?
Is this possible, if so does anyone know how? Thanks for advance for any input.
Jim Lunde
We all agree your theory is crazy, but is it crazy enough?
create default rowAdministration as 2
I believe this is retrievable through the defaults collection, but I can't find any examples that show you how to retrieve that value once you have created the default?
Is this possible, if so does anyone know how? Thanks for advance for any input.
Jim Lunde
We all agree your theory is crazy, but is it crazy enough?