Viewing 15 posts - 5,521 through 5,535 (of 5,588 total)
lucian (8/21/2008)
But I want to return a table that I can use in a inner join with other tables, or in my where clause.
I understand. I mistakenly thought that you...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 21, 2008 at 10:13 am
lucian (8/21/2008)
I use it to process a comma delimited list of keys or any other list of values that is passed as a parameter to a stored proc.
Now I...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 21, 2008 at 6:18 am
nvanesch (8/21/2008)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 21, 2008 at 6:08 am
anil_mootha (8/20/2008)
Hi Paul,It looks like nobodys bothered to answer our question. To me till I dont get a satisfactory answer, this topic doesnt make any sense!
Have a wonderful day!
I thought...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 21, 2008 at 5:58 am
Paul DB (8/20/2008)
WayneS (8/20/2008)
Paul DB (8/20/2008)
anil_mootha (8/20/2008)
Why would you prefer to build XML strings manually when you can do it with FOR XML statement.
The very purpose of FOR XML statement...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 20, 2008 at 12:31 pm
Paul DB (8/20/2008)
anil_mootha (8/20/2008)
Why would you prefer to build XML strings manually when you can do it with FOR XML statement.
The very purpose of FOR XML statement would be void...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 20, 2008 at 8:30 am
Steve Jones - Editor (8/20/2008)
The code edits have been made, so things should be OK now.
Thanks Steve!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 20, 2008 at 8:21 am
JPJ (8/19/2008)
I have a small issue in addition to that, this line gave me error:
select @MyXMLString = @MyXMLString +
...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 20, 2008 at 6:28 am
Hey all...
I don't know how it happened, but the code in the article is missing some spaces from what I submitted. They should be pretty obvious where that is, but...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 19, 2008 at 9:33 pm
The links for Database Mail and SQL Mail are the same.
I thought that Database Mail replaced SQL Mail?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 19, 2008 at 6:06 am
The first choice is also correct:
From BOL:
The REFERENCES permission on a table is needed in order to create a FOREIGN KEY constraint that references that table.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 23, 2008 at 4:47 am
Is there really any difference or advantage between Temp Tables and Table variables? If there is not enough cache on hand and both will eventually hit TempDB - is...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 17, 2008 at 6:23 am
Well, I think building my own house qualifies me as a DIY-er (with lots of advice from the building inspector). I'll work on almost anything... until it involves an engine....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 11, 2008 at 6:51 am
Currently: I drive 4 hrs (260 miles) twice a week (Sunday pm, Friday pm)
Last job: drove 1 hr each way (50 miles) once a week (WFH remainder of week)
Last job...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2008 at 7:23 am
Steve Jones - Editor (7/8/2008)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2008 at 7:04 am
Viewing 15 posts - 5,521 through 5,535 (of 5,588 total)