Viewing 15 posts - 2,146 through 2,160 (of 2,894 total)
GilaMonster (2/17/2012)
Eugene Elutin (2/17/2012)
GilaMonster (2/17/2012)
Eugene Elutin (2/17/2012)
GilaMonster (2/17/2012)
An nvarchar(40) holds 40 characters.and its length is 80 bytes, to accomodate unicode...
Its length is anything from 2 bytes to 82 bytes depending...
February 17, 2012 at 9:29 am
CELKO (9/15/2011)
Rows are not records; records are not values it is a HUGE difference that you will nee to learn. Please post DDL and not a vague, useless narration (can...
February 17, 2012 at 8:50 am
Eugene Elutin (2/17/2012)
GilaMonster (2/17/2012)
Eugene Elutin (2/17/2012)
GilaMonster (2/17/2012)
An nvarchar(40) holds 40 characters.and its length is 80 bytes, to accomodate unicode...
Its length is anything from 2 bytes to 82 bytes depending on...
February 17, 2012 at 8:43 am
You have tried to write stored proc? - Good!
Could you please try to add tables DDL's with sample data insert script to help your helpers to help you 🙂
Link at...
February 17, 2012 at 8:37 am
Loundy (2/17/2012)
I'm trying to work out what's the best way to roll back specific objects. For my company we don't have any form of automation so we...
February 17, 2012 at 8:24 am
GilaMonster (2/17/2012)
Eugene Elutin (2/17/2012)
GilaMonster (2/17/2012)
An nvarchar(40) holds 40 characters.and its length is 80 bytes, to accomodate unicode...
Its length is anything from 2 bytes to 82 bytes depending on the data...
February 17, 2012 at 8:20 am
Because your WHERE condition are inside UPPER function. By default SQLServer is case insensitive. That should work:
SELECT dqid, DQFlag, DQLinkID INTO DMCDUPES
FROM OrangeDataDQ1
WHERE ([MANAGING COUNTRY] <> 'UK' OR [MANAGING COUNTRY]...
February 17, 2012 at 8:09 am
GilaMonster (2/17/2012)
An nvarchar(40) holds 40 characters.
and its length is 80 bytes, to accomodate unicode...
February 17, 2012 at 8:03 am
I see now.
Ok my advise is:
If you want to achieve the best performance and make your reports neat, use a calendar table (in the datawarehouse world it usually...
February 17, 2012 at 7:43 am
Why in SQL? It's not a formatting tool!
You should do it in the UI or report.
If you insist on exact format requested (eg. no leading 0 for month part)...
February 17, 2012 at 5:00 am
ramyours2003 (2/17/2012)
Can any one answer these
1)What is meaning of switch -m and -c when we bring sql server in single user mode?
2)How can I change...
February 17, 2012 at 4:24 am
Replying...
Sorry mate, cannot understand your question at all. Which property are you looking for?
February 17, 2012 at 3:51 am
jflynn-735049 (2/16/2012)
When any attributes change son the users I need to either insert or update the attributes on...
February 16, 2012 at 10:04 am
Viewing 15 posts - 2,146 through 2,160 (of 2,894 total)