Viewing 15 posts - 4,261 through 4,275 (of 5,588 total)
PSSQL (4/28/2010)
What I can not understand is if the record is found, why the error is telling about an Insert, that I am not using at all.
Probably because, behind the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 28, 2010 at 9:48 am
SandeepGupta (4/28/2010)
Is there any way to match exact number(s) using full text search or any other way?
If...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 28, 2010 at 9:35 am
Raj.. (4/28/2010)
I have the data like 1,2,4,5,7,8,11,12,13,15,17,19,20. How to find the missing numbers in the series?Please help me
Thanks in advance..!!
Raj,
Since you are showing a comma-delimited list, this solution will...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 28, 2010 at 9:24 am
Does anyone happen to know where a Microsoft reference exists that defines the XML index structures in SQL 2008? I'm looking for both the Primary and Secondary XML index structures.
For...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 9:03 pm
I think I'm going to have to start forcing myself to try using CROSS APPLY until I get the hang of it.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 6:07 pm
jrizzo-1083740 (4/27/2010)
Thanks Wayne,Got it to work.
Great!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 3:09 pm
Lynn Pettis (4/27/2010)
Just asked for what we always ask for in...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 1:38 pm
Lynn Pettis (4/27/2010)
Just asked for what we always ask for in...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 1:38 pm
jrizzo-1083740 (4/27/2010)
I already have the SP working but I can only use specific dates and not the Year...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 12:59 pm
Since we're having troubles helping you out, I'd like to suggest that you provide us with the CREATE TABLE statements for your tables, INSERT statements for some sample data, and...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 12:54 pm
brian.cook (4/27/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 7:34 am
I was a little bit disappointed that the answer went into how a datatime data type is stored in two ints, and did not discuss why "1" = "1900-01-02".
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 27, 2010 at 7:17 am
mister.magoo (4/23/2010)
Here you go...Wayne had it just about right, but missed the sort order reversal required...
mister.magoo, thanks for catching this.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 26, 2010 at 1:17 pm
Hello,
One of the gurus on this site wrote this function for Delimiting strings. It works on strings up to 8000 chars in length.
IF OBJECT_ID('dbo.DelimitedSplit8K') IS NOT NULL DROP FUNCTION...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 26, 2010 at 12:00 pm
Jeff Moden (4/26/2010)
chandrashekarthota (4/26/2010)
closing down my site for few weeks just because of plagiarism and...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 26, 2010 at 8:24 am
Viewing 15 posts - 4,261 through 4,275 (of 5,588 total)