Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too many defaults a problem?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01515838
Message ID:
01515857
Views:
48
>Hi,
>
>One of the tables I am converting from VFP to SQL Server has many Char type fields. In VFP all these fields by default get empty string value (if application does not set any). In SQL Server it fails as I either need to set these fields to accept NULL or specify empty string ('') as a default. I am concerned that if I specify NULL in these fields it will break something in the front end application (VFP) that is not "prepared" to deal with NULLs. So the approach would be to specify empty string as default to all these fields (about 20). Does that many defaults present a potential problem of increased load on SQL Server? How would DBAs look at this?
>
>TIA.

It should not present a problem. We have a lot of defaults in our database.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform