Viewing 13 posts - 61 through 73 (of 73 total)
If this is a conversion from te old situation to a new one (OLTP) create a table using a LOOP scanning you old DDL and rebuild the new table dynamicly. Afterwards...
October 22, 2004 at 2:01 am
Try evaluating SpotLight on SQL server ( Quest soft ) as a sophisticated graphical tool or try MOM ( very complicated ).
Just a thought...
GKramer
October 22, 2004 at 1:56 am
Ask for the properties of the database / Option tab / restict access / select members of DB_Owner.
First be sure to communicate this action to the current active users.
GKramer
October 22, 2004 at 1:52 am
Read the BOL on this ( or brows thje Internet ) there's a lot of info there.....
GKramer
October 22, 2004 at 1:48 am
why using 1500 unio's ??
You can better create a temp table with two columns and fill this one up using a loop starting with 1,171 and ending with 1,1671 and...
October 22, 2004 at 1:44 am
The QOD makes me focus on specific parts of SQLserver 2000 and I try to learn from this. As an Oracle DBA for several years I started working with SQL server...
September 16, 2004 at 11:43 pm
ruchirdhar,
As you described this is the way the DDL changes have to be made. ( Drop, alter, re-create ) hurray for Microsoft. There is a more sofisticated...
September 7, 2004 at 12:42 am
Just signed up last week and looking backward to the QOD's and found this one, my commend ( although I gave the correct answer (3) 
September 1, 2004 at 1:53 am
Just signed up last week and looking backward to the QOD's and found this one, my commend ( although I gave the correct answer (3) 
September 1, 2004 at 1:53 am
Hi,
You want to recreate a database incluiding the data.....right.
You can use ;
Backup and restore within SQl server 2000.
The exportfunction in the Enterprice Manager ( incl ODBC ) to almost any type of databases.
Or you can...
August 31, 2004 at 3:50 am
Hi,
If you are dealing with a N to N relation on table PERSON and PROPERTY ( using the inbetween table PERSONPROPERTY ) I'd rather use;
SELECT a.name
FROM person a,
personproperty b,
...
August 31, 2004 at 3:29 am
Hi,
Just wondered what causes the lock ( that i'm interested in !!)
Wrong insert / update statement?
Howmany rows are involved?
How is your page handling ( pageiolatch )?
System - database specs?
etc...
August 31, 2004 at 3:04 am
Viewing 13 posts - 61 through 73 (of 73 total)