Viewing 15 posts - 76 through 90 (of 135 total)
Thanks for your reply Gail Show.
I want some guide lines reagarding what are the best practices we need follow. When we need to write the Remote query ( in the...
April 11, 2011 at 10:33 pm
Thanks for the question learnt something new today 🙂
April 11, 2011 at 3:02 am
hi GRant,
Thanks for reply,
i tried to pass XML as parameter , event that is also thrown the error.. is there any other way we can pass the collection of items...
April 1, 2011 at 6:32 am
Hi stewart,
Thanks for you quick reply
for the first option it is difficult to use because in where clause we are passing the variables to filter the records.
for second option --
I...
March 25, 2011 at 6:55 am
hi steve,
Thanks for your reply. I have one more concerns here
i have two date parameter From Date and Todate i need to display the validation message
in the following use...
March 15, 2011 at 8:04 am
Hi GSquared,
thanks for your reply it is DNS problem i resolved it and also ima facing one more problem in safari ,UI disturbance.Like
calender control is not working in safari...
March 15, 2011 at 6:43 am
Hi Lowell,
Iam Getting this Error
Msg 15581, Level 16, State 1, Line 3
Please create a master key in the database or open the master key in the session before performing this...
February 16, 2011 at 6:34 am
hi Gail show and HowardW thanks for your reply.
I am looking something like encrypt and decrypt is there any other way in sql server we can acheive ?
Thanks and regards
Deepak.A
February 16, 2011 at 5:16 am
Koen Verbeeck (2/11/2011)
* Issue a CHECKPOINT command to free up log space in the log file.
.
Hi Koen verbeeck,
What is CHECKPOINT , how to issue the CHECKPONT , how it will...
February 12, 2011 at 2:16 am
GilaMonster (2/10/2011)
deepak.a (2/10/2011)
Like ex : if exists(Select 1 ... ) or if exists(select Top...
February 11, 2011 at 2:29 am
Dave Ballantyne (2/10/2011)
There are the same , count(1) get converted to count(*) by the optimizer / parser.See this post on my blog
http://sqlblogcasts.com/blogs/sqlandthelike/archive/2010/07/27/count-or-count-1.aspx
thanks dave for your reply and sharing nice article
February 11, 2011 at 2:28 am
Hi GilaMonster,
Thanks for reply,if we use columns or * will it make any performance difference? and also
using top 1 1 instead 1 will give better peroformance ?
Like ex :...
February 10, 2011 at 6:18 am
Nice Question .
There is a another way to Check that , using the below query
create table #testvm (ID int)
select * from tempdb.sys.objects where OBJECT_id= object_id('tempDB..#testvm')
drop table #testvm
Thanks & Regards
Deepak.A
November 22, 2010 at 12:17 am
hi,
Nice Question . Can u pls provide the reference links to understand more about this.
Thanks
Deepak.A
November 17, 2010 at 9:17 pm
this is the one of the way to handle those error.
DECLARE @sortby VARCHAR(10)
SET @sortby='String2'
SELECT String1, String2, Date1
FROM (
SELECT 'StringValue1', '2',...
November 16, 2010 at 1:25 am
Viewing 15 posts - 76 through 90 (of 135 total)