Viewing 15 posts - 5,251 through 5,265 (of 5,590 total)
It seems that what you're being given to import is the value without a decimal point. Since you're talking about using a select case, how does dividing that number by...
June 9, 2009 at 5:35 pm
Steve Jones - Editor (6/8/2009)
June 9, 2009 at 5:19 pm
Hey Barry... how many more articles do you have planned for your "15 ways to lose your cursor" series, and when would the next one be publishing? It's been too...
June 8, 2009 at 9:19 pm
Krasavita (6/8/2009)
I am exporting float field as 0.006 to the flat file and when I open file the data looks different,what should I do?
Use the STR function with the proper...
June 8, 2009 at 9:01 pm
Hi there,
It's been a year since I did this, so I don't remember the exact steps, but you can set up the multi-value checkbox to set the default items to...
June 8, 2009 at 8:50 pm
Lynn Pettis (6/7/2009)
<>Oh No. I can't read Books Online. SQL Gurus, tell me the answer please.
Yeah, but it appears that he at least read it over some. I...
June 7, 2009 at 7:41 pm
I have noticed on my Vista computer that when I want to attach a database, that I need to run SSMS as administrator (right-click on SSMS, select Run As Administrator)....
June 7, 2009 at 8:20 am
siboyd07, I guess the main thing to mention here is that in order to include the column headings, you are going to have to change the way you are running...
June 6, 2009 at 9:44 pm
Duplicate post.
Please post all responses here.
June 6, 2009 at 9:27 pm
lmu92 (6/6/2009)
WayneS (6/6/2009)
You know, it's always those complex T-SQL concepts that trip up so many people.Good going Gail!
Hi Wayne,
your link doesn't work (double referenced).
Thanks, I fixed it.
June 6, 2009 at 8:24 am
I came up with a way to accomplish this:
CREATE PROC dbo.BCPOUT AS
declare @header varchar(max),
@details varchar(max),
...
June 6, 2009 at 8:14 am
Paul White (6/6/2009)
It goes on to say: "SQL Server treats n as one of two possible...
June 6, 2009 at 7:10 am
You know, it's always those complex T-SQL concepts that trip up so many people.
Good going Gail!
Edit: fixed link
June 6, 2009 at 7:01 am
Like Jeff, it's usually reserved to this site. Though simple-talk has some great articles, esp those by Phil Factor.
June 6, 2009 at 6:56 am
Viewing 15 posts - 5,251 through 5,265 (of 5,590 total)