Viewing 15 posts - 811 through 825 (of 1,640 total)
Somehow it fixed itself, the double quotes now disappeared, I clicked aroud to the skip rows, then change it back.
October 26, 2012 at 2:11 pm
Mac1986 (10/22/2012)[/b]
If other users are connected to the database at the time that you set the database to single-user mode, their connections to the database will be closed...
October 23, 2012 at 10:10 am
Thank you Tom and Gail.
I just did some experiment, and I think one point I didn't make it clear. I said earlier one server is dev, the other is ...
October 21, 2012 at 5:37 pm
Sorry, I don't understand what you said.
And I cannot fix the schema, this is a consultant sql developer developed database, and he just left.
He was still remoting work on this....
October 20, 2012 at 8:08 pm
I found this is a logical backup device,
We have to drop it first then recreate it with different path.
Thanks
October 9, 2012 at 4:21 pm
Thanks,
I got this:
nametypetype_descphysical_name
RenaissanceServer2DISKE:\MSSQL\DataRenaissanceServer.bak
RenaissanceServer_LOG2DISKE:\MSSQL\DataRenaissanceServer_log.bak
MASTER_MSDB2DISKE:\MSSQL\DataMASTER_MSDB.bak
I noticed the vendor didn't put the device to our backup drive which is G:\Backup,
How can I change the device to it?
Thanks,
October 9, 2012 at 10:21 am
This reminds me, now I try to use:
Insert into...
Select * from another table
This makes it run very fast.
October 8, 2012 at 4:10 pm
Thanks, that helps.
Can I do the below too?
I can create a new table and with the column set up with identity (500, 1).
Then I insert the records that existed...
October 5, 2012 at 3:59 pm
Thanks, But how about the column was not identity before?
October 5, 2012 at 3:07 pm
So does it mean there is no updates happened?
October 5, 2012 at 10:14 am
Thanks all.
Jeff answered my question just on the point, but sql-lover's answer help me too.
October 4, 2012 at 9:54 am
Thanks,
but I mean the starting seed number, I mean in order for it start again from 5000 in a table that already have records, it seems I need...
October 3, 2012 at 4:49 pm
Viewing 15 posts - 811 through 825 (of 1,640 total)