Hi, do you have tips on allocating space in SQL Server for a database to accommodate about 9,000,000 records and 3,000 fields (divided in multiple tables of course)? How much space do you recommend? Is there a formula to calculate physical space for any given table size (say 1,200,000 x 50)?
Thanks
I have a database regularly backed up in a .bak file. Over time this file grows larger and larger taking up a lot spaces. I want to trim it down a little bit by getting rid of some earlier versions of backup within the .bak file. Can I do that and how?
Thanks
I have a database regularly backed up in a .bak file. Over time this file grows larger and larger taking up a lot spaces. I want to trim it down a little bit by getting rid of some earlier versions of backup. Can I do that and how?
Thanks
I have great difficulty to align text in Access2000's msgbox so I wonder if there is a way to set the font displayed in the msgbox to be some kind of evenly-spaced font. Any ideas?
Hi, I have a function associated with a form button (Access2000), part of it (see blow) is to find record count in a select query:
Private Sub Register_Click()
....
Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset
rs.Open "select branch_id from branches"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.