Viewing 5 posts - 1 through 5 (of 5 total)
I have just started tinkering with replication myself. I'm not sure when you backup and restore the target database that it remembers your source database at all, or even...
October 20, 2005 at 8:06 am
There are actually two different ways you can connect Access to SQL Server. One is through a simple ODBC connection, which simply connects the SQL server tables to your...
October 20, 2005 at 7:57 am
I was surprised there wasn't a median function already in SQL Server, or at least none that I could find easily. The solution I used was to create a...
October 14, 2005 at 9:40 am
You could also make your subquery into a view, and then use the view in the join statement. Views can be indexed to improve performance, if that plays into...
September 20, 2005 at 10:03 am
If I'm working with one-time chunks of data that need to be inserted (or other commands such as update or delete), I often use an Excel spreadsheet to build the...
August 30, 2005 at 7:45 am
Viewing 5 posts - 1 through 5 (of 5 total)