Viewing 15 posts - 61 through 75 (of 172 total)
got it ...
select dateadd(year, -1, getdate())
Thank you
May 7, 2009 at 11:42 am
thanks for the response... I m trying weird commands like select getdate()-1 or year(getdate())-1)...
still I m trying to search BOL....if you could help me thats gr8 for me...
May 7, 2009 at 11:34 am
you can try replicating using scripts....in sp_addarticle you have @verticalPartition clause which allows you to filter the columns....may be you can google sp_addarticle.....
May 3, 2009 at 7:21 pm
http://sqlinthewild.co.za/index.php/2008/02/25/parameter-sniffing-pt-2/
This was given by Gila Monster to one of my posts......it works perfect for parameter sniffing....
April 7, 2009 at 7:39 pm
did you try sp_browsereplcmds ..............it should give you an idea where the error is..??
April 7, 2009 at 7:29 pm
it's great that you have got lot of time...JK
April 1, 2009 at 2:40 pm
I know, the import and export wizard creates some temporary files, may be you are missing one of those temp files...generally, if you restart the server, all the temp files...
March 30, 2009 at 2:50 pm
wow...Thank you very much for your quick reply....This is perfect...and Thanks a lot for your valuable suggestion ...I got it....
March 16, 2009 at 7:35 pm
this is not for the test environment.....for production...testing everything was fine...but in production, somethimes they take long to finish execution...so may be I will log to a table with getdate()
March 9, 2009 at 9:34 am
Thank you very much GilaMonster....It works superb...Thanks a lot..
March 2, 2009 at 7:44 am
Thank you for all your replies and help....After keen working out on this, I found an issue...I m giving 2 queries here...1st query, In the where condition I gave the...
March 2, 2009 at 6:30 am
Indexes are same, But the data is different. and there is no much difference in data. say, it has 5 tables which are of total size 30gb in prod and...
February 28, 2009 at 6:43 am
Thanks for the quick reply..... Yeah...I already did that...But Still I m getting the same results...
February 27, 2009 at 2:57 pm
Thanks for your valuable suggestion. This sound really good.
the page_count is 37,358.
February 23, 2009 at 3:29 pm
Viewing 15 posts - 61 through 75 (of 172 total)