Viewing 15 posts - 4,996 through 5,010 (of 5,588 total)
and if you want it cheaper than $49, try here
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 17, 2009 at 5:26 pm
The biggest issue that I've seen with 64-bit hardware isn't with the database... that will work just fine. My problem has been with SSIS not having access to drivers to...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 17, 2009 at 3:54 pm
RBarryYoung (8/17/2009)
I played around with it a little using what I felt was more naturally distributed data (making some schools much more popular than others) and it seems...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 17, 2009 at 3:20 pm
Just want to point out that you are using the BETWEEN operator with a date field... if your date field can have time values in it, then you probably are...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 17, 2009 at 10:07 am
Barry,
Nice... real nice. I like the approximate number calc, which was what I was missing.
I did run into one issue in implementing it... and it's my fault. The data...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 17, 2009 at 9:32 am
RBarryYoung (8/14/2009)
Jeff Moden (8/14/2009)
RBarryYoung (8/14/2009)
Wayne: Any chance we could get some Create Table defs & sample data Inserts?See Paul's post... it's the same stuff as before (I think).
Oops, my...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 15, 2009 at 8:17 am
I've played around a bit with John's suggestion. I've come up with a cursor-based solution, but I can't figure out a set-based solution. I think the problem is that I...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 12, 2009 at 1:20 pm
john.arnott (8/10/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 11, 2009 at 10:43 am
Jeff Moden (7/30/2009)
Roy Ernest (7/29/2009)
Congratulations to Grant for winning the "Best Thing I Learned at PASS Summit" contest. 😀What's the link?
http://summit2009.sqlpass.org/AboutSummit/ROI/BestThingWinners.aspx
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 30, 2009 at 9:30 pm
TAman (7/29/2009)
And what does the '00000' represent?
Select *
,stuff(stuff(right('00000' + cast(TimeValue...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 29, 2009 at 1:18 pm
Hi Sam,
I wrote this script to run along with this one: http://www.sqlservercentral.com/scripts/deadlock/66808/
If you have an active deadlock server-side trace running that has the word "Deadlock" in the output file, then...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 23, 2009 at 5:02 pm
shannonjk (7/22/2009)
I have a bit of a challenge I am attempting to resolve but keep coming up at dead ends.
I have an Invoice table that once the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 22, 2009 at 5:31 pm
Hi SqlBuddy,
But multiples instances on a single cluster node is not usually recommended.
Do you happen to have any microsoft (preferred, or any other) links / white papers saying this?...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 21, 2009 at 5:22 am
Very good article David.
One area where I find INTERSECT / EXCEPT easier to work with is when dealing with multiple columns, such as what you might find for a PK....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 19, 2009 at 9:29 am
Gianluca Sartori (7/17/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 17, 2009 at 11:03 am
Viewing 15 posts - 4,996 through 5,010 (of 5,588 total)