Viewing 15 posts - 286 through 300 (of 712 total)
sorry i am not an expert on command prompt codes.
April 25, 2013 at 4:41 am
try this
osql -E -S server_name -d database_name -Q "EXEC schema.spname param1, param2">C:\Filename.txt
April 25, 2013 at 4:37 am
but E: sometimes faces space issue due to other DBs..
Does it gone till your DB (all applications) to stp working?
Select query is mostly experiencing timeout.
i want the table structure and...
April 25, 2013 at 4:20 am
why dont you schedule it with the help of SSIS and Agent services.
April 25, 2013 at 3:34 am
Can you post some more details like
Table size, Table structure and query which is mostly experiencing timeout.
DB size, server configutation, storage information.
April 25, 2013 at 3:28 am
Have you tried SSIS?
April 25, 2013 at 2:49 am
Index rebuild arranges the index which how it is supposed to be, so data retrival will be faster.
but considering only 40 users there is some serious concern on DB design.
kindly...
April 25, 2013 at 2:33 am
Have a look at this for GRANT Object Permissions
http://msdn.microsoft.com/en-IN/library/ms188371(v=sql.105).aspx
April 25, 2013 at 2:23 am
Basically log is some works in circular motion, once the log file is full it will try to over write the backed up log or before full backup db point...
April 25, 2013 at 1:16 am
Hello,
Use events like Stored procedures and TSQL.
sub events as per your needs.
April 24, 2013 at 7:10 am
vinu512 (4/24/2013)
GilaMonster (4/24/2013)
Simple recovery = log truncated on checkpoint, meaning it'll get overwritten when the log wraps around.
Thanks, so in simpler words it means I cant get the data back...right???......All...
April 24, 2013 at 6:33 am
Follow the link this might help
http://www.red-gate.com/messageboard/viewtopic.php?t=4240
give some more details like.
1. Stand alone server means application and DB are in same server or separate DB server.
2. what is memory utilization...
April 24, 2013 at 6:30 am
Hello,
Do you have full backup taken every day , if it is try that before delete and recovery to the max you can.
April 24, 2013 at 5:50 am
Viewing 15 posts - 286 through 300 (of 712 total)