Viewing 15 posts - 31 through 45 (of 60 total)
ramyours2003 (5/20/2015)
can any one provide the steps for uninstalling the sql...
May 21, 2015 at 3:12 am
oops sorry then Wrong suggestion
but then try the other one
go with ssis or
go with batch file
May 20, 2015 at 12:31 am
GilaMonster (5/20/2015)
Almighty (5/20/2015)
as said earlier .. check the reason of log not shrinkingin log _reuse_wait column
Log_reuse_wait has nothing to do with the log not shrinking. It tells...
May 20, 2015 at 12:30 am
The Open Query Is also an option for you i guess
google something on Openquerry
May 20, 2015 at 12:09 am
thomashohner (5/19/2015)
Is there anything Hardcoded in your query? Try changing your parameters and see if the results change.
Yes there has to be something in query which will be selecting...
May 20, 2015 at 12:07 am
as said earlier .. check the reason of log not shrinking
in log _reuse_wait column
and to reduce the no of VLF
keep the autogrowth to approx of 1...
May 20, 2015 at 12:06 am
Grant Fritchey (5/19/2015)
May 20, 2015 at 12:02 am
GilaMonster (5/19/2015)
ramana3327 (5/18/2015)
2) I shrink the log file only 2 times. If I want to shrink the log file everyday after the maintenance job it will impact any performance?
Yes. Do...
May 19, 2015 at 5:29 am
try this
https://www.virtualobjectives.com.au/sqlserver/saving_to_html.htm
it will help you
step by step guidance for sending nice formatted html
May 19, 2015 at 5:16 am
select * from sys.databases
run this query
it will tell you why the log files are not getting reuse
it will have reason in column log_reuse_wait
May 19, 2015 at 5:14 am
ramana3327 (5/14/2015)
I want to run this below query on scheduled basis and send the result to me through Sql job. It is running but not sending any result
How to set...
May 19, 2015 at 5:13 am
try SQL server's feature --- Central management . you can register all the server and perform transaction without logging to that server
basic condition is that your SQL...
May 19, 2015 at 5:08 am
you can use looping feature of SSIS and pass the variable as and when require
May 19, 2015 at 5:02 am
Yes Restarting The server will stop the SQL server cleanly . as windows always shut down all the application before shutting itself down
and SQL works On write Ahead log...
May 19, 2015 at 5:00 am
Viewing 15 posts - 31 through 45 (of 60 total)