Viewing 15 posts - 3,571 through 3,585 (of 18,926 total)
I remember feeling like that at least twice in my life. It's not easy to turn around but it is possible.
The first time I got back to school and...
August 9, 2011 at 7:39 am
Stop using that function. THIS IS random > CHECKSUM(NEWID())
August 9, 2011 at 7:35 am
You can use this to generate numbers :
CHECKSUM(NEWID()) % <max value goes here>
You might wabt to use ABS() as well because this generates negative numbers as well.
August 9, 2011 at 7:29 am
I personally preffer to also include profiler using the event statement completed, also sp_statement completed.
It gives a little more info and you can do multiple runs and do averages. ...
August 9, 2011 at 7:27 am
This guy needs help NOW (might be suicidal). I just don't know how to reply to that one...
August 9, 2011 at 7:22 am
srinath.vanama (8/9/2011)
hi folks,can anyone help regarding this issue which i've attached. some people are not receiving automated mails. But am able to send the test mail from the same profile..
TIA..
Please...
August 9, 2011 at 7:05 am
FreeHansje (8/9/2011)
Anyways, 2 of the 3 offending databases have been succesfully restored, I will try the 3rd tonight,it's...
August 9, 2011 at 7:03 am
Remove the filter for >= Today.
You'll need to add a filter for only "uncompleted" trips or something like that (however this is represented in your data). I can't relaly...
August 9, 2011 at 6:53 am
srinath.vanama (8/9/2011)
oopsssss, i found it.Thanks a lot..
Awesome, let us know if you need further clarification after re-reading the articles.
August 9, 2011 at 6:44 am
srinath.vanama (8/9/2011)
After shrinking the log i didn't face the problem till date, can u ppl please guide me in my case what to do and what not to...
August 9, 2011 at 6:37 am
Please save the execution plan and post it here as per : http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Edit :
Those are nice too to figure out which procs are generating the most problems.
August 9, 2011 at 6:34 am
naresh.talla (8/9/2011)
i have worked with iRPstacksize but it is not worked for me..
YOU'RE OUT OF ROOM OF THE DRIVE.
THE END.
Delete data or make sure you overwrite the db when restoring.
August 9, 2011 at 6:21 am
That's already what my query is doing, anything between now and the next 3 months.
What dates are you missing in you new requirements?
August 9, 2011 at 6:19 am
GilaMonster (8/9/2011)
Jeff Moden (8/9/2011)
August 9, 2011 at 6:09 am
Viewing 15 posts - 3,571 through 3,585 (of 18,926 total)