Two years ago I started supporting a Classic ASP application that used SQL 2000 for the data base. One of the complaints of the owner was that the previous person supporting the application did not keep track of program changes. The development environment was undocumented. A test system existed but it was in an unknown [...]
[Read more →]
Tags: sql·sqlserver·subversion
I made a couple of minor changes to the provided script and I got Script all data of a table – SQLServerCentral to work with SQL 2000. I like the idea of creating scripts to transfer/update/re-create tables. I have been using Excel to create scripts to update shipping costs for some time. Nice work Florian!
[Read more →]
Tags: sqlserver
I was looking for a way to list the size of all the tables in database again and I found this nice bit of code. I made a small change on the select statement to create a calculated integer field so I could get a nice descending sort on size. It worked for me! –Vidhya [...]
[Read more →]
Tags: SBS2K-SBS2K3·sqlserver
My version of SQL 2005 Express was installed when I installed Visual C++ Express Edition. Today I was trying to use the Upsizing Wizard included in Access 2003 when I ran into SQL Server problems. So here are my tips: Go into the SQL Configuration Manager and enable TCP/IP if it is disabled. Someone wrote [...]
[Read more →]
Tags: sqlserver