Viewing 15 posts - 1 through 15 (of 25 total)
Hi Gail,
What if we have 2 SQL servers, 2 listeners, and both the SQL servers are having read only databases.
EX: the user should login to SQL01 and read...
May 6, 2016 at 8:17 am
Sorry.. the code works my bad i had duplicate servername is the txt file.
Question: what if i have multiple servernames? do i need to use multiple >>>>?
January 14, 2015 at 2:31 pm
Thank you.. but this inserts duplicate records for the first server name..
January 14, 2015 at 2:28 pm
sql server 2008 sp2
October 5, 2012 at 8:12 am
so how should we use this statement without returning 2 records
select
case when Void = 0 then SUM(weight) end AS totalweight
from test
when i use this i get
result as:
total weight
NULL
1.7
Please...
May 10, 2012 at 5:02 am
Iam getting the following error when used executing the query
select
sum(1-void) as Countofsuccess,
sum(void) as countoffailure
from test
Msg 8117, Level 16, State 1, Line 1
Operand data type bit is invalid for sum operator.
May 9, 2012 at 5:54 pm
Iam having a date coulmn with datatype as varchar (8) and time coulmn with datatye varchar (4)
data:
date column: 20061025
time column : 1228
Thanks.
November 17, 2011 at 9:40 am
yes, i was using view designer and getting that error. I had to see it because i am getting the same error in the production database error log and it...
November 13, 2011 at 1:49 pm
here you go with the full stored procedure. And yes my table is very large it contains 64 million records.
can you please help me with this.
Thanks.
November 6, 2011 at 7:51 am
I have this type of ASCii characters in the column how do i find all in a single query other than alphanumarics.
Thanks,
(space)
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
:
;
<
=
>
?
July 29, 2011 at 11:22 am
Yes, am looking for the special charaacters in the column other than numbers and the alphabets.
Thanks.
July 29, 2011 at 9:47 am
I have a table in which a couple of columns (varchar) is having ASCii characters so how do i find them using a sql query?
Thanks.
July 29, 2011 at 9:37 am
Viewing 15 posts - 1 through 15 (of 25 total)