| Thread | Last Post | Replies |
|
| How to distribute SQL-DMO for SQL Server 2000 sp4 ? | 12 Jul 2005 13:33 GMT | 2 |
I have a problem with MSDE sp4 and MDAC 2.81 I install this files to the client machine but I can't registered sqldmo.dll with regsvr32 SQLDMO.DLL 2000.80.2039.0
|
| uppercase trigger | 12 Jul 2005 10:55 GMT | 3 |
How can I create a trigger that obliges UPPERCASE of a field in the database? thanks
|
| strange problem with dates | 12 Jul 2005 09:16 GMT | 4 |
Sometimes I get error : "The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value. " If I look on SQL there is ok example with error - insert into calendar (tema, pol_1, dodal, date_from, date_to, user_id, status) Values ('test' ...
|
| backup from one server, restore to another | 12 Jul 2005 09:11 GMT | 4 |
I've been sent a backup file from a SQL Server 2000 DB and tried restoring into a blank DB (with the same name) on my SQL Server 2K, only it errors, see below: (I've separated each line with a return, to make it more readable)
|
| Can somone crack this query? | 12 Jul 2005 02:43 GMT | 2 |
This is a simplification of a query I'm attempting to write at the moment. I can do it with a temp table, but I think it can be done in one query. 15 minutes of fame to the correct answer. 3 tables:
|
| SQL Resource Kit | 12 Jul 2005 01:01 GMT | 1 |
Does anybody know where I can purchase the SQL 2000 Resource Kit? Thanks
|
| Update From View | 12 Jul 2005 00:56 GMT | 1 |
In the following query, I would like to have view1 as a sub query instead of a separate query, but can't get it to work. View1 is simply a SELECT ID, NewValue FROM Table WHERE TYPE = CM. UPDATE TestTbl
|
| Backup | 12 Jul 2005 00:49 GMT | 5 |
Any reference for good practices on database backup. Which type to use complete or differential, and Append or Overwrite media. Also, is it safe to keep other back up sets (Exchange and system state) on the tape as the database?
|
| Complicated query - select based on value | 11 Jul 2005 23:31 GMT | 10 |
SQL2K on W2Kserver I need some help revamping a rather complicated query. I've given the table and existing query information below. (FYI, changing the database structure is right out.)
|
| SQL Replication Question | 11 Jul 2005 23:07 GMT | 4 |
If I have two tables that I want to synchronize via replication publish subscriber model and they don't contain primary keys i.e. an ID field, but there are three columns that make a unique key. The tables are HUGE so I want to minimize down time.
|
| DateSerial(year, month, day) | 11 Jul 2005 22:52 GMT | 2 |
I am looking for a function I can use in SQL Server similar to the DateSerial(year, month, day) in Access. Any help is appreciated. Thanks, Randal
|
| counting field totals as a formula | 11 Jul 2005 22:48 GMT | 1 |
I'm trying to count field login totals for users which updates another field in another table. Which is the most efficient method? I don't want to use a standard query as it will take too long if there are 1000 users per company each with 1000 plus logins.
|
| SQL Server and Windows 2003 Server Roles | 11 Jul 2005 18:53 GMT | 2 |
Sorry for the cross post, but I am not getting a reply on the Windows 2003 Server newsgroup. I am setting up a dedicated SQL Server running Windows Server 2003 and I understand that the convential wisdom is that I should add the Application
|
| security lockdown | 11 Jul 2005 18:44 GMT | 1 |
Can anyone point me to a good how-to to lock down SQL server 2000?
|
| Timestamp via Java | 11 Jul 2005 18:01 GMT | 1 |
hi all and sorry for my english I write into a SqlServer2000 database via jdbc using a PreparedStatement (pstmt) and one of fields is a TimeStamp, my code is: qwdum=System.currentTimeMillis();
|