Viewing 15 posts - 241 through 255 (of 390 total)
anthony.green (7/26/2012)
Going to Shell Island from Sat to Tues, as my birthday get away. Should of done it last weekend but couldnt get the time...
July 26, 2012 at 7:09 am
marek_polko (7/26/2012)
July 26, 2012 at 6:51 am
anush_tar (7/26/2012)
I'm importing like this http://www.sqlservercentral.com/articles/T-SQL/68927/
Ok. Please post the sample data.
However having the field type nvarchar is not enough for unicode characters.
You must precede all unicode string with capital N.
e.g.
DECLARE...
July 26, 2012 at 6:45 am
anthony.green (7/26/2012)
So if we take the a usual standard date format in SQL it would look like...
July 26, 2012 at 6:26 am
marek_polko (7/26/2012)
July 26, 2012 at 6:24 am
anush_tar (7/26/2012)
Hi all,I'm importing data into DB from xml file. When parsing completes some data in DB have ? symbols. DB fileds have nvarchar type.
How are you importing the data...
July 26, 2012 at 6:18 am
Daniel Bowlin (7/25/2012)
L' Eomot Inversé (7/24/2012)
Lynn Pettis (7/24/2012)
And what pray tell are these in laymans terms?
I though that was in laymans terms - after all, I was a mathematician, not...
July 25, 2012 at 11:50 pm
Correct Lynn,have provided the wrong input.:unsure:
The requirement is still not finalized and will post that if have any doubt.
However thanks all.
July 24, 2012 at 10:21 am
PeterR-1037872 (7/22/2012)
I can get the first 8000 characters using : set tm.cntct_notes =...
July 22, 2012 at 10:57 pm
opc.three (7/22/2012)
Daniel Bowlin (7/22/2012)
blearyweary
weird
July 22, 2012 at 10:41 pm
Raghavender (7/17/2012)
Hi All,Now the issue got resolved.
Thank you all for the help.
It was due the small mistake in the script.
I have added
USE DBNAME
Good to know 🙂
July 17, 2012 at 7:26 am
deepzzzz (7/17/2012)
I have changed the query as below.
SELECT * FROM table_name WHERE...
July 17, 2012 at 1:31 am
deepzzzz (7/17/2012)
1 Application
2 Application's
3 Foreign Application
4 Application's effect
So, if I am running query SELECT * FROM table_name WHERE CONTAINS(*, ' "Application''s" ')
I am...
July 17, 2012 at 12:39 am
ravisamigo (7/17/2012)
Both jobs are running in the same db server.
JOB 1 - > DB Backups are locating in L:\ --> it's connected from different storage server...
July 17, 2012 at 12:24 am
Viewing 15 posts - 241 through 255 (of 390 total)