Viewing 15 posts - 286 through 300 (of 712 total)
sorry i am not an expert on command prompt codes.
Regards
Durai Nagarajan
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
Regards
Durai Nagarajan
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...
Regards
Durai Nagarajan
April 25, 2013 at 4:20 am
why dont you schedule it with the help of SSIS and Agent services.
Regards
Durai Nagarajan
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.
Regards
Durai Nagarajan
April 25, 2013 at 3:28 am
Have you tried SSIS?
Regards
Durai Nagarajan
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...
Regards
Durai Nagarajan
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
Regards
Durai Nagarajan
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...
Regards
Durai Nagarajan
April 25, 2013 at 1:16 am
Hello,
Use events like Stored procedures and TSQL.
sub events as per your needs.
Regards
Durai Nagarajan
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...
Regards
Durai Nagarajan
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...
Regards
Durai Nagarajan
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.
Regards
Durai Nagarajan
April 24, 2013 at 5:50 am
Viewing 15 posts - 286 through 300 (of 712 total)