Viewing 15 posts - 541 through 555 (of 1,539 total)
As per my knowledge, there is no default duration for checkpoint to happen. It happens based on certain events.
here are some excerpts from BOL.
Events That Cause Checkpoints
Before a database backup,...
August 16, 2009 at 5:54 am
The statement doesnt say it's not supported. It mentions the amount of recources utilized in BCPing out data from source and then BCPing in to the target is huge for...
August 16, 2009 at 5:28 am
luckysql.kinda (8/12/2009)
Is it the same you are saying "If we set up the secondary server as standby then we have to close the connections everytime the restore job runs".-LK
You dont...
August 16, 2009 at 5:26 am
Irfan (8/14/2009)
I am not clear about monitoring server yet
You can have a third server a monitoring server that can monitor several log shipping databases.
Alternatively you can query individual primary...
August 16, 2009 at 5:22 am
If changing a compatibility mode isn't logged operation, i dont think you can achieve what you want to without breaking the configuration/re-setting it.
August 16, 2009 at 5:19 am
sihaab (8/13/2009)
August 16, 2009 at 5:18 am
sihaab (8/14/2009)
I agree with you, mirroring is the good idea to setup a secondary read only database. Log shipping could be other choice but you cannot access the database while...
August 16, 2009 at 5:12 am
tikkani.praveen (8/13/2009)
Now after doing this activity, if i'll shrink the database i'll get 200 GB of free space. I tried shrinking files using Sql server management studio, but space was...
August 16, 2009 at 5:09 am
backup log Artesia_Prod with truncate_only will not create any file on the drive.
After running this, try shrinking the log file usind dbcc shrinkfile and see if the physical size of...
August 11, 2009 at 10:00 am
my apologies. I oversaw the error in the backup log statement.
correct code is
backup log Artesia_Prod with truncate_only
August 11, 2009 at 9:56 am
Can you run the following code on the corrputed database and post the results here. Someone will surely have a look at it and give you better ideas(if possible) than...
August 11, 2009 at 9:52 am
select convert(smalldatetime, '090803')
OUTPUT
--------
2009-08-03 00:00:00
(1 row(s) affected)
Is this what you need?
also if you paas empty string, it wont give error, instead, it'd return 1900-01-01 00:00:00
August 11, 2009 at 9:41 am
You didnot run the code i mentioned. YOu just took the snapshot of the properties of that column
I wanted u to paste the code in a query window and then...
August 11, 2009 at 9:28 am
DURGESH (8/11/2009)
Hi pradeep,Could u brief me about maintainence plan, bcoz i am new to database administration
Regards
Durgesh
expand your server>management>Maintainence Plan. Right click Maintainence plan and select New Maintainance Plan.
Enter the...
August 11, 2009 at 9:22 am
koustav_1982 (8/11/2009)
I have a reporting application running from 2 different databases on 2 servers for 2 different sets of report.But both these databases need some common tables which are...
August 11, 2009 at 9:05 am
Viewing 15 posts - 541 through 555 (of 1,539 total)