Viewing 8 posts - 1 through 8 (of 8 total)
Jimmy Jen:
1) unrestricted filegrowth is selected
2) I have about 5gb left on the drive
Allen Cui:
We are running SQL 7. The recovery mode has truncate log on checkpoint and select into/bulk...
April 28, 2005 at 9:58 am
Found the answer to my own question. Should have searched longer.....
insert into table1 values ('abc''s','x')
record will read:
column1 abc's
column2 x
January 7, 2005 at 3:12 pm
I now have another question:
How do you insert data into a table that contains an apostrphe? I'm using sql 2000. I know that in sql7 I could use double quotes,...
January 7, 2005 at 3:01 pm
Thanks everyone for the replies! I will try them out..
September 21, 2004 at 7:19 am
Yes if you use option 3 the keys will be transfered with the data- just make sure the option is checked.
July 22, 2004 at 9:44 am
From my experience, Users should not have to exit out of the database during a backup. The user may experience slowness if trying to access the database during the backup,...
June 11, 2004 at 2:11 pm
I found a little time, and an inactive db to do some testing. So for anyone else that runs into this:
If you do not specify a filenumber the query will restore...
June 7, 2004 at 9:24 am
One way would be to detach the SQL 7 database, move the files to the SQL 2000 data folder and reattach to the SQL 2000 instance.
Or if you have a...
June 4, 2004 at 9:14 am
Viewing 8 posts - 1 through 8 (of 8 total)