Viewing 15 posts - 946 through 960 (of 1,114 total)
Thanks Experts ! Your words increased my confident evel. I am sure i should clear my client interview. Again, Thanks for all experts.
December 13, 2007 at 12:58 am
Use
select
into
from
(or)
Insert into
select
December 12, 2007 at 2:15 am
I agreed your words. Nothing wrong with staying in India.But if i get US or UK based offers i am sure i will acquire some good onsite experience.(I mean I...
December 12, 2007 at 1:32 am
Gila and Vyas,
Suppose i need to find the length of a string.In that situation which function should i use ?
For example,
Declare @Str varchar(35)
Select @Str = 'Welcome to Sqlservercentral.com'
which statement should...
December 12, 2007 at 1:15 am
Really i am happy with your answer.But...Still i have some questions on spt_values table.
1) How many types are there like 'P' ?
2) I did search in Google,but i didn't get...
December 12, 2007 at 1:02 am
I mean where we have lot of SQL Developer vacancies with good package?
December 12, 2007 at 12:37 am
Irfan,
Might be lock acquired on the table.
Say for example,
Yesterday Scenario:
---------------------------------------------
Table Name : Emp
your query :
select Eno,Ename from Emp
Table status:
Assume,Nobody done any operations(insertion,updation)on this table.
Assume it gave you the result within...
December 11, 2007 at 2:18 am
Hi Vyas,
Can you tell me the difference between LEN('string') and Len(N'String') ?
Also for DataLength('string') and DataLength(N'string').
I am seeing this type of code first time.
Thanks in advance for your reply.
December 10, 2007 at 10:41 pm
Jeff,
No..This is a different one.Yes i want to print ascii values of A-Z.
Can i use the same logic where you replied for my previous question ?
Kindly tell me, in which...
December 10, 2007 at 10:37 pm
Jeff,
Can you explain me the logic ?
December 10, 2007 at 10:34 pm
Also if i want to print A-Z in the mentioned format ,can i use the same logic or do i need to change your code ?
December 10, 2007 at 12:16 am
Jeff,
Can you explain me the logic used in your query ?
Really i am confused. I don't understand the link between 'BETWEEN 1 AND 6' and 'LEFT (@STR,number).Also what is the...
December 10, 2007 at 12:13 am
I forgot to include
select @InitialValue = @InitialValue + 1
December 9, 2007 at 11:58 pm
Where exactly cross join is applied in real time ?That is under which circumstance we need to apply cross join ?
December 3, 2007 at 11:47 pm
Viewing 15 posts - 946 through 960 (of 1,114 total)