Viewing 15 posts - 5,251 through 5,265 (of 5,588 total)
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2009 at 8:50 pm
Profiler.
see this link.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 8, 2009 at 8:47 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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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)....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 6, 2009 at 9:44 pm
Duplicate post.
Please post all responses here.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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),
...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 6, 2009 at 6:56 am
Jeff Moden (6/5/2009)
You...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 6, 2009 at 6:55 am
David Burrows (6/5/2009)
I'm not sure why it's being rounded up at the 4th decimal spot (yet)
Because if the number is too big, decimals are sacrificed to make it...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 5, 2009 at 10:05 pm
Viewing 15 posts - 5,251 through 5,265 (of 5,588 total)