Viewing 15 posts - 2,521 through 2,535 (of 5,588 total)
I would also suggest not having spaces in table/column names. Personally, I prefer where each word starts with a capital letter, ie. SoldItems.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 6, 2010 at 10:49 pm
Jack,
It sounds like the doctor's are really on top of this, and that in time Evan will be 100%. I'm very sorry that he had this accident, and that you...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 6, 2010 at 10:44 pm
LutzM (11/5/2010)
I hope he does since it helps parents too to deal with such a situation...)
Isn't this the truth. Parents tend to be OMG and all stressed out - kids...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 3:50 pm
See the edit I made in the query.
I would have to agree with Pam... what's the purpose of this? It would be simpler to just run the one query.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 3:35 pm
1. Tables are usually plural, ie. Sales, Products, Customers, Employees, etc. (they're not holding just one record, are they?)
2. In your deliveries, you have a SalesRecieptNum field. Is this the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 3:03 pm
Jack Corbett (11/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 2:54 pm
Janie.Carlisle (11/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 12:28 pm
Keep in mind that you won't be able to update this view. Since it seems like your issue is with the number of rows being printed on a report, then...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 12:22 pm
Roy Ernest (11/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 12:13 pm
gbd77rc (11/5/2010)
After some more digging around I have isolated it to the fact when the database was originally created they had mix collations in the table creation scripts (these...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 11:33 am
If you need help in understanding the APPLY operator, check out that link in my signature. (That article links to another - both are excellent for understanding APPLY.)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 11:13 am
CirquedeSQLeil (11/5/2010)
jcrawf02 (11/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 9:05 am
Thanks a bunch guys! Grant, I'm real interested in looking at that book when it's out.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 8:04 am
Grant Fritchey (11/5/2010)
WayneS (11/5/2010)
Hey gang - can I get your thoughts on using TFS to deploy database changes?Thanks!
Posted. Hope that helps.
Thanks Grant, it does. Is it a good assumption that...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 7:59 am
We utilize SSIS and the "Server Overview" articles written here (now I have to go look it up so I can post the link). A job fires off this package,...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
November 5, 2010 at 7:15 am
Viewing 15 posts - 2,521 through 2,535 (of 5,588 total)