Viewing 5 posts - 1 through 5 (of 5 total)
Normally you should find it here: http://msdn.microsoft.com/subscriptions/downloads/
(for msdn subscribers)
August 31, 2004 at 5:27 am
In some cases you might use UNION to get 2 recordsets together
Sample usage:
select au_id, au_lname, au_fname from authors where au_lname='White'
select au_id, au_lname, au_fname from authors where au_lname='Smith'
returns 2 recordsets:
au_id au_lname ...
April 16, 2004 at 4:23 am
You could also leave the access MDB as it is, and have your asp pages connected directly on the access database. In that case you don't need to migrate to...
March 26, 2004 at 5:03 am
If you still want the delete-transactions to be logged (i.e. remain in full-recovery mode), but you don't want to fill up your transaction log, dump it manually from time to...
March 23, 2004 at 5:54 am
Hello lila; your script on http://www.sqlservercentral.com/scripts/contributions/901.asp works fine, except for a little error in the column name "BackupSizeInGB". It should be "BackupSizeInMB", I think.
Bert
March 16, 2004 at 4:48 am
Viewing 5 posts - 1 through 5 (of 5 total)