Viewing 15 posts - 61 through 75 (of 212 total)
How about using NOT NULL in a WHERE?
March 29, 2012 at 10:32 am
I think it really depends a lot on the company. Also, if you have been at the same company for too long, you might have more marketable skills than...
March 29, 2012 at 8:53 am
I think we all have to swallow our pride and admit we don't and can't know everything - it is humbling when you can't answer an interview question - but...
March 29, 2012 at 8:47 am
REPLACE works too 😀
SELECT id,Nivel,REPLACE(A,'0','')A,REPLACE(B,'0','')B...
FROM @tblCron
March 26, 2012 at 9:47 am
Are you running an old version of .NET (1.1)?
March 26, 2012 at 9:16 am
Rao.V (10/21/2009)
SELECT @@servername
– Remove server from the list of known remote and linked servers on the local instance...
March 23, 2012 at 9:20 am
jdamian (3/21/2012)
March 21, 2012 at 2:16 pm
jdamian (3/21/2012)
Below is what I have now and like the results but I just need to make this into a table or view somehow and also add the join.
So why...
March 21, 2012 at 12:56 pm
If you can show me the structure of Shift_date and the table you want to join to, I can give you an example.
March 21, 2012 at 7:07 am
You already have the data stored in the Shift_table, so you shouldn't need another table or view - is there a join column in this other table that can be...
March 20, 2012 at 3:53 pm
Thanks for the question. Even though I got it wrong, I learned a lot. 🙂
March 15, 2012 at 8:02 am
Is the query not used very often? If it is used often enough, you can monitor it using SQL Profiler - there's a duration field in a Standard...
March 14, 2012 at 9:17 am
opc.three (3/13/2012)
March 13, 2012 at 2:15 pm
Annee (3/13/2012)
Silly Me!!!DECLARE @FileName varchar(50), is the culprit..
I increased the size @FileName varchar(250), and it's resolved!
hehe 😀
March 13, 2012 at 9:29 am
Viewing 15 posts - 61 through 75 (of 212 total)