Viewing 15 posts - 10,306 through 10,320 (of 15,374 total)
deepeshdhake (10/19/2012)
Using the table EmpHistory, it is not satisfying all the rules. So I want to use this function as it satisfies all the rules. This is what I want:
I...
October 19, 2012 at 11:24 am
vs.satheesh (10/19/2012)
In My project one table my old employees using following format id generation.Hoe to generate this sequence...
October 19, 2012 at 11:17 am
Grant Fritchey (10/19/2012)
Sean Lange (10/19/2012)
October 19, 2012 at 11:14 am
tantcu (10/19/2012)
I have limited knowledge about SQL. Could you guys more specific or give me like a sample to apply?
BOL is the best place for this kind of stuff. http://msdn.microsoft.com/en-us/library/bb510489.aspx
If...
October 19, 2012 at 11:12 am
Is it just me or is the entire SSC site slow today? For me I can barely navigate anywhere. Each click is taking a couple minutes. No other sites are...
October 19, 2012 at 11:10 am
rocky_498 (10/19/2012)
this simple or tuff question.
Q) What...
October 19, 2012 at 11:06 am
You might look into table parameters too. This seems like a good candidate for one.
October 19, 2012 at 11:04 am
What you are describing is a process not an event. There isn't a book you can read and when you finish you are now able to write efficient queries. One...
October 19, 2012 at 11:04 am
ericb1 (10/19/2012)
reviewer accountid accounttypeid...
October 19, 2012 at 10:38 am
valentina1983 (10/19/2012)
I'm new here and I really need your help.
I need to write a script that creates registration (for first visit to the website) and then login...
October 19, 2012 at 10:33 am
jbalbo (10/19/2012)
I don't know whats going on with the nolicks, I inherited this.
to be honest, newer at this and not sure what it...
October 19, 2012 at 9:59 am
This looked like an extremely odd situation but a fun challenge. It can in fact be accomplished without loops. You have to combine a couple of techniques, both the delimited...
October 19, 2012 at 9:33 am
yuvipoy (10/19/2012)
I am getting the error as
declare @pi_input varchar(max)
declare @query varchar(max)
select @pi_input ='0123456'
SET @query = N'Select '+'SUBSTRING(@Input,'+convert(varchar,0) +',1)'
print @query
exec (@query)
Select SUBSTRING(@Input,0,1)
Msg 137, Level 15, State...
October 19, 2012 at 8:55 am
jbalbo (10/19/2012)
INSERT INTO @TEMPTABLE(TAG_NAME,TAG_DATA)
SELECT DISTINCT TAG_NAME = 'CUST_ALLFOOD', TAG_DATA =(M.GENERIC_NAME + CONVERT(VARCHAR(MAX),ca.Notes)
INNER JOIN CLIENT_ALLERGY CA (NOLOCK) ON C.OID_LINK =...
October 19, 2012 at 8:40 am
There is nowhere near enough information to be able to help here. Please see the first link in my signature about best practices when posting questions.
October 19, 2012 at 8:15 am
Viewing 15 posts - 10,306 through 10,320 (of 15,374 total)