Viewing 15 posts - 1 through 15 (of 21 total)
Thank you Todd very very much. it seems the counter Current Connections under Web service object did the trick for me.. You are awesome..Thanks a lot.
August 30, 2006 at 12:26 pm
Thanks Todd. Sounds like this will do the trick. Where can I exactly find Performance Monitor? Is it under Component Service?
August 30, 2006 at 11:15 am
Yeah I understand what you are saying. But as you know some users are so oblivious to those messages that they might just log in still. And therefore I...
August 29, 2006 at 11:20 am
are you hinting towards xp_cmdshell??
July 25, 2006 at 6:38 pm
There is a option called First rows contained the coloumn name in the SISS import export wizard.
February 10, 2006 at 3:25 pm
The things is that what if both conditions are true. will it perform both the cases? I am not sure about the working of case statements in SQL.
October 23, 2005 at 4:49 pm
The two update statements are:
UPDATE studTable
SET choice=@Choice1
where StudentID=@studID and Choice="Dance" and Status="S"
UPDATE studTable
SET choice=@Choice2
where StudentID=@studID and Choice="Music" and Status="S"
So basically I would like to achieve the above in just one...
October 23, 2005 at 1:38 pm
Thanks guys. So waht should the final code look like after your last suggestion about the inner loop.
October 21, 2005 at 3:08 am
wow looks like that might work. Thanks for the effort. How do you get the number 175,167 for char and varchar. What if I had 'number' as type. Where do...
October 19, 2005 at 6:42 pm
Thank you guys for the suggestion. I guess I will have to go the usual way.
BTW, how can I access the script Library. Just curious.
Thanks
October 19, 2005 at 11:17 am
well thank you guys for your replies. Actually the statement that you guys suggested:
INSERT INTO login_info(login,password,email)
SELECT LTRIM(RTRIM(login)),LTRIM(RTRIM(login)),LTRIM(RTRIM(email)) from Master
In the above statement, I have to write LTIRM,TRIM for every coloumn...
October 18, 2005 at 6:47 pm
can you give the exact SQL statement to achieve after removing 'where login=@manualindex' from the above statement.
October 18, 2005 at 3:11 am
Thank you all of you guys for your valuable help and time. I was able to get the error messages in my own defined variable by streaming the output of...
September 2, 2005 at 5:21 pm
Thank you so much. I tried the above script and with some modification I was able to retrieve the error messages in my owned defined variable.
I have couple of questions:
1....
August 31, 2005 at 12:02 pm
You mean if I use the above script, I won;t be required to use the long script that you have posted earlier. Extremely sorry, if I am bothering too much,...
August 31, 2005 at 10:01 am
Viewing 15 posts - 1 through 15 (of 21 total)