Viewing 13 posts - 1 through 14 (of 14 total)
Thanks every one. All your inputs and advises are absolutely correct. You guys are really helpful
March 19, 2015 at 12:52 pm
Thanks SScrazy for your input on this. But i am trying to avoid Is Null as there is a chance for null value on my tables.
As GilaMonster suggests, i think,...
March 19, 2015 at 11:00 am
Thanks GilaMonster, i didnt read the entire content in the link. When i see that part of the script that using is null i tried out myself on the script...
March 19, 2015 at 10:55 am
thanks for the links. As per link the is null clause on the where clause for the lookup columns worked fine. But this works only if is null clause returns...
March 19, 2015 at 10:21 am
it is my understanding that we could do the same with left/right join. if not please advice what other option we have, if any
March 19, 2015 at 10:09 am
Thanks for looking on this. Yes, not in clause works as expected; but i think join gives better execution plan than not in especially the table size is huge. Thanks...
March 19, 2015 at 10:06 am
Check dbcc traceon (3604) or (7300) is enabled.
If it is enabled it should be off.
Thansk
June 22, 2009 at 2:15 am
Thanks for the response.
My version is windows 2000 advanced.
awe/pae enabled.
I have 4 gb of RAM.
No other application on the server other than sql.
I have added service account of sql server...
March 10, 2009 at 11:08 am
Thank you so much.............
I will try second option.
March 7, 2009 at 4:55 am
Thanks for the reply...
I cannot give access to the objects in question for this proxy account.
Do you think any other possible way.........
Thanks
March 6, 2009 at 12:59 pm
MOST OF THE CASE YOU WILL BE ABLE TO TRUNCATE THE LOG AFTER YOU STOP AND RESTART SQL SERVICES. BUT IF IT IS IN PRODCTION ENVIRONMENT YOU MAY NOT BE...
September 15, 2008 at 2:46 pm
Hi,
I also have the same question.
The book you recomended on your post is really good for a DBA or Programmer?
I am a DBA.
Can you suggest which one is good for...
February 28, 2008 at 11:39 am
Viewing 13 posts - 1 through 14 (of 14 total)